]> ncurses.scripts.mit.edu Git - ncurses.git/blob - ncurses/llib-lncursest
ncurses 6.0 - patch 20170603
[ncurses.git] / ncurses / llib-lncursest
1 /****************************************************************************
2  * Copyright (c) 2008-2016,2017 Free Software Foundation, Inc.              *
3  *                                                                          *
4  * Permission is hereby granted, free of charge, to any person obtaining a  *
5  * copy of this software and associated documentation files (the            *
6  * "Software"), to deal in the Software without restriction, including      *
7  * without limitation the rights to use, copy, modify, merge, publish,      *
8  * distribute, distribute with modifications, sublicense, and/or sell       *
9  * copies of the Software, and to permit persons to whom the Software is    *
10  * furnished to do so, subject to the following conditions:                 *
11  *                                                                          *
12  * The above copyright notice and this permission notice shall be included  *
13  * in all copies or substantial portions of the Software.                   *
14  *                                                                          *
15  * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS  *
16  * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF               *
17  * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.   *
18  * IN NO EVENT SHALL THE ABOVE COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,   *
19  * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR    *
20  * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR    *
21  * THE USE OR OTHER DEALINGS IN THE SOFTWARE.                               *
22  *                                                                          *
23  * Except as contained in this notice, the name(s) of the above copyright   *
24  * holders shall not be used in advertising or otherwise to promote the     *
25  * sale, use or other dealings in this Software without prior written       *
26  * authorization.                                                           *
27  ****************************************************************************/
28
29 /****************************************************************************
30  *  Author: Thomas E. Dickey       2008-on                                  *
31  ****************************************************************************/
32 /* LINTLIBRARY */
33
34 /* ./tty/hardscroll.c */
35
36 #include <curses.priv.h>
37 #undef _nc_oldnums
38 int     *_nc_oldnums;
39
40 #undef _nc_scroll_optimize_sp
41 void    _nc_scroll_optimize_sp(
42                 SCREEN  *sp)
43                 { /* void */ }
44
45 #undef _nc_scroll_optimize
46 void    _nc_scroll_optimize(void)
47                 { /* void */ }
48
49 #undef _nc_linedump_sp
50 void    _nc_linedump_sp(
51                 SCREEN  *sp)
52                 { /* void */ }
53
54 #undef _nc_linedump
55 void    _nc_linedump(void)
56                 { /* void */ }
57
58 /* ./tty/hashmap.c */
59
60 #undef _nc_hash_map_sp
61 void    _nc_hash_map_sp(
62                 SCREEN  *sp)
63                 { /* void */ }
64
65 #undef _nc_hash_map
66 void    _nc_hash_map(void)
67                 { /* void */ }
68
69 #undef _nc_make_oldhash_sp
70 void    _nc_make_oldhash_sp(
71                 SCREEN  *sp, 
72                 int     i)
73                 { /* void */ }
74
75 #undef _nc_make_oldhash
76 void    _nc_make_oldhash(
77                 int     i)
78                 { /* void */ }
79
80 #undef _nc_scroll_oldhash_sp
81 void    _nc_scroll_oldhash_sp(
82                 SCREEN  *sp, 
83                 int     n, 
84                 int     top, 
85                 int     bot)
86                 { /* void */ }
87
88 #undef _nc_scroll_oldhash
89 void    _nc_scroll_oldhash(
90                 int     n, 
91                 int     top, 
92                 int     bot)
93                 { /* void */ }
94
95 /* ./base/lib_addch.c */
96
97 #undef _nc_render
98 chtype  _nc_render(
99                 WINDOW  *win, 
100                 chtype  ch)
101                 { return(*(chtype *)0); }
102
103 #undef _nc_waddch_nosync
104 int     _nc_waddch_nosync(
105                 WINDOW  *win, 
106                 const chtype c)
107                 { return(*(int *)0); }
108
109 #undef waddch
110 int     waddch(
111                 WINDOW  *win, 
112                 const chtype ch)
113                 { return(*(int *)0); }
114
115 #undef wechochar
116 int     wechochar(
117                 WINDOW  *win, 
118                 const chtype ch)
119                 { return(*(int *)0); }
120
121 /* ./base/lib_addstr.c */
122
123 #undef waddnstr
124 int     waddnstr(
125                 WINDOW  *win, 
126                 const char *astr, 
127                 int     n)
128                 { return(*(int *)0); }
129
130 #undef waddchnstr
131 int     waddchnstr(
132                 WINDOW  *win, 
133                 const chtype *astr, 
134                 int     n)
135                 { return(*(int *)0); }
136
137 /* ./base/lib_beep.c */
138
139 #undef beep_sp
140 int     beep_sp(
141                 SCREEN  *sp)
142                 { return(*(int *)0); }
143
144 #undef beep
145 int     beep(void)
146                 { return(*(int *)0); }
147
148 /* ./base/lib_bkgd.c */
149
150 #undef wbkgdset
151 void    wbkgdset(
152                 WINDOW  *win, 
153                 chtype  ch)
154                 { /* void */ }
155
156 #undef wbkgd
157 int     wbkgd(
158                 WINDOW  *win, 
159                 chtype  ch)
160                 { return(*(int *)0); }
161
162 /* ./base/lib_box.c */
163
164 #undef wborder
165 int     wborder(
166                 WINDOW  *win, 
167                 chtype  ls, 
168                 chtype  rs, 
169                 chtype  ts, 
170                 chtype  bs, 
171                 chtype  tl, 
172                 chtype  tr, 
173                 chtype  bl, 
174                 chtype  br)
175                 { return(*(int *)0); }
176
177 /* ./base/lib_chgat.c */
178
179 #undef wchgat
180 int     wchgat(
181                 WINDOW  *win, 
182                 int     n, 
183                 attr_t  attr, 
184                 short   pair_arg, 
185                 const void *opts)
186                 { return(*(int *)0); }
187
188 /* ./base/lib_clear.c */
189
190 #undef wclear
191 int     wclear(
192                 WINDOW  *win)
193                 { return(*(int *)0); }
194
195 /* ./base/lib_clearok.c */
196
197 #undef clearok
198 int     clearok(
199                 WINDOW  *win, 
200                 NCURSES_BOOL flag)
201                 { return(*(int *)0); }
202
203 /* ./base/lib_clrbot.c */
204
205 #undef wclrtobot
206 int     wclrtobot(
207                 WINDOW  *win)
208                 { return(*(int *)0); }
209
210 /* ./base/lib_clreol.c */
211
212 #undef wclrtoeol
213 int     wclrtoeol(
214                 WINDOW  *win)
215                 { return(*(int *)0); }
216
217 /* ./base/lib_color.c */
218
219 #undef _nc_COLOR_PAIRS
220 int     _nc_COLOR_PAIRS(void)
221                 { return(*(int *)0); }
222
223 #undef _nc_COLORS
224 int     _nc_COLORS(void)
225                 { return(*(int *)0); }
226
227 #undef _nc_reset_colors_sp
228 NCURSES_BOOL _nc_reset_colors_sp(
229                 SCREEN  *sp)
230                 { return(*(NCURSES_BOOL *)0); }
231
232 #undef _nc_reset_colors
233 NCURSES_BOOL _nc_reset_colors(void)
234                 { return(*(NCURSES_BOOL *)0); }
235
236 #undef start_color_sp
237 int     start_color_sp(
238                 SCREEN  *sp)
239                 { return(*(int *)0); }
240
241 #undef start_color
242 int     start_color(void)
243                 { return(*(int *)0); }
244
245 #undef _nc_change_pair
246 void    _nc_change_pair(
247                 SCREEN  *sp, 
248                 int     pair)
249                 { /* void */ }
250
251 #undef _nc_init_pair
252 int     _nc_init_pair(
253                 SCREEN  *sp, 
254                 int     pair, 
255                 int     f, 
256                 int     b)
257                 { return(*(int *)0); }
258
259 #undef init_pair_sp
260 int     init_pair_sp(
261                 SCREEN  *sp, 
262                 short   pair, 
263                 short   f, 
264                 short   b)
265                 { return(*(int *)0); }
266
267 #undef init_pair
268 int     init_pair(
269                 short   pair, 
270                 short   f, 
271                 short   b)
272                 { return(*(int *)0); }
273
274 #undef _nc_init_color
275 int     _nc_init_color(
276                 SCREEN  *sp, 
277                 int     color, 
278                 int     r, 
279                 int     g, 
280                 int     b)
281                 { return(*(int *)0); }
282
283 #undef init_color_sp
284 int     init_color_sp(
285                 SCREEN  *sp, 
286                 short   color, 
287                 short   r, 
288                 short   g, 
289                 short   b)
290                 { return(*(int *)0); }
291
292 #undef init_color
293 int     init_color(
294                 short   color, 
295                 short   r, 
296                 short   g, 
297                 short   b)
298                 { return(*(int *)0); }
299
300 #undef can_change_color_sp
301 NCURSES_BOOL can_change_color_sp(
302                 SCREEN  *sp)
303                 { return(*(NCURSES_BOOL *)0); }
304
305 #undef can_change_color
306 NCURSES_BOOL can_change_color(void)
307                 { return(*(NCURSES_BOOL *)0); }
308
309 #undef has_colors_sp
310 NCURSES_BOOL has_colors_sp(
311                 SCREEN  *sp)
312                 { return(*(NCURSES_BOOL *)0); }
313
314 #undef has_colors
315 NCURSES_BOOL has_colors(void)
316                 { return(*(NCURSES_BOOL *)0); }
317
318 #undef color_content_sp
319 int     color_content_sp(
320                 SCREEN  *sp, 
321                 short   color, 
322                 short   *r, 
323                 short   *g, 
324                 short   *b)
325                 { return(*(int *)0); }
326
327 #undef color_content
328 int     color_content(
329                 short   color, 
330                 short   *r, 
331                 short   *g, 
332                 short   *b)
333                 { return(*(int *)0); }
334
335 #undef _nc_pair_content
336 int     _nc_pair_content(
337                 SCREEN  *sp, 
338                 int     pair, 
339                 int     *f, 
340                 int     *b)
341                 { return(*(int *)0); }
342
343 #undef pair_content_sp
344 int     pair_content_sp(
345                 SCREEN  *sp, 
346                 short   pair, 
347                 short   *f, 
348                 short   *b)
349                 { return(*(int *)0); }
350
351 #undef pair_content
352 int     pair_content(
353                 short   pair, 
354                 short   *f, 
355                 short   *b)
356                 { return(*(int *)0); }
357
358 #undef _nc_do_color_sp
359 void    _nc_do_color_sp(
360                 SCREEN  *sp, 
361                 int     old_pair, 
362                 int     pair, 
363                 int     reverse, 
364                 NCURSES_OUTC_sp outc)
365                 { /* void */ }
366
367 #undef _nc_do_color
368 void    _nc_do_color(
369                 int     old_pair, 
370                 int     pair, 
371                 int     reverse, 
372                 NCURSES_OUTC outc)
373                 { /* void */ }
374
375 /* ./base/lib_colorset.c */
376
377 #undef wcolor_set
378 int     wcolor_set(
379                 WINDOW  *win, 
380                 short   pair_arg, 
381                 void    *opts)
382                 { return(*(int *)0); }
383
384 /* ./base/lib_delch.c */
385
386 #undef wdelch
387 int     wdelch(
388                 WINDOW  *win)
389                 { return(*(int *)0); }
390
391 /* ./base/lib_delwin.c */
392
393 #undef delwin
394 int     delwin(
395                 WINDOW  *win)
396                 { return(*(int *)0); }
397
398 /* ./base/lib_echo.c */
399
400 #undef echo_sp
401 int     echo_sp(
402                 SCREEN  *sp)
403                 { return(*(int *)0); }
404
405 #undef echo
406 int     echo(void)
407                 { return(*(int *)0); }
408
409 #undef noecho_sp
410 int     noecho_sp(
411                 SCREEN  *sp)
412                 { return(*(int *)0); }
413
414 #undef noecho
415 int     noecho(void)
416                 { return(*(int *)0); }
417
418 /* ./base/lib_endwin.c */
419
420 #undef endwin_sp
421 int     endwin_sp(
422                 SCREEN  *sp)
423                 { return(*(int *)0); }
424
425 #undef endwin
426 int     endwin(void)
427                 { return(*(int *)0); }
428
429 /* ./base/lib_erase.c */
430
431 #undef werase
432 int     werase(
433                 WINDOW  *win)
434                 { return(*(int *)0); }
435
436 /* ./base/lib_flash.c */
437
438 #undef flash_sp
439 int     flash_sp(
440                 SCREEN  *sp)
441                 { return(*(int *)0); }
442
443 #undef flash
444 int     flash(void)
445                 { return(*(int *)0); }
446
447 /* ./lib_gen.c */
448
449 #undef addch
450 int     (addch)(
451                 const chtype z)
452                 { return(*(int *)0); }
453
454 #undef addchnstr
455 int     (addchnstr)(
456                 const chtype *a1, 
457                 int     z)
458                 { return(*(int *)0); }
459
460 #undef addchstr
461 int     (addchstr)(
462                 const chtype *z)
463                 { return(*(int *)0); }
464
465 #undef addnstr
466 int     (addnstr)(
467                 const char *a1, 
468                 int     z)
469                 { return(*(int *)0); }
470
471 #undef addstr
472 int     (addstr)(
473                 const char *z)
474                 { return(*(int *)0); }
475
476 #undef attroff
477 int     (attroff)(
478                 NCURSES_ATTR_T  z)
479                 { return(*(int *)0); }
480
481 #undef attron
482 int     (attron)(
483                 NCURSES_ATTR_T  z)
484                 { return(*(int *)0); }
485
486 #undef attrset
487 int     (attrset)(
488                 NCURSES_ATTR_T  z)
489                 { return(*(int *)0); }
490
491 #undef attr_get
492 int     (attr_get)(
493                 attr_t  *a1, 
494                 short   *a2, 
495                 void    *z)
496                 { return(*(int *)0); }
497
498 #undef attr_off
499 int     (attr_off)(
500                 attr_t  a1, 
501                 void    *z)
502                 { return(*(int *)0); }
503
504 #undef attr_on
505 int     (attr_on)(
506                 attr_t  a1, 
507                 void    *z)
508                 { return(*(int *)0); }
509
510 #undef attr_set
511 int     (attr_set)(
512                 attr_t  a1, 
513                 short   a2, 
514                 void    *z)
515                 { return(*(int *)0); }
516
517 #undef bkgd
518 int     (bkgd)(
519                 chtype  z)
520                 { return(*(int *)0); }
521
522 #undef bkgdset
523 void    (bkgdset)(
524                 chtype  z)
525                 { /* void */ }
526
527 #undef border
528 int     (border)(
529                 chtype  a1, 
530                 chtype  a2, 
531                 chtype  a3, 
532                 chtype  a4, 
533                 chtype  a5, 
534                 chtype  a6, 
535                 chtype  a7, 
536                 chtype  z)
537                 { return(*(int *)0); }
538
539 #undef box
540 int     (box)(
541                 WINDOW  *a1, 
542                 chtype  a2, 
543                 chtype  z)
544                 { return(*(int *)0); }
545
546 #undef chgat
547 int     (chgat)(
548                 int     a1, 
549                 attr_t  a2, 
550                 short   a3, 
551                 const void *z)
552                 { return(*(int *)0); }
553
554 #undef clear
555 int     (clear)(void)
556                 { return(*(int *)0); }
557
558 #undef clrtobot
559 int     (clrtobot)(void)
560                 { return(*(int *)0); }
561
562 #undef clrtoeol
563 int     (clrtoeol)(void)
564                 { return(*(int *)0); }
565
566 #undef color_set
567 int     (color_set)(
568                 short   a1, 
569                 void    *z)
570                 { return(*(int *)0); }
571
572 #undef COLOR_PAIR
573 int     (COLOR_PAIR)(
574                 int     z)
575                 { return(*(int *)0); }
576
577 #undef delch
578 int     (delch)(void)
579                 { return(*(int *)0); }
580
581 #undef deleteln
582 int     (deleteln)(void)
583                 { return(*(int *)0); }
584
585 #undef echochar
586 int     (echochar)(
587                 const chtype z)
588                 { return(*(int *)0); }
589
590 #undef erase
591 int     (erase)(void)
592                 { return(*(int *)0); }
593
594 #undef getbkgd
595 chtype  (getbkgd)(
596                 WINDOW  *z)
597                 { return(*(chtype *)0); }
598
599 #undef getch
600 int     (getch)(void)
601                 { return(*(int *)0); }
602
603 #undef getnstr
604 int     (getnstr)(
605                 char    *a1, 
606                 int     z)
607                 { return(*(int *)0); }
608
609 #undef getstr
610 int     (getstr)(
611                 char    *z)
612                 { return(*(int *)0); }
613
614 #undef hline
615 int     (hline)(
616                 chtype  a1, 
617                 int     z)
618                 { return(*(int *)0); }
619
620 #undef inch
621 chtype  (inch)(void)
622                 { return(*(chtype *)0); }
623
624 #undef inchnstr
625 int     (inchnstr)(
626                 chtype  *a1, 
627                 int     z)
628                 { return(*(int *)0); }
629
630 #undef inchstr
631 int     (inchstr)(
632                 chtype  *z)
633                 { return(*(int *)0); }
634
635 #undef innstr
636 int     (innstr)(
637                 char    *a1, 
638                 int     z)
639                 { return(*(int *)0); }
640
641 #undef insch
642 int     (insch)(
643                 chtype  z)
644                 { return(*(int *)0); }
645
646 #undef insdelln
647 int     (insdelln)(
648                 int     z)
649                 { return(*(int *)0); }
650
651 #undef insertln
652 int     (insertln)(void)
653                 { return(*(int *)0); }
654
655 #undef insnstr
656 int     (insnstr)(
657                 const char *a1, 
658                 int     z)
659                 { return(*(int *)0); }
660
661 #undef insstr
662 int     (insstr)(
663                 const char *z)
664                 { return(*(int *)0); }
665
666 #undef instr
667 int     (instr)(
668                 char    *z)
669                 { return(*(int *)0); }
670
671 #undef move
672 int     (move)(
673                 int     a1, 
674                 int     z)
675                 { return(*(int *)0); }
676
677 #undef mvaddch
678 int     (mvaddch)(
679                 int     a1, 
680                 int     a2, 
681                 const chtype z)
682                 { return(*(int *)0); }
683
684 #undef mvaddchnstr
685 int     (mvaddchnstr)(
686                 int     a1, 
687                 int     a2, 
688                 const chtype *a3, 
689                 int     z)
690                 { return(*(int *)0); }
691
692 #undef mvaddchstr
693 int     (mvaddchstr)(
694                 int     a1, 
695                 int     a2, 
696                 const chtype *z)
697                 { return(*(int *)0); }
698
699 #undef mvaddnstr
700 int     (mvaddnstr)(
701                 int     a1, 
702                 int     a2, 
703                 const char *a3, 
704                 int     z)
705                 { return(*(int *)0); }
706
707 #undef mvaddstr
708 int     (mvaddstr)(
709                 int     a1, 
710                 int     a2, 
711                 const char *z)
712                 { return(*(int *)0); }
713
714 #undef mvchgat
715 int     (mvchgat)(
716                 int     a1, 
717                 int     a2, 
718                 int     a3, 
719                 attr_t  a4, 
720                 short   a5, 
721                 const void *z)
722                 { return(*(int *)0); }
723
724 #undef mvdelch
725 int     (mvdelch)(
726                 int     a1, 
727                 int     z)
728                 { return(*(int *)0); }
729
730 #undef mvgetch
731 int     (mvgetch)(
732                 int     a1, 
733                 int     z)
734                 { return(*(int *)0); }
735
736 #undef mvgetnstr
737 int     (mvgetnstr)(
738                 int     a1, 
739                 int     a2, 
740                 char    *a3, 
741                 int     z)
742                 { return(*(int *)0); }
743
744 #undef mvgetstr
745 int     (mvgetstr)(
746                 int     a1, 
747                 int     a2, 
748                 char    *z)
749                 { return(*(int *)0); }
750
751 #undef mvhline
752 int     (mvhline)(
753                 int     a1, 
754                 int     a2, 
755                 chtype  a3, 
756                 int     z)
757                 { return(*(int *)0); }
758
759 #undef mvinch
760 chtype  (mvinch)(
761                 int     a1, 
762                 int     z)
763                 { return(*(chtype *)0); }
764
765 #undef mvinchnstr
766 int     (mvinchnstr)(
767                 int     a1, 
768                 int     a2, 
769                 chtype  *a3, 
770                 int     z)
771                 { return(*(int *)0); }
772
773 #undef mvinchstr
774 int     (mvinchstr)(
775                 int     a1, 
776                 int     a2, 
777                 chtype  *z)
778                 { return(*(int *)0); }
779
780 #undef mvinnstr
781 int     (mvinnstr)(
782                 int     a1, 
783                 int     a2, 
784                 char    *a3, 
785                 int     z)
786                 { return(*(int *)0); }
787
788 #undef mvinsch
789 int     (mvinsch)(
790                 int     a1, 
791                 int     a2, 
792                 chtype  z)
793                 { return(*(int *)0); }
794
795 #undef mvinsnstr
796 int     (mvinsnstr)(
797                 int     a1, 
798                 int     a2, 
799                 const char *a3, 
800                 int     z)
801                 { return(*(int *)0); }
802
803 #undef mvinsstr
804 int     (mvinsstr)(
805                 int     a1, 
806                 int     a2, 
807                 const char *z)
808                 { return(*(int *)0); }
809
810 #undef mvinstr
811 int     (mvinstr)(
812                 int     a1, 
813                 int     a2, 
814                 char    *z)
815                 { return(*(int *)0); }
816
817 #undef mvvline
818 int     (mvvline)(
819                 int     a1, 
820                 int     a2, 
821                 chtype  a3, 
822                 int     z)
823                 { return(*(int *)0); }
824
825 #undef mvwaddch
826 int     (mvwaddch)(
827                 WINDOW  *a1, 
828                 int     a2, 
829                 int     a3, 
830                 const chtype z)
831                 { return(*(int *)0); }
832
833 #undef mvwaddchnstr
834 int     (mvwaddchnstr)(
835                 WINDOW  *a1, 
836                 int     a2, 
837                 int     a3, 
838                 const chtype *a4, 
839                 int     z)
840                 { return(*(int *)0); }
841
842 #undef mvwaddchstr
843 int     (mvwaddchstr)(
844                 WINDOW  *a1, 
845                 int     a2, 
846                 int     a3, 
847                 const chtype *z)
848                 { return(*(int *)0); }
849
850 #undef mvwaddnstr
851 int     (mvwaddnstr)(
852                 WINDOW  *a1, 
853                 int     a2, 
854                 int     a3, 
855                 const char *a4, 
856                 int     z)
857                 { return(*(int *)0); }
858
859 #undef mvwaddstr
860 int     (mvwaddstr)(
861                 WINDOW  *a1, 
862                 int     a2, 
863                 int     a3, 
864                 const char *z)
865                 { return(*(int *)0); }
866
867 #undef mvwchgat
868 int     (mvwchgat)(
869                 WINDOW  *a1, 
870                 int     a2, 
871                 int     a3, 
872                 int     a4, 
873                 attr_t  a5, 
874                 short   a6, 
875                 const void *z)
876                 { return(*(int *)0); }
877
878 #undef mvwdelch
879 int     (mvwdelch)(
880                 WINDOW  *a1, 
881                 int     a2, 
882                 int     z)
883                 { return(*(int *)0); }
884
885 #undef mvwgetch
886 int     (mvwgetch)(
887                 WINDOW  *a1, 
888                 int     a2, 
889                 int     z)
890                 { return(*(int *)0); }
891
892 #undef mvwgetnstr
893 int     (mvwgetnstr)(
894                 WINDOW  *a1, 
895                 int     a2, 
896                 int     a3, 
897                 char    *a4, 
898                 int     z)
899                 { return(*(int *)0); }
900
901 #undef mvwgetstr
902 int     (mvwgetstr)(
903                 WINDOW  *a1, 
904                 int     a2, 
905                 int     a3, 
906                 char    *z)
907                 { return(*(int *)0); }
908
909 #undef mvwhline
910 int     (mvwhline)(
911                 WINDOW  *a1, 
912                 int     a2, 
913                 int     a3, 
914                 chtype  a4, 
915                 int     z)
916                 { return(*(int *)0); }
917
918 #undef mvwinch
919 chtype  (mvwinch)(
920                 WINDOW  *a1, 
921                 int     a2, 
922                 int     z)
923                 { return(*(chtype *)0); }
924
925 #undef mvwinchnstr
926 int     (mvwinchnstr)(
927                 WINDOW  *a1, 
928                 int     a2, 
929                 int     a3, 
930                 chtype  *a4, 
931                 int     z)
932                 { return(*(int *)0); }
933
934 #undef mvwinchstr
935 int     (mvwinchstr)(
936                 WINDOW  *a1, 
937                 int     a2, 
938                 int     a3, 
939                 chtype  *z)
940                 { return(*(int *)0); }
941
942 #undef mvwinnstr
943 int     (mvwinnstr)(
944                 WINDOW  *a1, 
945                 int     a2, 
946                 int     a3, 
947                 char    *a4, 
948                 int     z)
949                 { return(*(int *)0); }
950
951 #undef mvwinsch
952 int     (mvwinsch)(
953                 WINDOW  *a1, 
954                 int     a2, 
955                 int     a3, 
956                 chtype  z)
957                 { return(*(int *)0); }
958
959 #undef mvwinsnstr
960 int     (mvwinsnstr)(
961                 WINDOW  *a1, 
962                 int     a2, 
963                 int     a3, 
964                 const char *a4, 
965                 int     z)
966                 { return(*(int *)0); }
967
968 #undef mvwinsstr
969 int     (mvwinsstr)(
970                 WINDOW  *a1, 
971                 int     a2, 
972                 int     a3, 
973                 const char *z)
974                 { return(*(int *)0); }
975
976 #undef mvwinstr
977 int     (mvwinstr)(
978                 WINDOW  *a1, 
979                 int     a2, 
980                 int     a3, 
981                 char    *z)
982                 { return(*(int *)0); }
983
984 #undef mvwvline
985 int     (mvwvline)(
986                 WINDOW  *a1, 
987                 int     a2, 
988                 int     a3, 
989                 chtype  a4, 
990                 int     z)
991                 { return(*(int *)0); }
992
993 #undef PAIR_NUMBER
994 int     (PAIR_NUMBER)(
995                 int     z)
996                 { return(*(int *)0); }
997
998 #undef redrawwin
999 int     (redrawwin)(
1000                 WINDOW  *z)
1001                 { return(*(int *)0); }
1002
1003 #undef refresh
1004 int     (refresh)(void)
1005                 { return(*(int *)0); }
1006
1007 #undef scrl
1008 int     (scrl)(
1009                 int     z)
1010                 { return(*(int *)0); }
1011
1012 #undef scroll
1013 int     (scroll)(
1014                 WINDOW  *z)
1015                 { return(*(int *)0); }
1016
1017 #undef setscrreg
1018 int     (setscrreg)(
1019                 int     a1, 
1020                 int     z)
1021                 { return(*(int *)0); }
1022
1023 #undef standout
1024 int     (standout)(void)
1025                 { return(*(int *)0); }
1026
1027 #undef standend
1028 int     (standend)(void)
1029                 { return(*(int *)0); }
1030
1031 #undef timeout
1032 void    (timeout)(
1033                 int     z)
1034                 { /* void */ }
1035
1036 #undef touchline
1037 int     (touchline)(
1038                 WINDOW  *a1, 
1039                 int     a2, 
1040                 int     z)
1041                 { return(*(int *)0); }
1042
1043 #undef touchwin
1044 int     (touchwin)(
1045                 WINDOW  *z)
1046                 { return(*(int *)0); }
1047
1048 #undef untouchwin
1049 int     (untouchwin)(
1050                 WINDOW  *z)
1051                 { return(*(int *)0); }
1052
1053 #undef vline
1054 int     (vline)(
1055                 chtype  a1, 
1056                 int     z)
1057                 { return(*(int *)0); }
1058
1059 #undef vw_printw
1060 int     (vw_printw)(
1061                 WINDOW  *a1, 
1062                 const char *a2, 
1063                 va_list z)
1064                 { return(*(int *)0); }
1065
1066 #undef vw_scanw
1067 int     (vw_scanw)(
1068                 WINDOW  *a1, 
1069                 const char *a2, 
1070                 va_list z)
1071                 { return(*(int *)0); }
1072
1073 #undef waddchstr
1074 int     (waddchstr)(
1075                 WINDOW  *a1, 
1076                 const chtype *z)
1077                 { return(*(int *)0); }
1078
1079 #undef waddstr
1080 int     (waddstr)(
1081                 WINDOW  *a1, 
1082                 const char *z)
1083                 { return(*(int *)0); }
1084
1085 #undef wattron
1086 int     (wattron)(
1087                 WINDOW  *a1, 
1088                 int     z)
1089                 { return(*(int *)0); }
1090
1091 #undef wattroff
1092 int     (wattroff)(
1093                 WINDOW  *a1, 
1094                 int     z)
1095                 { return(*(int *)0); }
1096
1097 #undef wattrset
1098 int     (wattrset)(
1099                 WINDOW  *a1, 
1100                 int     z)
1101                 { return(*(int *)0); }
1102
1103 #undef wattr_get
1104 int     (wattr_get)(
1105                 WINDOW  *a1, 
1106                 attr_t  *a2, 
1107                 short   *a3, 
1108                 void    *z)
1109                 { return(*(int *)0); }
1110
1111 #undef wattr_set
1112 int     (wattr_set)(
1113                 WINDOW  *a1, 
1114                 attr_t  a2, 
1115                 short   a3, 
1116                 void    *z)
1117                 { return(*(int *)0); }
1118
1119 #undef wdeleteln
1120 int     (wdeleteln)(
1121                 WINDOW  *z)
1122                 { return(*(int *)0); }
1123
1124 #undef wgetstr
1125 int     (wgetstr)(
1126                 WINDOW  *a1, 
1127                 char    *z)
1128                 { return(*(int *)0); }
1129
1130 #undef winchstr
1131 int     (winchstr)(
1132                 WINDOW  *a1, 
1133                 chtype  *z)
1134                 { return(*(int *)0); }
1135
1136 #undef winsertln
1137 int     (winsertln)(
1138                 WINDOW  *z)
1139                 { return(*(int *)0); }
1140
1141 #undef winsstr
1142 int     (winsstr)(
1143                 WINDOW  *a1, 
1144                 const char *z)
1145                 { return(*(int *)0); }
1146
1147 #undef winstr
1148 int     (winstr)(
1149                 WINDOW  *a1, 
1150                 char    *z)
1151                 { return(*(int *)0); }
1152
1153 #undef wstandout
1154 int     (wstandout)(
1155                 WINDOW  *z)
1156                 { return(*(int *)0); }
1157
1158 #undef wstandend
1159 int     (wstandend)(
1160                 WINDOW  *z)
1161                 { return(*(int *)0); }
1162
1163 #undef getattrs
1164 int     (getattrs)(
1165                 const WINDOW *z)
1166                 { return(*(int *)0); }
1167
1168 #undef getcurx
1169 int     (getcurx)(
1170                 const WINDOW *z)
1171                 { return(*(int *)0); }
1172
1173 #undef getcury
1174 int     (getcury)(
1175                 const WINDOW *z)
1176                 { return(*(int *)0); }
1177
1178 #undef getbegx
1179 int     (getbegx)(
1180                 const WINDOW *z)
1181                 { return(*(int *)0); }
1182
1183 #undef getbegy
1184 int     (getbegy)(
1185                 const WINDOW *z)
1186                 { return(*(int *)0); }
1187
1188 #undef getmaxx
1189 int     (getmaxx)(
1190                 const WINDOW *z)
1191                 { return(*(int *)0); }
1192
1193 #undef getmaxy
1194 int     (getmaxy)(
1195                 const WINDOW *z)
1196                 { return(*(int *)0); }
1197
1198 #undef getparx
1199 int     (getparx)(
1200                 const WINDOW *z)
1201                 { return(*(int *)0); }
1202
1203 #undef getpary
1204 int     (getpary)(
1205                 const WINDOW *z)
1206                 { return(*(int *)0); }
1207
1208 #undef wgetparent
1209 WINDOW  *(wgetparent)(
1210                 const WINDOW *z)
1211                 { return(*(WINDOW **)0); }
1212
1213 #undef is_cleared
1214 NCURSES_BOOL (is_cleared)(
1215                 const WINDOW *z)
1216                 { return(*(NCURSES_BOOL *)0); }
1217
1218 #undef is_idcok
1219 NCURSES_BOOL (is_idcok)(
1220                 const WINDOW *z)
1221                 { return(*(NCURSES_BOOL *)0); }
1222
1223 #undef is_idlok
1224 NCURSES_BOOL (is_idlok)(
1225                 const WINDOW *z)
1226                 { return(*(NCURSES_BOOL *)0); }
1227
1228 #undef is_immedok
1229 NCURSES_BOOL (is_immedok)(
1230                 const WINDOW *z)
1231                 { return(*(NCURSES_BOOL *)0); }
1232
1233 #undef is_keypad
1234 NCURSES_BOOL (is_keypad)(
1235                 const WINDOW *z)
1236                 { return(*(NCURSES_BOOL *)0); }
1237
1238 #undef is_leaveok
1239 NCURSES_BOOL (is_leaveok)(
1240                 const WINDOW *z)
1241                 { return(*(NCURSES_BOOL *)0); }
1242
1243 #undef is_nodelay
1244 NCURSES_BOOL (is_nodelay)(
1245                 const WINDOW *z)
1246                 { return(*(NCURSES_BOOL *)0); }
1247
1248 #undef is_notimeout
1249 NCURSES_BOOL (is_notimeout)(
1250                 const WINDOW *z)
1251                 { return(*(NCURSES_BOOL *)0); }
1252
1253 #undef is_pad
1254 NCURSES_BOOL (is_pad)(
1255                 const WINDOW *z)
1256                 { return(*(NCURSES_BOOL *)0); }
1257
1258 #undef is_scrollok
1259 NCURSES_BOOL (is_scrollok)(
1260                 const WINDOW *z)
1261                 { return(*(NCURSES_BOOL *)0); }
1262
1263 #undef is_subwin
1264 NCURSES_BOOL (is_subwin)(
1265                 const WINDOW *z)
1266                 { return(*(NCURSES_BOOL *)0); }
1267
1268 #undef is_syncok
1269 NCURSES_BOOL (is_syncok)(
1270                 const WINDOW *z)
1271                 { return(*(NCURSES_BOOL *)0); }
1272
1273 #undef wgetdelay
1274 int     (wgetdelay)(
1275                 const WINDOW *z)
1276                 { return(*(int *)0); }
1277
1278 #undef wgetscrreg
1279 int     (wgetscrreg)(
1280                 const WINDOW *a1, 
1281                 int     *a2, 
1282                 int     *z)
1283                 { return(*(int *)0); }
1284
1285 #undef mouse_trafo
1286 NCURSES_BOOL (mouse_trafo)(
1287                 int     *a1, 
1288                 int     *a2, 
1289                 NCURSES_BOOL z)
1290                 { return(*(NCURSES_BOOL *)0); }
1291
1292 /* ./base/lib_getch.c */
1293
1294 #undef _nc_ESCDELAY
1295 int     _nc_ESCDELAY(void)
1296                 { return(*(int *)0); }
1297
1298 #undef _nc_ptr_Escdelay
1299 int     *_nc_ptr_Escdelay(
1300                 SCREEN  *sp)
1301                 { return(*(int **)0); }
1302
1303 #undef set_escdelay_sp
1304 int     set_escdelay_sp(
1305                 SCREEN  *sp, 
1306                 int     value)
1307                 { return(*(int *)0); }
1308
1309 #undef set_escdelay
1310 int     set_escdelay(
1311                 int     value)
1312                 { return(*(int *)0); }
1313
1314 #undef get_escdelay_sp
1315 int     get_escdelay_sp(
1316                 SCREEN  *sp)
1317                 { return(*(int *)0); }
1318
1319 #undef get_escdelay
1320 int     get_escdelay(void)
1321                 { return(*(int *)0); }
1322
1323 #undef _nc_wgetch
1324 int     _nc_wgetch(
1325                 WINDOW  *win, 
1326                 int     *result, 
1327                 int     use_meta)
1328                 { return(*(int *)0); }
1329
1330 #undef wgetch
1331 int     wgetch(
1332                 WINDOW  *win)
1333                 { return(*(int *)0); }
1334
1335 /* ./base/lib_getstr.c */
1336
1337 #undef wgetnstr
1338 int     wgetnstr(
1339                 WINDOW  *win, 
1340                 char    *str, 
1341                 int     maxlen)
1342                 { return(*(int *)0); }
1343
1344 /* ./base/lib_hline.c */
1345
1346 #undef whline
1347 int     whline(
1348                 WINDOW  *win, 
1349                 chtype  ch, 
1350                 int     n)
1351                 { return(*(int *)0); }
1352
1353 /* ./base/lib_immedok.c */
1354
1355 #undef immedok
1356 void    immedok(
1357                 WINDOW  *win, 
1358                 NCURSES_BOOL flag)
1359                 { /* void */ }
1360
1361 /* ./base/lib_inchstr.c */
1362
1363 #undef winchnstr
1364 int     winchnstr(
1365                 WINDOW  *win, 
1366                 chtype  *str, 
1367                 int     n)
1368                 { return(*(int *)0); }
1369
1370 /* ./base/lib_initscr.c */
1371
1372 #undef initscr
1373 WINDOW  *initscr(void)
1374                 { return(*(WINDOW **)0); }
1375
1376 /* ./base/lib_insch.c */
1377
1378 #undef _nc_insert_ch
1379 int     _nc_insert_ch(
1380                 SCREEN  *sp, 
1381                 WINDOW  *win, 
1382                 chtype  ch)
1383                 { return(*(int *)0); }
1384
1385 #undef winsch
1386 int     winsch(
1387                 WINDOW  *win, 
1388                 chtype  c)
1389                 { return(*(int *)0); }
1390
1391 /* ./base/lib_insdel.c */
1392
1393 #undef winsdelln
1394 int     winsdelln(
1395                 WINDOW  *win, 
1396                 int     n)
1397                 { return(*(int *)0); }
1398
1399 /* ./base/lib_insnstr.c */
1400
1401 #undef winsnstr
1402 int     winsnstr(
1403                 WINDOW  *win, 
1404                 const char *s, 
1405                 int     n)
1406                 { return(*(int *)0); }
1407
1408 /* ./base/lib_instr.c */
1409
1410 #undef winnstr
1411 int     winnstr(
1412                 WINDOW  *win, 
1413                 char    *str, 
1414                 int     n)
1415                 { return(*(int *)0); }
1416
1417 /* ./base/lib_isendwin.c */
1418
1419 #undef isendwin_sp
1420 NCURSES_BOOL isendwin_sp(
1421                 SCREEN  *sp)
1422                 { return(*(NCURSES_BOOL *)0); }
1423
1424 #undef isendwin
1425 NCURSES_BOOL isendwin(void)
1426                 { return(*(NCURSES_BOOL *)0); }
1427
1428 /* ./base/lib_leaveok.c */
1429
1430 #undef leaveok
1431 int     leaveok(
1432                 WINDOW  *win, 
1433                 NCURSES_BOOL flag)
1434                 { return(*(int *)0); }
1435
1436 /* ./base/lib_mouse.c */
1437
1438 #undef getmouse_sp
1439 int     getmouse_sp(
1440                 SCREEN  *sp, 
1441                 MEVENT  *aevent)
1442                 { return(*(int *)0); }
1443
1444 #undef getmouse
1445 int     getmouse(
1446                 MEVENT  *aevent)
1447                 { return(*(int *)0); }
1448
1449 #undef ungetmouse_sp
1450 int     ungetmouse_sp(
1451                 SCREEN  *sp, 
1452                 MEVENT  *aevent)
1453                 { return(*(int *)0); }
1454
1455 #undef ungetmouse
1456 int     ungetmouse(
1457                 MEVENT  *aevent)
1458                 { return(*(int *)0); }
1459
1460 #undef mousemask_sp
1461 mmask_t mousemask_sp(
1462                 SCREEN  *sp, 
1463                 mmask_t newmask, 
1464                 mmask_t *oldmask)
1465                 { return(*(mmask_t *)0); }
1466
1467 #undef mousemask
1468 mmask_t mousemask(
1469                 mmask_t newmask, 
1470                 mmask_t *oldmask)
1471                 { return(*(mmask_t *)0); }
1472
1473 #undef wenclose
1474 NCURSES_BOOL wenclose(
1475                 const WINDOW *win, 
1476                 int     y, 
1477                 int     x)
1478                 { return(*(NCURSES_BOOL *)0); }
1479
1480 #undef mouseinterval_sp
1481 int     mouseinterval_sp(
1482                 SCREEN  *sp, 
1483                 int     maxclick)
1484                 { return(*(int *)0); }
1485
1486 #undef mouseinterval
1487 int     mouseinterval(
1488                 int     maxclick)
1489                 { return(*(int *)0); }
1490
1491 #undef _nc_has_mouse
1492 NCURSES_BOOL _nc_has_mouse(
1493                 SCREEN  *sp)
1494                 { return(*(NCURSES_BOOL *)0); }
1495
1496 #undef has_mouse_sp
1497 NCURSES_BOOL has_mouse_sp(
1498                 SCREEN  *sp)
1499                 { return(*(NCURSES_BOOL *)0); }
1500
1501 #undef has_mouse
1502 NCURSES_BOOL has_mouse(void)
1503                 { return(*(NCURSES_BOOL *)0); }
1504
1505 #undef wmouse_trafo
1506 NCURSES_BOOL wmouse_trafo(
1507                 const WINDOW *win, 
1508                 int     *pY, 
1509                 int     *pX, 
1510                 NCURSES_BOOL to_screen)
1511                 { return(*(NCURSES_BOOL *)0); }
1512
1513 /* ./base/lib_move.c */
1514
1515 #undef wmove
1516 int     wmove(
1517                 WINDOW  *win, 
1518                 int     y, 
1519                 int     x)
1520                 { return(*(int *)0); }
1521
1522 /* ./tty/lib_mvcur.c */
1523
1524 #undef _nc_msec_cost_sp
1525 int     _nc_msec_cost_sp(
1526                 SCREEN  *sp, 
1527                 const char *const cap, 
1528                 int     affcnt)
1529                 { return(*(int *)0); }
1530
1531 #undef _nc_msec_cost
1532 int     _nc_msec_cost(
1533                 const char *const cap, 
1534                 int     affcnt)
1535                 { return(*(int *)0); }
1536
1537 #undef _nc_mvcur_resume_sp
1538 void    _nc_mvcur_resume_sp(
1539                 SCREEN  *sp)
1540                 { /* void */ }
1541
1542 #undef _nc_mvcur_resume
1543 void    _nc_mvcur_resume(void)
1544                 { /* void */ }
1545
1546 #undef _nc_mvcur_init_sp
1547 void    _nc_mvcur_init_sp(
1548                 SCREEN  *sp)
1549                 { /* void */ }
1550
1551 #undef _nc_mvcur_init
1552 void    _nc_mvcur_init(void)
1553                 { /* void */ }
1554
1555 #undef _nc_mvcur_wrap_sp
1556 void    _nc_mvcur_wrap_sp(
1557                 SCREEN  *sp)
1558                 { /* void */ }
1559
1560 #undef _nc_mvcur_wrap
1561 void    _nc_mvcur_wrap(void)
1562                 { /* void */ }
1563
1564 #undef _nc_mvcur_sp
1565 int     _nc_mvcur_sp(
1566                 SCREEN  *sp, 
1567                 int     yold, 
1568                 int     xold, 
1569                 int     ynew, 
1570                 int     xnew)
1571                 { return(*(int *)0); }
1572
1573 #undef _nc_mvcur
1574 int     _nc_mvcur(
1575                 int     yold, 
1576                 int     xold, 
1577                 int     ynew, 
1578                 int     xnew)
1579                 { return(*(int *)0); }
1580
1581 #undef mvcur_sp
1582 int     mvcur_sp(
1583                 SCREEN  *sp, 
1584                 int     yold, 
1585                 int     xold, 
1586                 int     ynew, 
1587                 int     xnew)
1588                 { return(*(int *)0); }
1589
1590 #undef mvcur
1591 int     mvcur(
1592                 int     yold, 
1593                 int     xold, 
1594                 int     ynew, 
1595                 int     xnew)
1596                 { return(*(int *)0); }
1597
1598 #undef _nc_optimize_enable
1599 int     _nc_optimize_enable;
1600
1601 /* ./base/lib_mvwin.c */
1602
1603 #undef mvwin
1604 int     mvwin(
1605                 WINDOW  *win, 
1606                 int     by, 
1607                 int     bx)
1608                 { return(*(int *)0); }
1609
1610 /* ./base/lib_newterm.c */
1611
1612 #undef filter_sp
1613 void    filter_sp(
1614                 SCREEN  *sp)
1615                 { /* void */ }
1616
1617 #undef filter
1618 void    filter(void)
1619                 { /* void */ }
1620
1621 #undef nofilter_sp
1622 void    nofilter_sp(
1623                 SCREEN  *sp)
1624                 { /* void */ }
1625
1626 #undef nofilter
1627 void    nofilter(void)
1628                 { /* void */ }
1629
1630 #undef newterm_sp
1631 SCREEN  *newterm_sp(
1632                 SCREEN  *sp, 
1633                 const char *name, 
1634                 FILE    *ofp, 
1635                 FILE    *ifp)
1636                 { return(*(SCREEN **)0); }
1637
1638 #undef newterm
1639 SCREEN  *newterm(
1640                 const char *name, 
1641                 FILE    *ofp, 
1642                 FILE    *ifp)
1643                 { return(*(SCREEN **)0); }
1644
1645 /* ./base/lib_newwin.c */
1646
1647 #undef _nc_freewin
1648 int     _nc_freewin(
1649                 WINDOW  *win)
1650                 { return(*(int *)0); }
1651
1652 #undef newwin_sp
1653 WINDOW  *newwin_sp(
1654                 SCREEN  *sp, 
1655                 int     num_lines, 
1656                 int     num_columns, 
1657                 int     begy, 
1658                 int     begx)
1659                 { return(*(WINDOW **)0); }
1660
1661 #undef newwin
1662 WINDOW  *newwin(
1663                 int     num_lines, 
1664                 int     num_columns, 
1665                 int     begy, 
1666                 int     begx)
1667                 { return(*(WINDOW **)0); }
1668
1669 #undef derwin
1670 WINDOW  *derwin(
1671                 WINDOW  *orig, 
1672                 int     num_lines, 
1673                 int     num_columns, 
1674                 int     begy, 
1675                 int     begx)
1676                 { return(*(WINDOW **)0); }
1677
1678 #undef subwin
1679 WINDOW  *subwin(
1680                 WINDOW  *w, 
1681                 int     l, 
1682                 int     c, 
1683                 int     y, 
1684                 int     x)
1685                 { return(*(WINDOW **)0); }
1686
1687 #undef _nc_makenew_sp
1688 WINDOW  *_nc_makenew_sp(
1689                 SCREEN  *sp, 
1690                 int     num_lines, 
1691                 int     num_columns, 
1692                 int     begy, 
1693                 int     begx, 
1694                 int     flags)
1695                 { return(*(WINDOW **)0); }
1696
1697 #undef _nc_curscr_of
1698 WINDOW  *_nc_curscr_of(
1699                 SCREEN  *sp)
1700                 { return(*(WINDOW **)0); }
1701
1702 #undef _nc_newscr_of
1703 WINDOW  *_nc_newscr_of(
1704                 SCREEN  *sp)
1705                 { return(*(WINDOW **)0); }
1706
1707 #undef _nc_stdscr_of
1708 WINDOW  *_nc_stdscr_of(
1709                 SCREEN  *sp)
1710                 { return(*(WINDOW **)0); }
1711
1712 /* ./base/lib_nl.c */
1713
1714 #undef nl_sp
1715 int     nl_sp(
1716                 SCREEN  *sp)
1717                 { return(*(int *)0); }
1718
1719 #undef nl
1720 int     nl(void)
1721                 { return(*(int *)0); }
1722
1723 #undef nonl_sp
1724 int     nonl_sp(
1725                 SCREEN  *sp)
1726                 { return(*(int *)0); }
1727
1728 #undef nonl
1729 int     nonl(void)
1730                 { return(*(int *)0); }
1731
1732 /* ./base/lib_overlay.c */
1733
1734 #undef overlay
1735 int     overlay(
1736                 const WINDOW *win1, 
1737                 WINDOW  *win2)
1738                 { return(*(int *)0); }
1739
1740 #undef overwrite
1741 int     overwrite(
1742                 const WINDOW *win1, 
1743                 WINDOW  *win2)
1744                 { return(*(int *)0); }
1745
1746 #undef copywin
1747 int     copywin(
1748                 const WINDOW *src, 
1749                 WINDOW  *dst, 
1750                 int     sminrow, 
1751                 int     smincol, 
1752                 int     dminrow, 
1753                 int     dmincol, 
1754                 int     dmaxrow, 
1755                 int     dmaxcol, 
1756                 int     over)
1757                 { return(*(int *)0); }
1758
1759 /* ./base/lib_pad.c */
1760
1761 #undef newpad_sp
1762 WINDOW  *newpad_sp(
1763                 SCREEN  *sp, 
1764                 int     l, 
1765                 int     c)
1766                 { return(*(WINDOW **)0); }
1767
1768 #undef newpad
1769 WINDOW  *newpad(
1770                 int     l, 
1771                 int     c)
1772                 { return(*(WINDOW **)0); }
1773
1774 #undef subpad
1775 WINDOW  *subpad(
1776                 WINDOW  *orig, 
1777                 int     l, 
1778                 int     c, 
1779                 int     begy, 
1780                 int     begx)
1781                 { return(*(WINDOW **)0); }
1782
1783 #undef prefresh
1784 int     prefresh(
1785                 WINDOW  *win, 
1786                 int     pminrow, 
1787                 int     pmincol, 
1788                 int     sminrow, 
1789                 int     smincol, 
1790                 int     smaxrow, 
1791                 int     smaxcol)
1792                 { return(*(int *)0); }
1793
1794 #undef pnoutrefresh
1795 int     pnoutrefresh(
1796                 WINDOW  *win, 
1797                 int     pminrow, 
1798                 int     pmincol, 
1799                 int     sminrow, 
1800                 int     smincol, 
1801                 int     smaxrow, 
1802                 int     smaxcol)
1803                 { return(*(int *)0); }
1804
1805 #undef pechochar
1806 int     pechochar(
1807                 WINDOW  *pad, 
1808                 const chtype ch)
1809                 { return(*(int *)0); }
1810
1811 /* ./base/lib_printw.c */
1812
1813 #undef printw
1814 int     printw(
1815                 const char *fmt, 
1816                 ...)
1817                 { return(*(int *)0); }
1818
1819 #undef wprintw
1820 int     wprintw(
1821                 WINDOW  *win, 
1822                 const char *fmt, 
1823                 ...)
1824                 { return(*(int *)0); }
1825
1826 #undef mvprintw
1827 int     mvprintw(
1828                 int     y, 
1829                 int     x, 
1830                 const char *fmt, 
1831                 ...)
1832                 { return(*(int *)0); }
1833
1834 #undef mvwprintw
1835 int     mvwprintw(
1836                 WINDOW  *win, 
1837                 int     y, 
1838                 int     x, 
1839                 const char *fmt, 
1840                 ...)
1841                 { return(*(int *)0); }
1842
1843 #undef vwprintw
1844 int     vwprintw(
1845                 WINDOW  *win, 
1846                 const char *fmt, 
1847                 va_list argp)
1848                 { return(*(int *)0); }
1849
1850 /* ./base/lib_redrawln.c */
1851
1852 #undef wredrawln
1853 int     wredrawln(
1854                 WINDOW  *win, 
1855                 int     beg, 
1856                 int     num)
1857                 { return(*(int *)0); }
1858
1859 /* ./base/lib_refresh.c */
1860
1861 #undef wrefresh
1862 int     wrefresh(
1863                 WINDOW  *win)
1864                 { return(*(int *)0); }
1865
1866 #undef wnoutrefresh
1867 int     wnoutrefresh(
1868                 WINDOW  *win)
1869                 { return(*(int *)0); }
1870
1871 /* ./base/lib_restart.c */
1872
1873 #undef restartterm_sp
1874 int     restartterm_sp(
1875                 SCREEN  *sp, 
1876                 const char *termp, 
1877                 int     filenum, 
1878                 int     *errret)
1879                 { return(*(int *)0); }
1880
1881 #undef restartterm
1882 int     restartterm(
1883                 const char *termp, 
1884                 int     filenum, 
1885                 int     *errret)
1886                 { return(*(int *)0); }
1887
1888 /* ./base/lib_scanw.c */
1889
1890 #undef vwscanw
1891 int     vwscanw(
1892                 WINDOW  *win, 
1893                 const char *fmt, 
1894                 va_list argp)
1895                 { return(*(int *)0); }
1896
1897 #undef scanw
1898 int     scanw(
1899                 const char *fmt, 
1900                 ...)
1901                 { return(*(int *)0); }
1902
1903 #undef wscanw
1904 int     wscanw(
1905                 WINDOW  *win, 
1906                 const char *fmt, 
1907                 ...)
1908                 { return(*(int *)0); }
1909
1910 #undef mvscanw
1911 int     mvscanw(
1912                 int     y, 
1913                 int     x, 
1914                 const char *fmt, 
1915                 ...)
1916                 { return(*(int *)0); }
1917
1918 #undef mvwscanw
1919 int     mvwscanw(
1920                 WINDOW  *win, 
1921                 int     y, 
1922                 int     x, 
1923                 const char *fmt, 
1924                 ...)
1925                 { return(*(int *)0); }
1926
1927 /* ./base/lib_screen.c */
1928
1929 #undef getwin_sp
1930 WINDOW  *getwin_sp(
1931                 SCREEN  *sp, 
1932                 FILE    *filep)
1933                 { return(*(WINDOW **)0); }
1934
1935 #undef getwin
1936 WINDOW  *getwin(
1937                 FILE    *filep)
1938                 { return(*(WINDOW **)0); }
1939
1940 #undef putwin
1941 int     putwin(
1942                 WINDOW  *win, 
1943                 FILE    *filep)
1944                 { return(*(int *)0); }
1945
1946 #undef scr_restore_sp
1947 int     scr_restore_sp(
1948                 SCREEN  *sp, 
1949                 const char *file)
1950                 { return(*(int *)0); }
1951
1952 #undef scr_restore
1953 int     scr_restore(
1954                 const char *file)
1955                 { return(*(int *)0); }
1956
1957 #undef scr_dump
1958 int     scr_dump(
1959                 const char *file)
1960                 { return(*(int *)0); }
1961
1962 #undef scr_init_sp
1963 int     scr_init_sp(
1964                 SCREEN  *sp, 
1965                 const char *file)
1966                 { return(*(int *)0); }
1967
1968 #undef scr_init
1969 int     scr_init(
1970                 const char *file)
1971                 { return(*(int *)0); }
1972
1973 #undef scr_set_sp
1974 int     scr_set_sp(
1975                 SCREEN  *sp, 
1976                 const char *file)
1977                 { return(*(int *)0); }
1978
1979 #undef scr_set
1980 int     scr_set(
1981                 const char *file)
1982                 { return(*(int *)0); }
1983
1984 /* ./base/lib_scroll.c */
1985
1986 #undef _nc_scroll_window
1987 void    _nc_scroll_window(
1988                 WINDOW  *win, 
1989                 int const n, 
1990                 int const top, 
1991                 int const bottom, 
1992                 chtype  blank)
1993                 { /* void */ }
1994
1995 #undef wscrl
1996 int     wscrl(
1997                 WINDOW  *win, 
1998                 int     n)
1999                 { return(*(int *)0); }
2000
2001 /* ./base/lib_scrollok.c */
2002
2003 #undef scrollok
2004 int     scrollok(
2005                 WINDOW  *win, 
2006                 NCURSES_BOOL flag)
2007                 { return(*(int *)0); }
2008
2009 /* ./base/lib_scrreg.c */
2010
2011 #undef wsetscrreg
2012 int     wsetscrreg(
2013                 WINDOW  *win, 
2014                 int     top, 
2015                 int     bottom)
2016                 { return(*(int *)0); }
2017
2018 /* ./base/lib_set_term.c */
2019
2020 #undef set_term
2021 SCREEN  *set_term(
2022                 SCREEN  *screenp)
2023                 { return(*(SCREEN **)0); }
2024
2025 #undef delscreen
2026 void    delscreen(
2027                 SCREEN  *sp)
2028                 { /* void */ }
2029
2030 #undef _nc_setupscreen_sp
2031 int     _nc_setupscreen_sp(
2032                 SCREEN  **spp, 
2033                 int     slines, 
2034                 int     scolumns, 
2035                 FILE    *output, 
2036                 int     filtered, 
2037                 int     slk_format)
2038                 { return(*(int *)0); }
2039
2040 #undef _nc_setupscreen
2041 int     _nc_setupscreen(
2042                 int     slines, 
2043                 int     scolumns, 
2044                 FILE    *output, 
2045                 int     filtered, 
2046                 int     slk_format)
2047                 { return(*(int *)0); }
2048
2049 #undef _nc_ripoffline_sp
2050 int     _nc_ripoffline_sp(
2051                 SCREEN  *sp, 
2052                 int     line, 
2053                 int     (*init)(
2054                 WINDOW  *p1, 
2055                 int     p2))
2056                 { return(*(int *)0); }
2057
2058 #undef _nc_ripoffline
2059 int     _nc_ripoffline(
2060                 int     line, 
2061                 int     (*init)(
2062                 WINDOW  *p1, 
2063                 int     p2))
2064                 { return(*(int *)0); }
2065
2066 #undef ripoffline_sp
2067 int     ripoffline_sp(
2068                 SCREEN  *sp, 
2069                 int     line, 
2070                 int     (*init)(
2071                 WINDOW  *p1, 
2072                 int     p2))
2073                 { return(*(int *)0); }
2074
2075 #undef ripoffline
2076 int     ripoffline(
2077                 int     line, 
2078                 int     (*init)(
2079                 WINDOW  *p1, 
2080                 int     p2))
2081                 { return(*(int *)0); }
2082
2083 /* ./base/lib_slk.c */
2084
2085 #undef _nc_format_slks
2086 int     _nc_format_slks(
2087                 SCREEN  *sp, 
2088                 int     cols)
2089                 { return(*(int *)0); }
2090
2091 #undef _nc_slk_initialize
2092 int     _nc_slk_initialize(
2093                 WINDOW  *stwin, 
2094                 int     cols)
2095                 { return(*(int *)0); }
2096
2097 #undef slk_restore_sp
2098 int     slk_restore_sp(
2099                 SCREEN  *sp)
2100                 { return(*(int *)0); }
2101
2102 #undef slk_restore
2103 int     slk_restore(void)
2104                 { return(*(int *)0); }
2105
2106 /* ./base/lib_slkatr_set.c */
2107
2108 #undef slk_attr_set_sp
2109 int     slk_attr_set_sp(
2110                 SCREEN  *sp, 
2111                 const attr_t attr, 
2112                 short   pair_arg, 
2113                 void    *opts)
2114                 { return(*(int *)0); }
2115
2116 #undef slk_attr_set
2117 int     slk_attr_set(
2118                 const attr_t attr, 
2119                 short   pair_arg, 
2120                 void    *opts)
2121                 { return(*(int *)0); }
2122
2123 /* ./base/lib_slkatrof.c */
2124
2125 #undef slk_attroff_sp
2126 int     slk_attroff_sp(
2127                 SCREEN  *sp, 
2128                 const chtype attr)
2129                 { return(*(int *)0); }
2130
2131 #undef slk_attroff
2132 int     slk_attroff(
2133                 const chtype attr)
2134                 { return(*(int *)0); }
2135
2136 /* ./base/lib_slkatron.c */
2137
2138 #undef slk_attron_sp
2139 int     slk_attron_sp(
2140                 SCREEN  *sp, 
2141                 const chtype attr)
2142                 { return(*(int *)0); }
2143
2144 #undef slk_attron
2145 int     slk_attron(
2146                 const chtype attr)
2147                 { return(*(int *)0); }
2148
2149 /* ./base/lib_slkatrset.c */
2150
2151 #undef slk_attrset_sp
2152 int     slk_attrset_sp(
2153                 SCREEN  *sp, 
2154                 const chtype attr)
2155                 { return(*(int *)0); }
2156
2157 #undef slk_attrset
2158 int     slk_attrset(
2159                 const chtype attr)
2160                 { return(*(int *)0); }
2161
2162 /* ./base/lib_slkattr.c */
2163
2164 #undef slk_attr_sp
2165 attr_t  slk_attr_sp(
2166                 SCREEN  *sp)
2167                 { return(*(attr_t *)0); }
2168
2169 #undef slk_attr
2170 attr_t  slk_attr(void)
2171                 { return(*(attr_t *)0); }
2172
2173 /* ./base/lib_slkclear.c */
2174
2175 #undef slk_clear_sp
2176 int     slk_clear_sp(
2177                 SCREEN  *sp)
2178                 { return(*(int *)0); }
2179
2180 #undef slk_clear
2181 int     slk_clear(void)
2182                 { return(*(int *)0); }
2183
2184 /* ./base/lib_slkcolor.c */
2185
2186 #undef slk_color_sp
2187 int     slk_color_sp(
2188                 SCREEN  *sp, 
2189                 short   pair_arg)
2190                 { return(*(int *)0); }
2191
2192 #undef slk_color
2193 int     slk_color(
2194                 short   pair_arg)
2195                 { return(*(int *)0); }
2196
2197 /* ./base/lib_slkinit.c */
2198
2199 #undef slk_init_sp
2200 int     slk_init_sp(
2201                 SCREEN  *sp, 
2202                 int     format)
2203                 { return(*(int *)0); }
2204
2205 #undef slk_init
2206 int     slk_init(
2207                 int     format)
2208                 { return(*(int *)0); }
2209
2210 /* ./base/lib_slklab.c */
2211
2212 #undef slk_label_sp
2213 char    *slk_label_sp(
2214                 SCREEN  *sp, 
2215                 int     n)
2216                 { return(*(char **)0); }
2217
2218 #undef slk_label
2219 char    *slk_label(
2220                 int     n)
2221                 { return(*(char **)0); }
2222
2223 /* ./base/lib_slkrefr.c */
2224
2225 #undef slk_noutrefresh_sp
2226 int     slk_noutrefresh_sp(
2227                 SCREEN  *sp)
2228                 { return(*(int *)0); }
2229
2230 #undef slk_noutrefresh
2231 int     slk_noutrefresh(void)
2232                 { return(*(int *)0); }
2233
2234 #undef slk_refresh_sp
2235 int     slk_refresh_sp(
2236                 SCREEN  *sp)
2237                 { return(*(int *)0); }
2238
2239 #undef slk_refresh
2240 int     slk_refresh(void)
2241                 { return(*(int *)0); }
2242
2243 /* ./base/lib_slkset.c */
2244
2245 #undef slk_set_sp
2246 int     slk_set_sp(
2247                 SCREEN  *sp, 
2248                 int     i, 
2249                 const char *astr, 
2250                 int     format)
2251                 { return(*(int *)0); }
2252
2253 #undef slk_set
2254 int     slk_set(
2255                 int     i, 
2256                 const char *astr, 
2257                 int     format)
2258                 { return(*(int *)0); }
2259
2260 /* ./base/lib_slktouch.c */
2261
2262 #undef slk_touch_sp
2263 int     slk_touch_sp(
2264                 SCREEN  *sp)
2265                 { return(*(int *)0); }
2266
2267 #undef slk_touch
2268 int     slk_touch(void)
2269                 { return(*(int *)0); }
2270
2271 /* ./base/lib_touch.c */
2272
2273 #undef is_linetouched
2274 NCURSES_BOOL is_linetouched(
2275                 WINDOW  *win, 
2276                 int     line)
2277                 { return(*(NCURSES_BOOL *)0); }
2278
2279 #undef is_wintouched
2280 NCURSES_BOOL is_wintouched(
2281                 WINDOW  *win)
2282                 { return(*(NCURSES_BOOL *)0); }
2283
2284 #undef wtouchln
2285 int     wtouchln(
2286                 WINDOW  *win, 
2287                 int     y, 
2288                 int     n, 
2289                 int     changed)
2290                 { return(*(int *)0); }
2291
2292 /* ./trace/lib_tracedmp.c */
2293
2294 #undef _tracedump
2295 void    _tracedump(
2296                 const char *name, 
2297                 WINDOW  *win)
2298                 { /* void */ }
2299
2300 /* ./trace/lib_tracemse.c */
2301
2302 #undef _nc_trace_mmask_t
2303 char    *_nc_trace_mmask_t(
2304                 SCREEN  *sp, 
2305                 mmask_t code)
2306                 { return(*(char **)0); }
2307
2308 #undef _nc_tracemouse
2309 char    *_nc_tracemouse(
2310                 SCREEN  *sp, 
2311                 MEVENT const *ep)
2312                 { return(*(char **)0); }
2313
2314 #undef _nc_retrace_mmask_t
2315 mmask_t _nc_retrace_mmask_t(
2316                 SCREEN  *sp, 
2317                 mmask_t code)
2318                 { return(*(mmask_t *)0); }
2319
2320 #undef _tracemouse
2321 char    *_tracemouse(
2322                 MEVENT const *ep)
2323                 { return(*(char **)0); }
2324
2325 /* ./tty/lib_tstp.c */
2326
2327 #undef _nc_signal_handler
2328 void    _nc_signal_handler(
2329                 int     enable)
2330                 { /* void */ }
2331
2332 /* ./base/lib_ungetch.c */
2333
2334 #undef _nc_fifo_dump
2335 void    _nc_fifo_dump(
2336                 SCREEN  *sp)
2337                 { /* void */ }
2338
2339 #undef ungetch_sp
2340 int     ungetch_sp(
2341                 SCREEN  *sp, 
2342                 int     ch)
2343                 { return(*(int *)0); }
2344
2345 #undef ungetch
2346 int     ungetch(
2347                 int     ch)
2348                 { return(*(int *)0); }
2349
2350 /* ./tty/lib_vidattr.c */
2351
2352 #undef vidputs_sp
2353 int     vidputs_sp(
2354                 SCREEN  *sp, 
2355                 chtype  newmode, 
2356                 NCURSES_OUTC_sp outc)
2357                 { return(*(int *)0); }
2358
2359 #undef vidputs
2360 int     vidputs(
2361                 chtype  newmode, 
2362                 NCURSES_OUTC outc)
2363                 { return(*(int *)0); }
2364
2365 #undef vidattr_sp
2366 int     vidattr_sp(
2367                 SCREEN  *sp, 
2368                 chtype  newmode)
2369                 { return(*(int *)0); }
2370
2371 #undef vidattr
2372 int     vidattr(
2373                 chtype  newmode)
2374                 { return(*(int *)0); }
2375
2376 #undef termattrs_sp
2377 chtype  termattrs_sp(
2378                 SCREEN  *sp)
2379                 { return(*(chtype *)0); }
2380
2381 #undef termattrs
2382 chtype  termattrs(void)
2383                 { return(*(chtype *)0); }
2384
2385 /* ./base/lib_vline.c */
2386
2387 #undef wvline
2388 int     wvline(
2389                 WINDOW  *win, 
2390                 chtype  ch, 
2391                 int     n)
2392                 { return(*(int *)0); }
2393
2394 /* ./base/lib_wattroff.c */
2395
2396 #undef wattr_off
2397 int     wattr_off(
2398                 WINDOW  *win, 
2399                 attr_t  at, 
2400                 void    *opts)
2401                 { return(*(int *)0); }
2402
2403 /* ./base/lib_wattron.c */
2404
2405 #undef wattr_on
2406 int     wattr_on(
2407                 WINDOW  *win, 
2408                 attr_t  at, 
2409                 void    *opts)
2410                 { return(*(int *)0); }
2411
2412 /* ./base/lib_winch.c */
2413
2414 #undef winch
2415 chtype  winch(
2416                 WINDOW  *win)
2417                 { return(*(chtype *)0); }
2418
2419 /* ./base/lib_window.c */
2420
2421 #undef _nc_synchook
2422 void    _nc_synchook(
2423                 WINDOW  *win)
2424                 { /* void */ }
2425
2426 #undef mvderwin
2427 int     mvderwin(
2428                 WINDOW  *win, 
2429                 int     y, 
2430                 int     x)
2431                 { return(*(int *)0); }
2432
2433 #undef syncok
2434 int     syncok(
2435                 WINDOW  *win, 
2436                 NCURSES_BOOL bf)
2437                 { return(*(int *)0); }
2438
2439 #undef wsyncup
2440 void    wsyncup(
2441                 WINDOW  *win)
2442                 { /* void */ }
2443
2444 #undef wsyncdown
2445 void    wsyncdown(
2446                 WINDOW  *win)
2447                 { /* void */ }
2448
2449 #undef wcursyncup
2450 void    wcursyncup(
2451                 WINDOW  *win)
2452                 { /* void */ }
2453
2454 #undef dupwin
2455 WINDOW  *dupwin(
2456                 WINDOW  *win)
2457                 { return(*(WINDOW **)0); }
2458
2459 /* ./base/nc_panel.c */
2460
2461 #undef _nc_panelhook_sp
2462 struct panelhook *_nc_panelhook_sp(
2463                 SCREEN  *sp)
2464                 { return(*(struct panelhook **)0); }
2465
2466 #undef _nc_panelhook
2467 struct panelhook *_nc_panelhook(void)
2468                 { return(*(struct panelhook **)0); }
2469
2470 /* ./base/safe_sprintf.c */
2471
2472 #undef _nc_printf_string_sp
2473 char    *_nc_printf_string_sp(
2474                 SCREEN  *sp, 
2475                 const char *fmt, 
2476                 va_list ap)
2477                 { return(*(char **)0); }
2478
2479 #undef _nc_printf_string
2480 char    *_nc_printf_string(
2481                 const char *fmt, 
2482                 va_list ap)
2483                 { return(*(char **)0); }
2484
2485 /* ./tty/tty_update.c */
2486
2487 #undef doupdate_sp
2488 int     doupdate_sp(
2489                 SCREEN  *sp)
2490                 { return(*(int *)0); }
2491
2492 #undef doupdate
2493 int     doupdate(void)
2494                 { return(*(int *)0); }
2495
2496 #undef _nc_scrolln_sp
2497 int     _nc_scrolln_sp(
2498                 SCREEN  *sp, 
2499                 int     n, 
2500                 int     top, 
2501                 int     bot, 
2502                 int     maxy)
2503                 { return(*(int *)0); }
2504
2505 #undef _nc_scrolln
2506 int     _nc_scrolln(
2507                 int     n, 
2508                 int     top, 
2509                 int     bot, 
2510                 int     maxy)
2511                 { return(*(int *)0); }
2512
2513 #undef _nc_screen_resume_sp
2514 void    _nc_screen_resume_sp(
2515                 SCREEN  *sp)
2516                 { /* void */ }
2517
2518 #undef _nc_screen_resume
2519 void    _nc_screen_resume(void)
2520                 { /* void */ }
2521
2522 #undef _nc_screen_init_sp
2523 void    _nc_screen_init_sp(
2524                 SCREEN  *sp)
2525                 { /* void */ }
2526
2527 #undef _nc_screen_init
2528 void    _nc_screen_init(void)
2529                 { /* void */ }
2530
2531 #undef _nc_screen_wrap_sp
2532 void    _nc_screen_wrap_sp(
2533                 SCREEN  *sp)
2534                 { /* void */ }
2535
2536 #undef _nc_screen_wrap
2537 void    _nc_screen_wrap(void)
2538                 { /* void */ }
2539
2540 #undef _nc_do_xmc_glitch_sp
2541 void    _nc_do_xmc_glitch_sp(
2542                 SCREEN  *sp, 
2543                 attr_t  previous)
2544                 { /* void */ }
2545
2546 #undef _nc_do_xmc_glitch
2547 void    _nc_do_xmc_glitch(
2548                 attr_t  previous)
2549                 { /* void */ }
2550
2551 /* ./trace/varargs.c */
2552
2553 #undef _nc_varargs
2554 char    *_nc_varargs(
2555                 const char *fmt, 
2556                 va_list ap)
2557                 { return(*(char **)0); }
2558
2559 /* ./base/vsscanf.c */
2560
2561 #undef _nc_vsscanf
2562 void    _nc_vsscanf(void)
2563                 { /* void */ }
2564
2565 /* ./base/lib_freeall.c */
2566
2567 #undef _nc_freeall
2568 void    _nc_freeall(void)
2569                 { /* void */ }
2570
2571 #undef _nc_free_and_exit_sp
2572 void    _nc_free_and_exit_sp(
2573                 SCREEN  *sp, 
2574                 int     code)
2575                 { /* void */ }
2576
2577 #undef _nc_free_and_exit
2578 void    _nc_free_and_exit(
2579                 int     code)
2580                 { /* void */ }
2581
2582 /* ./expanded.c */
2583
2584 #undef _nc_toggle_attr_on
2585 void    _nc_toggle_attr_on(
2586                 attr_t  *S, 
2587                 attr_t  at)
2588                 { /* void */ }
2589
2590 #undef _nc_toggle_attr_off
2591 void    _nc_toggle_attr_off(
2592                 attr_t  *S, 
2593                 attr_t  at)
2594                 { /* void */ }
2595
2596 #undef _nc_DelCharCost_sp
2597 int     _nc_DelCharCost_sp(
2598                 SCREEN  *sp, 
2599                 int     count)
2600                 { return(*(int *)0); }
2601
2602 #undef _nc_InsCharCost_sp
2603 int     _nc_InsCharCost_sp(
2604                 SCREEN  *sp, 
2605                 int     count)
2606                 { return(*(int *)0); }
2607
2608 #undef _nc_UpdateAttrs_sp
2609 void    _nc_UpdateAttrs_sp(
2610                 SCREEN  *sp, 
2611                 chtype  c)
2612                 { /* void */ }
2613
2614 #undef _nc_DelCharCost
2615 int     _nc_DelCharCost(
2616                 int     count)
2617                 { return(*(int *)0); }
2618
2619 #undef _nc_InsCharCost
2620 int     _nc_InsCharCost(
2621                 int     count)
2622                 { return(*(int *)0); }
2623
2624 #undef _nc_UpdateAttrs
2625 void    _nc_UpdateAttrs(
2626                 chtype  c)
2627                 { /* void */ }
2628
2629 /* ./base/legacy_coding.c */
2630
2631 #undef use_legacy_coding_sp
2632 int     use_legacy_coding_sp(
2633                 SCREEN  *sp, 
2634                 int     level)
2635                 { return(*(int *)0); }
2636
2637 #undef use_legacy_coding
2638 int     use_legacy_coding(
2639                 int     level)
2640                 { return(*(int *)0); }
2641
2642 /* ./base/lib_dft_fgbg.c */
2643
2644 #undef use_default_colors_sp
2645 int     use_default_colors_sp(
2646                 SCREEN  *sp)
2647                 { return(*(int *)0); }
2648
2649 #undef use_default_colors
2650 int     use_default_colors(void)
2651                 { return(*(int *)0); }
2652
2653 #undef assume_default_colors_sp
2654 int     assume_default_colors_sp(
2655                 SCREEN  *sp, 
2656                 int     fg, 
2657                 int     bg)
2658                 { return(*(int *)0); }
2659
2660 #undef assume_default_colors
2661 int     assume_default_colors(
2662                 int     fg, 
2663                 int     bg)
2664                 { return(*(int *)0); }
2665
2666 /* ./tinfo/lib_print.c */
2667
2668 #undef mcprint_sp
2669 int     mcprint_sp(
2670                 SCREEN  *sp, 
2671                 char    *data, 
2672                 int     len)
2673                 { return(*(int *)0); }
2674
2675 #undef mcprint
2676 int     mcprint(
2677                 char    *data, 
2678                 int     len)
2679                 { return(*(int *)0); }
2680
2681 /* ./base/new_pair.c */
2682
2683 #undef _nc_new_pair
2684 void    _nc_new_pair(void)
2685                 { /* void */ }
2686
2687 /* ./base/resizeterm.c */
2688
2689 #undef is_term_resized_sp
2690 NCURSES_BOOL is_term_resized_sp(
2691                 SCREEN  *sp, 
2692                 int     ToLines, 
2693                 int     ToCols)
2694                 { return(*(NCURSES_BOOL *)0); }
2695
2696 #undef is_term_resized
2697 NCURSES_BOOL is_term_resized(
2698                 int     ToLines, 
2699                 int     ToCols)
2700                 { return(*(NCURSES_BOOL *)0); }
2701
2702 #undef resize_term_sp
2703 int     resize_term_sp(
2704                 SCREEN  *sp, 
2705                 int     ToLines, 
2706                 int     ToCols)
2707                 { return(*(int *)0); }
2708
2709 #undef resize_term
2710 int     resize_term(
2711                 int     ToLines, 
2712                 int     ToCols)
2713                 { return(*(int *)0); }
2714
2715 #undef resizeterm_sp
2716 int     resizeterm_sp(
2717                 SCREEN  *sp, 
2718                 int     ToLines, 
2719                 int     ToCols)
2720                 { return(*(int *)0); }
2721
2722 #undef resizeterm
2723 int     resizeterm(
2724                 int     ToLines, 
2725                 int     ToCols)
2726                 { return(*(int *)0); }
2727
2728 /* ./trace/trace_xnames.c */
2729
2730 #undef _nc_trace_xnames
2731 void    _nc_trace_xnames(
2732                 TERMTYPE *tp)
2733                 { /* void */ }
2734
2735 /* ./tinfo/use_screen.c */
2736
2737 #undef use_screen
2738 int     use_screen(
2739                 SCREEN  *screen, 
2740                 NCURSES_SCREEN_CB func, 
2741                 void    *data)
2742                 { return(*(int *)0); }
2743
2744 /* ./base/use_window.c */
2745
2746 #undef use_window
2747 int     use_window(
2748                 WINDOW  *win, 
2749                 NCURSES_WINDOW_CB func, 
2750                 void    *data)
2751                 { return(*(int *)0); }
2752
2753 /* ./base/wresize.c */
2754
2755 #undef wresize
2756 int     wresize(
2757                 WINDOW  *win, 
2758                 int     ToLines, 
2759                 int     ToCols)
2760                 { return(*(int *)0); }
2761
2762 /* ./tinfo/access.c */
2763
2764 #undef _nc_rootname
2765 char    *_nc_rootname(
2766                 char    *path)
2767                 { return(*(char **)0); }
2768
2769 #undef _nc_is_abs_path
2770 NCURSES_BOOL _nc_is_abs_path(
2771                 const char *path)
2772                 { return(*(NCURSES_BOOL *)0); }
2773
2774 #undef _nc_pathlast
2775 unsigned _nc_pathlast(
2776                 const char *path)
2777                 { return(*(unsigned *)0); }
2778
2779 #undef _nc_basename
2780 char    *_nc_basename(
2781                 char    *path)
2782                 { return(*(char **)0); }
2783
2784 #undef _nc_access
2785 int     _nc_access(
2786                 const char *path, 
2787                 int     mode)
2788                 { return(*(int *)0); }
2789
2790 #undef _nc_is_dir_path
2791 NCURSES_BOOL _nc_is_dir_path(
2792                 const char *path)
2793                 { return(*(NCURSES_BOOL *)0); }
2794
2795 #undef _nc_is_file_path
2796 NCURSES_BOOL _nc_is_file_path(
2797                 const char *path)
2798                 { return(*(NCURSES_BOOL *)0); }
2799
2800 #undef _nc_env_access
2801 int     _nc_env_access(void)
2802                 { return(*(int *)0); }
2803
2804 /* ./tinfo/add_tries.c */
2805
2806 #undef _nc_add_to_try
2807 int     _nc_add_to_try(
2808                 TRIES   **tree, 
2809                 const char *str, 
2810                 unsigned code)
2811                 { return(*(int *)0); }
2812
2813 /* ./tinfo/alloc_ttype.c */
2814
2815 #undef _nc_align_termtype
2816 void    _nc_align_termtype(
2817                 TERMTYPE2 *to, 
2818                 TERMTYPE2 *from)
2819                 { /* void */ }
2820
2821 #undef _nc_copy_termtype
2822 void    _nc_copy_termtype(
2823                 TERMTYPE *dst, 
2824                 const TERMTYPE *src)
2825                 { /* void */ }
2826
2827 /* ./codes.c */
2828
2829 #undef _nc_boolcodes
2830 const char *const *_nc_boolcodes(void)
2831                 { return(*(const char **)0); }
2832
2833 #undef _nc_numcodes
2834 const char *const *_nc_numcodes(void)
2835                 { return(*(const char **)0); }
2836
2837 #undef _nc_strcodes
2838 const char *const *_nc_strcodes(void)
2839                 { return(*(const char **)0); }
2840
2841 /* ./comp_captab.c */
2842
2843 #undef _nc_get_table
2844 const struct name_table_entry *_nc_get_table(
2845                 NCURSES_BOOL termcap)
2846                 { return(*(const struct name_table_entry **)0); }
2847
2848 #undef _nc_get_hash_table
2849 const HashValue *_nc_get_hash_table(
2850                 NCURSES_BOOL termcap)
2851                 { return(*(const HashValue **)0); }
2852
2853 #undef _nc_get_alias_table
2854 const struct alias *_nc_get_alias_table(
2855                 NCURSES_BOOL termcap)
2856                 { return(*(const struct alias **)0); }
2857
2858 #undef _nc_get_hash_info
2859 const HashData *_nc_get_hash_info(
2860                 NCURSES_BOOL termcap)
2861                 { return(*(const HashData **)0); }
2862
2863 /* ./tinfo/comp_error.c */
2864
2865 #undef _nc_suppress_warnings
2866 NCURSES_BOOL _nc_suppress_warnings;
2867 #undef _nc_curr_line
2868 int     _nc_curr_line;
2869 #undef _nc_curr_col
2870 int     _nc_curr_col;
2871
2872 #undef _nc_get_source
2873 const char *_nc_get_source(void)
2874                 { return(*(const char **)0); }
2875
2876 #undef _nc_set_source
2877 void    _nc_set_source(
2878                 const char *const name)
2879                 { /* void */ }
2880
2881 #undef _nc_set_type
2882 void    _nc_set_type(
2883                 const char *const name)
2884                 { /* void */ }
2885
2886 #undef _nc_get_type
2887 void    _nc_get_type(
2888                 char    *name)
2889                 { /* void */ }
2890
2891 #undef _nc_warning
2892 void    _nc_warning(
2893                 const char *const fmt, 
2894                 ...)
2895                 { /* void */ }
2896
2897 #undef _nc_err_abort
2898 void    _nc_err_abort(
2899                 const char *const fmt, 
2900                 ...)
2901                 { /* void */ }
2902
2903 #undef _nc_syserr_abort
2904 void    _nc_syserr_abort(
2905                 const char *const fmt, 
2906                 ...)
2907                 { /* void */ }
2908
2909 /* ./tinfo/comp_hash.c */
2910
2911 #undef _nc_find_entry
2912 struct name_table_entry const *_nc_find_entry(
2913                 const char *string, 
2914                 const HashValue *hash_table)
2915                 { return(*(struct name_table_entry const **)0); }
2916
2917 #undef _nc_find_type_entry
2918 struct name_table_entry const *_nc_find_type_entry(
2919                 const char *string, 
2920                 int     type, 
2921                 NCURSES_BOOL termcap)
2922                 { return(*(struct name_table_entry const **)0); }
2923
2924 /* ./tinfo/db_iterator.c */
2925
2926 #undef _nc_tic_dir
2927 const char *_nc_tic_dir(
2928                 const char *path)
2929                 { return(*(const char **)0); }
2930
2931 #undef _nc_keep_tic_dir
2932 void    _nc_keep_tic_dir(
2933                 const char *path)
2934                 { /* void */ }
2935
2936 #undef _nc_last_db
2937 void    _nc_last_db(void)
2938                 { /* void */ }
2939
2940 #undef _nc_next_db
2941 const char *_nc_next_db(
2942                 DBDIRS  *state, 
2943                 int     *offset)
2944                 { return(*(const char **)0); }
2945
2946 #undef _nc_first_db
2947 void    _nc_first_db(
2948                 DBDIRS  *state, 
2949                 int     *offset)
2950                 { /* void */ }
2951
2952 /* ./tinfo/doalloc.c */
2953
2954 #undef _nc_doalloc
2955 void    *_nc_doalloc(
2956                 void    *oldp, 
2957                 size_t  amount)
2958                 { return(*(void **)0); }
2959
2960 /* ./tinfo/entries.c */
2961
2962 #undef _nc_head
2963 ENTRY   *_nc_head;
2964 #undef _nc_tail
2965 ENTRY   *_nc_tail;
2966
2967 #undef _nc_free_entry
2968 void    _nc_free_entry(
2969                 ENTRY   *headp, 
2970                 TERMTYPE2 *tterm)
2971                 { /* void */ }
2972
2973 #undef _nc_free_entries
2974 void    _nc_free_entries(
2975                 ENTRY   *headp)
2976                 { /* void */ }
2977
2978 #undef _nc_leaks_tinfo
2979 void    _nc_leaks_tinfo(void)
2980                 { /* void */ }
2981
2982 /* ./fallback.c */
2983
2984 #undef _nc_fallback
2985 const TERMTYPE2 *_nc_fallback(
2986                 const char *name)
2987                 { return(*(const TERMTYPE2 **)0); }
2988
2989 /* ./tinfo/free_ttype.c */
2990
2991 #undef _nc_free_termtype
2992 void    _nc_free_termtype(
2993                 TERMTYPE *ptr)
2994                 { /* void */ }
2995
2996 #undef _nc_user_definable
2997 NCURSES_BOOL _nc_user_definable;
2998
2999 #undef use_extended_names
3000 int     use_extended_names(
3001                 NCURSES_BOOL flag)
3002                 { return(*(int *)0); }
3003
3004 /* ./tinfo/getenv_num.c */
3005
3006 #undef _nc_getenv_num
3007 int     _nc_getenv_num(
3008                 const char *name)
3009                 { return(*(int *)0); }
3010
3011 #undef _nc_setenv_num
3012 void    _nc_setenv_num(
3013                 const char *name, 
3014                 int     value)
3015                 { /* void */ }
3016
3017 /* ./tinfo/home_terminfo.c */
3018
3019 #undef _nc_home_terminfo
3020 char    *_nc_home_terminfo(void)
3021                 { return(*(char **)0); }
3022
3023 /* ./tinfo/init_keytry.c */
3024
3025 #undef _nc_init_keytry
3026 void    _nc_init_keytry(
3027                 SCREEN  *sp)
3028                 { /* void */ }
3029
3030 /* ./tinfo/lib_acs.c */
3031
3032 #undef _nc_acs_map
3033 chtype  *_nc_acs_map(void)
3034                 { return(*(chtype **)0); }
3035
3036 #undef _nc_init_acs_sp
3037 void    _nc_init_acs_sp(
3038                 SCREEN  *sp)
3039                 { /* void */ }
3040
3041 #undef _nc_init_acs
3042 void    _nc_init_acs(void)
3043                 { /* void */ }
3044
3045 /* ./tinfo/lib_baudrate.c */
3046
3047 struct speed {
3048     int given_speed; 
3049     int actual_speed; 
3050 };
3051
3052 #undef _nc_baudrate
3053 int     _nc_baudrate(
3054                 int     OSpeed)
3055                 { return(*(int *)0); }
3056
3057 #undef _nc_ospeed
3058 int     _nc_ospeed(
3059                 int     BaudRate)
3060                 { return(*(int *)0); }
3061
3062 #undef baudrate_sp
3063 int     baudrate_sp(
3064                 SCREEN  *sp)
3065                 { return(*(int *)0); }
3066
3067 #undef baudrate
3068 int     baudrate(void)
3069                 { return(*(int *)0); }
3070
3071 /* ./tinfo/lib_cur_term.c */
3072
3073 #undef _nc_get_cur_term_sp
3074 TERMINAL *_nc_get_cur_term_sp(
3075                 SCREEN  *sp)
3076                 { return(*(TERMINAL **)0); }
3077
3078 #undef _nc_get_cur_term
3079 TERMINAL *_nc_get_cur_term(void)
3080                 { return(*(TERMINAL **)0); }
3081
3082 #undef _nc_cur_term
3083 TERMINAL *_nc_cur_term(void)
3084                 { return(*(TERMINAL **)0); }
3085
3086 #undef set_curterm_sp
3087 TERMINAL *set_curterm_sp(
3088                 SCREEN  *sp, 
3089                 TERMINAL *termp)
3090                 { return(*(TERMINAL **)0); }
3091
3092 #undef set_curterm
3093 TERMINAL *set_curterm(
3094                 TERMINAL *termp)
3095                 { return(*(TERMINAL **)0); }
3096
3097 #undef del_curterm_sp
3098 int     del_curterm_sp(
3099                 SCREEN  *sp, 
3100                 TERMINAL *termp)
3101                 { return(*(int *)0); }
3102
3103 #undef del_curterm
3104 int     del_curterm(
3105                 TERMINAL *termp)
3106                 { return(*(int *)0); }
3107
3108 /* ./tinfo/lib_data.c */
3109
3110 #undef _nc_stdscr
3111 WINDOW  *_nc_stdscr(void)
3112                 { return(*(WINDOW **)0); }
3113
3114 #undef _nc_curscr
3115 WINDOW  *_nc_curscr(void)
3116                 { return(*(WINDOW **)0); }
3117
3118 #undef _nc_newscr
3119 WINDOW  *_nc_newscr(void)
3120                 { return(*(WINDOW **)0); }
3121
3122 #undef _nc_screen_chain
3123 SCREEN  *_nc_screen_chain;
3124 #undef SP
3125 SCREEN  *SP;
3126 #undef _nc_globals
3127 NCURSES_GLOBALS _nc_globals;
3128 #undef _nc_prescreen
3129 NCURSES_PRESCREEN _nc_prescreen;
3130
3131 #undef _nc_screen_of
3132 SCREEN  *_nc_screen_of(
3133                 WINDOW  *win)
3134                 { return(*(SCREEN **)0); }
3135
3136 #undef _nc_init_pthreads
3137 void    _nc_init_pthreads(void)
3138                 { /* void */ }
3139
3140 #undef _nc_mutex_init
3141 void    _nc_mutex_init(
3142                 pthread_mutex_t *obj)
3143                 { /* void */ }
3144
3145 #undef _nc_mutex_lock
3146 int     _nc_mutex_lock(
3147                 pthread_mutex_t *obj)
3148                 { return(*(int *)0); }
3149
3150 #undef _nc_mutex_trylock
3151 int     _nc_mutex_trylock(
3152                 pthread_mutex_t *obj)
3153                 { return(*(int *)0); }
3154
3155 #undef _nc_mutex_unlock
3156 int     _nc_mutex_unlock(
3157                 pthread_mutex_t *obj)
3158                 { return(*(int *)0); }
3159
3160 /* ./tinfo/lib_has_cap.c */
3161
3162 #undef has_ic_sp
3163 NCURSES_BOOL has_ic_sp(
3164                 SCREEN  *sp)
3165                 { return(*(NCURSES_BOOL *)0); }
3166
3167 #undef has_ic
3168 NCURSES_BOOL has_ic(void)
3169                 { return(*(NCURSES_BOOL *)0); }
3170
3171 #undef has_il_sp
3172 NCURSES_BOOL has_il_sp(
3173                 SCREEN  *sp)
3174                 { return(*(NCURSES_BOOL *)0); }
3175
3176 #undef has_il
3177 NCURSES_BOOL has_il(void)
3178                 { return(*(NCURSES_BOOL *)0); }
3179
3180 /* ./tinfo/lib_kernel.c */
3181
3182 #undef erasechar_sp
3183 char    erasechar_sp(
3184                 SCREEN  *sp)
3185                 { return(*(char *)0); }
3186
3187 #undef erasechar
3188 char    erasechar(void)
3189                 { return(*(char *)0); }
3190
3191 #undef killchar_sp
3192 char    killchar_sp(
3193                 SCREEN  *sp)
3194                 { return(*(char *)0); }
3195
3196 #undef killchar
3197 char    killchar(void)
3198                 { return(*(char *)0); }
3199
3200 #undef flushinp_sp
3201 int     flushinp_sp(
3202                 SCREEN  *sp)
3203                 { return(*(int *)0); }
3204
3205 #undef flushinp
3206 int     flushinp(void)
3207                 { return(*(int *)0); }
3208
3209 /* ./lib_keyname.c */
3210
3211 struct kn { short offset; int code; };
3212
3213 #undef keyname_sp
3214 const char *keyname_sp(
3215                 SCREEN  *sp, 
3216                 int     c)
3217                 { return(*(const char **)0); }
3218
3219 #undef keyname
3220 const char *keyname(
3221                 int     c)
3222                 { return(*(const char **)0); }
3223
3224 /* ./tinfo/lib_longname.c */
3225
3226 #undef longname_sp
3227 char    *longname_sp(
3228                 SCREEN  *sp)
3229                 { return(*(char **)0); }
3230
3231 #undef longname
3232 char    *longname(void)
3233                 { return(*(char **)0); }
3234
3235 /* ./tinfo/lib_napms.c */
3236
3237 #undef napms_sp
3238 int     napms_sp(
3239                 SCREEN  *sp, 
3240                 int     ms)
3241                 { return(*(int *)0); }
3242
3243 #undef napms
3244 int     napms(
3245                 int     ms)
3246                 { return(*(int *)0); }
3247
3248 /* ./tinfo/lib_options.c */
3249
3250 #undef idlok
3251 int     idlok(
3252                 WINDOW  *win, 
3253                 NCURSES_BOOL flag)
3254                 { return(*(int *)0); }
3255
3256 #undef idcok
3257 void    idcok(
3258                 WINDOW  *win, 
3259                 NCURSES_BOOL flag)
3260                 { /* void */ }
3261
3262 #undef halfdelay_sp
3263 int     halfdelay_sp(
3264                 SCREEN  *sp, 
3265                 int     t)
3266                 { return(*(int *)0); }
3267
3268 #undef halfdelay
3269 int     halfdelay(
3270                 int     t)
3271                 { return(*(int *)0); }
3272
3273 #undef nodelay
3274 int     nodelay(
3275                 WINDOW  *win, 
3276                 NCURSES_BOOL flag)
3277                 { return(*(int *)0); }
3278
3279 #undef notimeout
3280 int     notimeout(
3281                 WINDOW  *win, 
3282                 NCURSES_BOOL f)
3283                 { return(*(int *)0); }
3284
3285 #undef wtimeout
3286 void    wtimeout(
3287                 WINDOW  *win, 
3288                 int     delay)
3289                 { /* void */ }
3290
3291 #undef keypad
3292 int     keypad(
3293                 WINDOW  *win, 
3294                 NCURSES_BOOL flag)
3295                 { return(*(int *)0); }
3296
3297 #undef meta
3298 int     meta(
3299                 WINDOW  *win, 
3300                 NCURSES_BOOL flag)
3301                 { return(*(int *)0); }
3302
3303 #undef curs_set_sp
3304 int     curs_set_sp(
3305                 SCREEN  *sp, 
3306                 int     vis)
3307                 { return(*(int *)0); }
3308
3309 #undef curs_set
3310 int     curs_set(
3311                 int     vis)
3312                 { return(*(int *)0); }
3313
3314 #undef typeahead_sp
3315 int     typeahead_sp(
3316                 SCREEN  *sp, 
3317                 int     fd)
3318                 { return(*(int *)0); }
3319
3320 #undef typeahead
3321 int     typeahead(
3322                 int     fd)
3323                 { return(*(int *)0); }
3324
3325 #undef has_key_sp
3326 int     has_key_sp(
3327                 SCREEN  *sp, 
3328                 int     keycode)
3329                 { return(*(int *)0); }
3330
3331 #undef has_key
3332 int     has_key(
3333                 int     keycode)
3334                 { return(*(int *)0); }
3335
3336 #undef _nc_putp_flush_sp
3337 int     _nc_putp_flush_sp(
3338                 SCREEN  *sp, 
3339                 const char *name, 
3340                 const char *value)
3341                 { return(*(int *)0); }
3342
3343 #undef _nc_keypad
3344 int     _nc_keypad(
3345                 SCREEN  *sp, 
3346                 int     flag)
3347                 { return(*(int *)0); }
3348
3349 /* ./tinfo/lib_raw.c */
3350
3351 #undef raw_sp
3352 int     raw_sp(
3353                 SCREEN  *sp)
3354                 { return(*(int *)0); }
3355
3356 #undef raw
3357 int     raw(void)
3358                 { return(*(int *)0); }
3359
3360 #undef cbreak_sp
3361 int     cbreak_sp(
3362                 SCREEN  *sp)
3363                 { return(*(int *)0); }
3364
3365 #undef cbreak
3366 int     cbreak(void)
3367                 { return(*(int *)0); }
3368
3369 #undef qiflush_sp
3370 void    qiflush_sp(
3371                 SCREEN  *sp)
3372                 { /* void */ }
3373
3374 #undef qiflush
3375 void    qiflush(void)
3376                 { /* void */ }
3377
3378 #undef noraw_sp
3379 int     noraw_sp(
3380                 SCREEN  *sp)
3381                 { return(*(int *)0); }
3382
3383 #undef noraw
3384 int     noraw(void)
3385                 { return(*(int *)0); }
3386
3387 #undef nocbreak_sp
3388 int     nocbreak_sp(
3389                 SCREEN  *sp)
3390                 { return(*(int *)0); }
3391
3392 #undef nocbreak
3393 int     nocbreak(void)
3394                 { return(*(int *)0); }
3395
3396 #undef noqiflush_sp
3397 void    noqiflush_sp(
3398                 SCREEN  *sp)
3399                 { /* void */ }
3400
3401 #undef noqiflush
3402 void    noqiflush(void)
3403                 { /* void */ }
3404
3405 #undef intrflush_sp
3406 int     intrflush_sp(
3407                 SCREEN  *sp, 
3408                 WINDOW  *win, 
3409                 NCURSES_BOOL flag)
3410                 { return(*(int *)0); }
3411
3412 #undef intrflush
3413 int     intrflush(
3414                 WINDOW  *win, 
3415                 NCURSES_BOOL flag)
3416                 { return(*(int *)0); }
3417
3418 /* ./tinfo/lib_setup.c */
3419
3420 #undef _nc_ttytype
3421 char    *_nc_ttytype(void)
3422                 { return(*(char **)0); }
3423
3424 #undef _nc_ptr_Lines
3425 int     *_nc_ptr_Lines(
3426                 SCREEN  *sp)
3427                 { return(*(int **)0); }
3428
3429 #undef _nc_LINES
3430 int     _nc_LINES(void)
3431                 { return(*(int *)0); }
3432
3433 #undef _nc_ptr_Cols
3434 int     *_nc_ptr_Cols(
3435                 SCREEN  *sp)
3436                 { return(*(int **)0); }
3437
3438 #undef _nc_COLS
3439 int     _nc_COLS(void)
3440                 { return(*(int *)0); }
3441
3442 #undef _nc_ptr_Tabsize
3443 int     *_nc_ptr_Tabsize(
3444                 SCREEN  *sp)
3445                 { return(*(int **)0); }
3446
3447 #undef _nc_TABSIZE
3448 int     _nc_TABSIZE(void)
3449                 { return(*(int *)0); }
3450
3451 #undef set_tabsize_sp
3452 int     set_tabsize_sp(
3453                 SCREEN  *sp, 
3454                 int     value)
3455                 { return(*(int *)0); }
3456
3457 #undef set_tabsize
3458 int     set_tabsize(
3459                 int     value)
3460                 { return(*(int *)0); }
3461
3462 #undef _nc_handle_sigwinch
3463 int     _nc_handle_sigwinch(
3464                 SCREEN  *sp)
3465                 { return(*(int *)0); }
3466
3467 #undef use_env_sp
3468 void    use_env_sp(
3469                 SCREEN  *sp, 
3470                 NCURSES_BOOL f)
3471                 { /* void */ }
3472
3473 #undef use_tioctl_sp
3474 void    use_tioctl_sp(
3475                 SCREEN  *sp, 
3476                 NCURSES_BOOL f)
3477                 { /* void */ }
3478
3479 #undef use_env
3480 void    use_env(
3481                 NCURSES_BOOL f)
3482                 { /* void */ }
3483
3484 #undef use_tioctl
3485 void    use_tioctl(
3486                 NCURSES_BOOL f)
3487                 { /* void */ }
3488
3489 #undef _nc_get_screensize
3490 void    _nc_get_screensize(
3491                 SCREEN  *sp, 
3492                 int     *linep, 
3493                 int     *colp)
3494                 { /* void */ }
3495
3496 #undef _nc_update_screensize
3497 void    _nc_update_screensize(
3498                 SCREEN  *sp)
3499                 { /* void */ }
3500
3501 #undef _nc_setup_tinfo
3502 int     _nc_setup_tinfo(
3503                 const char *const tn, 
3504                 TERMTYPE2 *const tp)
3505                 { return(*(int *)0); }
3506
3507 #undef _nc_tinfo_cmdch
3508 void    _nc_tinfo_cmdch(
3509                 TERMINAL *termp, 
3510                 int     proto)
3511                 { /* void */ }
3512
3513 #undef _nc_get_locale
3514 char    *_nc_get_locale(void)
3515                 { return(*(char **)0); }
3516
3517 #undef _nc_unicode_locale
3518 int     _nc_unicode_locale(void)
3519                 { return(*(int *)0); }
3520
3521 #undef _nc_locale_breaks_acs
3522 int     _nc_locale_breaks_acs(
3523                 TERMINAL *termp)
3524                 { return(*(int *)0); }
3525
3526 #undef _nc_setupterm
3527 int     _nc_setupterm(
3528                 const char *tname, 
3529                 int     Filedes, 
3530                 int     *errret, 
3531                 int     reuse)
3532                 { return(*(int *)0); }
3533
3534 #undef new_prescr
3535 SCREEN  *new_prescr(void)
3536                 { return(*(SCREEN **)0); }
3537
3538 #undef setupterm
3539 int     setupterm(
3540                 const char *tname, 
3541                 int     Filedes, 
3542                 int     *errret)
3543                 { return(*(int *)0); }
3544
3545 /* ./tinfo/lib_termcap.c */
3546
3547 #undef UP
3548 char    *UP;
3549 #undef BC
3550 char    *BC;
3551
3552 #undef tgetent_sp
3553 int     tgetent_sp(
3554                 SCREEN  *sp, 
3555                 char    *bufp, 
3556                 const char *name)
3557                 { return(*(int *)0); }
3558
3559 #undef tgetent
3560 int     tgetent(
3561                 char    *bufp, 
3562                 const char *name)
3563                 { return(*(int *)0); }
3564
3565 #undef tgetflag_sp
3566 int     tgetflag_sp(
3567                 SCREEN  *sp, 
3568                 const char *id)
3569                 { return(*(int *)0); }
3570
3571 #undef tgetflag
3572 int     tgetflag(
3573                 const char *id)
3574                 { return(*(int *)0); }
3575
3576 #undef tgetnum_sp
3577 int     tgetnum_sp(
3578                 SCREEN  *sp, 
3579                 const char *id)
3580                 { return(*(int *)0); }
3581
3582 #undef tgetnum
3583 int     tgetnum(
3584                 const char *id)
3585                 { return(*(int *)0); }
3586
3587 #undef tgetstr_sp
3588 char    *tgetstr_sp(
3589                 SCREEN  *sp, 
3590                 const char *id, 
3591                 char    **area)
3592                 { return(*(char **)0); }
3593
3594 #undef tgetstr
3595 char    *tgetstr(
3596                 const char *id, 
3597                 char    **area)
3598                 { return(*(char **)0); }
3599
3600 /* ./tinfo/lib_termname.c */
3601
3602 #undef termname_sp
3603 char    *termname_sp(
3604                 SCREEN  *sp)
3605                 { return(*(char **)0); }
3606
3607 #undef termname
3608 char    *termname(void)
3609                 { return(*(char **)0); }
3610
3611 /* ./tinfo/lib_tgoto.c */
3612
3613 #undef tgoto
3614 char    *tgoto(
3615                 const char *string, 
3616                 int     x, 
3617                 int     y)
3618                 { return(*(char **)0); }
3619
3620 /* ./tinfo/lib_ti.c */
3621
3622 #undef tigetflag_sp
3623 int     tigetflag_sp(
3624                 SCREEN  *sp, 
3625                 const char *str)
3626                 { return(*(int *)0); }
3627
3628 #undef tigetflag
3629 int     tigetflag(
3630                 const char *str)
3631                 { return(*(int *)0); }
3632
3633 #undef tigetnum_sp
3634 int     tigetnum_sp(
3635                 SCREEN  *sp, 
3636                 const char *str)
3637                 { return(*(int *)0); }
3638
3639 #undef tigetnum
3640 int     tigetnum(
3641                 const char *str)
3642                 { return(*(int *)0); }
3643
3644 #undef tigetstr_sp
3645 char    *tigetstr_sp(
3646                 SCREEN  *sp, 
3647                 const char *str)
3648                 { return(*(char **)0); }
3649
3650 #undef tigetstr
3651 char    *tigetstr(
3652                 const char *str)
3653                 { return(*(char **)0); }
3654
3655 /* ./tinfo/lib_tparm.c */
3656
3657 #undef _nc_tparm_err
3658 int     _nc_tparm_err;
3659
3660 #undef _nc_tparm_analyze
3661 int     _nc_tparm_analyze(
3662                 const char *string, 
3663                 char    *p_is_s[9], 
3664                 int     *_nc_popcount)
3665                 { return(*(int *)0); }
3666
3667 #undef tparm
3668 char    *tparm(
3669                 const char *string, 
3670                 ...)
3671                 { return(*(char **)0); }
3672
3673 #undef tiparm
3674 char    *tiparm(
3675                 const char *string, 
3676                 ...)
3677                 { return(*(char **)0); }
3678
3679 /* ./tinfo/lib_tputs.c */
3680
3681 #undef PC
3682 char    PC;
3683 #undef ospeed
3684 short   ospeed;
3685 #undef _nc_nulls_sent
3686 int     _nc_nulls_sent;
3687
3688 #undef _nc_set_no_padding
3689 void    _nc_set_no_padding(
3690                 SCREEN  *sp)
3691                 { /* void */ }
3692
3693 #undef delay_output_sp
3694 int     delay_output_sp(
3695                 SCREEN  *sp, 
3696                 int     ms)
3697                 { return(*(int *)0); }
3698
3699 #undef delay_output
3700 int     delay_output(
3701                 int     ms)
3702                 { return(*(int *)0); }
3703
3704 #undef _nc_flush_sp
3705 void    _nc_flush_sp(
3706                 SCREEN  *sp)
3707                 { /* void */ }
3708
3709 #undef _nc_flush
3710 void    _nc_flush(void)
3711                 { /* void */ }
3712
3713 #undef _nc_outch_sp
3714 int     _nc_outch_sp(
3715                 SCREEN  *sp, 
3716                 int     ch)
3717                 { return(*(int *)0); }
3718
3719 #undef _nc_outch
3720 int     _nc_outch(
3721                 int     ch)
3722                 { return(*(int *)0); }
3723
3724 #undef _nc_putchar_sp
3725 int     _nc_putchar_sp(
3726                 SCREEN  *sp, 
3727                 int     ch)
3728                 { return(*(int *)0); }
3729
3730 #undef _nc_putchar
3731 int     _nc_putchar(
3732                 int     ch)
3733                 { return(*(int *)0); }
3734
3735 #undef putp_sp
3736 int     putp_sp(
3737                 SCREEN  *sp, 
3738                 const char *string)
3739                 { return(*(int *)0); }
3740
3741 #undef putp
3742 int     putp(
3743                 const char *string)
3744                 { return(*(int *)0); }
3745
3746 #undef _nc_putp_sp
3747 int     _nc_putp_sp(
3748                 SCREEN  *sp, 
3749                 const char *name, 
3750                 const char *string)
3751                 { return(*(int *)0); }
3752
3753 #undef _nc_putp
3754 int     _nc_putp(
3755                 const char *name, 
3756                 const char *string)
3757                 { return(*(int *)0); }
3758
3759 #undef tputs_sp
3760 int     tputs_sp(
3761                 SCREEN  *sp, 
3762                 const char *string, 
3763                 int     affcnt, 
3764                 NCURSES_OUTC_sp outc)
3765                 { return(*(int *)0); }
3766
3767 #undef _nc_outc_wrapper
3768 int     _nc_outc_wrapper(
3769                 SCREEN  *sp, 
3770                 int     c)
3771                 { return(*(int *)0); }
3772
3773 #undef tputs
3774 int     tputs(
3775                 const char *string, 
3776                 int     affcnt, 
3777                 int     (*outc)(
3778                 int     p1))
3779                 { return(*(int *)0); }
3780
3781 /* ./trace/lib_trace.c */
3782
3783 #undef _nc_tracing
3784 unsigned _nc_tracing;
3785
3786 #undef _nc__nc_tputs_trace
3787 const char *_nc__nc_tputs_trace(void)
3788                 { return(*(const char **)0); }
3789
3790 #undef _nc__nc_outchars
3791 long    _nc__nc_outchars(void)
3792                 { return(*(long *)0); }
3793
3794 #undef _nc_set_tputs_trace
3795 void    _nc_set_tputs_trace(
3796                 const char *s)
3797                 { /* void */ }
3798
3799 #undef _nc_count_outchars
3800 void    _nc_count_outchars(
3801                 long    increment)
3802                 { /* void */ }
3803
3804 #undef trace
3805 void    trace(
3806                 const unsigned int tracelevel)
3807                 { /* void */ }
3808
3809 #undef _tracef
3810 void    _tracef(
3811                 const char *fmt, 
3812                 ...)
3813                 { /* void */ }
3814
3815 #undef _nc_retrace_bool
3816 NCURSES_BOOL _nc_retrace_bool(
3817                 int     code)
3818                 { return(*(NCURSES_BOOL *)0); }
3819
3820 #undef _nc_retrace_char
3821 char    _nc_retrace_char(
3822                 int     code)
3823                 { return(*(char *)0); }
3824
3825 #undef _nc_retrace_int
3826 int     _nc_retrace_int(
3827                 int     code)
3828                 { return(*(int *)0); }
3829
3830 #undef _nc_retrace_unsigned
3831 unsigned _nc_retrace_unsigned(
3832                 unsigned code)
3833                 { return(*(unsigned *)0); }
3834
3835 #undef _nc_retrace_ptr
3836 char    *_nc_retrace_ptr(
3837                 char    *code)
3838                 { return(*(char **)0); }
3839
3840 #undef _nc_retrace_cptr
3841 const char *_nc_retrace_cptr(
3842                 const char *code)
3843                 { return(*(const char **)0); }
3844
3845 #undef _nc_retrace_cvoid_ptr
3846 const void *_nc_retrace_cvoid_ptr(
3847                 const void *code)
3848                 { return(*(const void **)0); }
3849
3850 #undef _nc_retrace_void_ptr
3851 void    *_nc_retrace_void_ptr(
3852                 void    *code)
3853                 { return(*(void **)0); }
3854
3855 #undef _nc_retrace_sp
3856 SCREEN  *_nc_retrace_sp(
3857                 SCREEN  *code)
3858                 { return(*(SCREEN **)0); }
3859
3860 #undef _nc_retrace_win
3861 WINDOW  *_nc_retrace_win(
3862                 WINDOW  *code)
3863                 { return(*(WINDOW **)0); }
3864
3865 #undef _nc_use_tracef
3866 int     _nc_use_tracef(
3867                 unsigned mask)
3868                 { return(*(int *)0); }
3869
3870 #undef _nc_locked_tracef
3871 void    _nc_locked_tracef(
3872                 const char *fmt, 
3873                 ...)
3874                 { /* void */ }
3875
3876 /* ./trace/lib_traceatr.c */
3877
3878 #undef _traceattr2
3879 char    *_traceattr2(
3880                 int     bufnum, 
3881                 chtype  newmode)
3882                 { return(*(char **)0); }
3883
3884 #undef _traceattr
3885 char    *_traceattr(
3886                 attr_t  newmode)
3887                 { return(*(char **)0); }
3888
3889 #undef _nc_retrace_int_attr_t
3890 int     _nc_retrace_int_attr_t(
3891                 attr_t  code)
3892                 { return(*(int *)0); }
3893
3894 #undef _nc_retrace_attr_t
3895 attr_t  _nc_retrace_attr_t(
3896                 attr_t  code)
3897                 { return(*(attr_t *)0); }
3898
3899 #undef _nc_altcharset_name
3900 const char *_nc_altcharset_name(
3901                 attr_t  attr, 
3902                 chtype  ch)
3903                 { return(*(const char **)0); }
3904
3905 #undef _tracechtype2
3906 char    *_tracechtype2(
3907                 int     bufnum, 
3908                 chtype  ch)
3909                 { return(*(char **)0); }
3910
3911 #undef _tracechtype
3912 char    *_tracechtype(
3913                 chtype  ch)
3914                 { return(*(char **)0); }
3915
3916 #undef _nc_retrace_chtype
3917 chtype  _nc_retrace_chtype(
3918                 chtype  code)
3919                 { return(*(chtype *)0); }
3920
3921 /* ./trace/lib_tracebits.c */
3922
3923 #undef _nc_trace_ttymode
3924 char    *_nc_trace_ttymode(
3925                 struct termios *tty)
3926                 { return(*(char **)0); }
3927
3928 #undef _nc_tracebits
3929 char    *_nc_tracebits(void)
3930                 { return(*(char **)0); }
3931
3932 /* ./trace/lib_tracechr.c */
3933
3934 #undef _nc_tracechar
3935 char    *_nc_tracechar(
3936                 SCREEN  *sp, 
3937                 int     ch)
3938                 { return(*(char **)0); }
3939
3940 #undef _tracechar
3941 char    *_tracechar(
3942                 int     ch)
3943                 { return(*(char **)0); }
3944
3945 /* ./tinfo/lib_ttyflags.c */
3946
3947 #undef _nc_get_tty_mode_sp
3948 int     _nc_get_tty_mode_sp(
3949                 SCREEN  *sp, 
3950                 struct termios *buf)
3951                 { return(*(int *)0); }
3952
3953 #undef _nc_get_tty_mode
3954 int     _nc_get_tty_mode(
3955                 struct termios *buf)
3956                 { return(*(int *)0); }
3957
3958 #undef _nc_set_tty_mode_sp
3959 int     _nc_set_tty_mode_sp(
3960                 SCREEN  *sp, 
3961                 struct termios *buf)
3962                 { return(*(int *)0); }
3963
3964 #undef _nc_set_tty_mode
3965 int     _nc_set_tty_mode(
3966                 struct termios *buf)
3967                 { return(*(int *)0); }
3968
3969 #undef def_shell_mode_sp
3970 int     def_shell_mode_sp(
3971                 SCREEN  *sp)
3972                 { return(*(int *)0); }
3973
3974 #undef def_shell_mode
3975 int     def_shell_mode(void)
3976                 { return(*(int *)0); }
3977
3978 #undef def_prog_mode_sp
3979 int     def_prog_mode_sp(
3980                 SCREEN  *sp)
3981                 { return(*(int *)0); }
3982
3983 #undef def_prog_mode
3984 int     def_prog_mode(void)
3985                 { return(*(int *)0); }
3986
3987 #undef reset_prog_mode_sp
3988 int     reset_prog_mode_sp(
3989                 SCREEN  *sp)
3990                 { return(*(int *)0); }
3991
3992 #undef reset_prog_mode
3993 int     reset_prog_mode(void)
3994                 { return(*(int *)0); }
3995
3996 #undef reset_shell_mode_sp
3997 int     reset_shell_mode_sp(
3998                 SCREEN  *sp)
3999                 { return(*(int *)0); }
4000
4001 #undef reset_shell_mode
4002 int     reset_shell_mode(void)
4003                 { return(*(int *)0); }
4004
4005 #undef savetty_sp
4006 int     savetty_sp(
4007                 SCREEN  *sp)
4008                 { return(*(int *)0); }
4009
4010 #undef savetty
4011 int     savetty(void)
4012                 { return(*(int *)0); }
4013
4014 #undef resetty_sp
4015 int     resetty_sp(
4016                 SCREEN  *sp)
4017                 { return(*(int *)0); }
4018
4019 #undef resetty
4020 int     resetty(void)
4021                 { return(*(int *)0); }
4022
4023 /* ./tty/lib_twait.c */
4024
4025 #undef _nc_timed_wait
4026 int     _nc_timed_wait(
4027                 SCREEN  *sp, 
4028                 int     mode, 
4029                 int     milliseconds, 
4030                 int     *timeleft)
4031                 { return(*(int *)0); }
4032
4033 /* ./tinfo/name_match.c */
4034
4035 #undef _nc_first_name
4036 char    *_nc_first_name(
4037                 const char *const sp)
4038                 { return(*(char **)0); }
4039
4040 #undef _nc_name_match
4041 int     _nc_name_match(
4042                 const char *const namelst, 
4043                 const char *const name, 
4044                 const char *const delim)
4045                 { return(*(int *)0); }
4046
4047 /* ./names.c */
4048
4049 #undef _nc_boolnames
4050 const char *const *_nc_boolnames(void)
4051                 { return(*(const char **)0); }
4052
4053 #undef _nc_boolfnames
4054 const char *const *_nc_boolfnames(void)
4055                 { return(*(const char **)0); }
4056
4057 #undef _nc_numnames
4058 const char *const *_nc_numnames(void)
4059                 { return(*(const char **)0); }
4060
4061 #undef _nc_numfnames
4062 const char *const *_nc_numfnames(void)
4063                 { return(*(const char **)0); }
4064
4065 #undef _nc_strnames
4066 const char *const *_nc_strnames(void)
4067                 { return(*(const char **)0); }
4068
4069 #undef _nc_strfnames
4070 const char *const *_nc_strfnames(void)
4071                 { return(*(const char **)0); }
4072
4073 /* ./tinfo/obsolete.c */
4074
4075 #undef _nc_set_buffer_sp
4076 void    _nc_set_buffer_sp(
4077                 SCREEN  *sp, 
4078                 FILE    *ofp, 
4079                 int     buffered)
4080                 { /* void */ }
4081
4082 #undef _nc_set_buffer
4083 void    _nc_set_buffer(
4084                 FILE    *ofp, 
4085                 int     buffered)
4086                 { /* void */ }
4087
4088 /* ./tinfo/read_entry.c */
4089
4090 #undef _nc_init_termtype
4091 void    _nc_init_termtype(
4092                 TERMTYPE2 *const tp)
4093                 { /* void */ }
4094
4095 #undef _nc_read_termtype
4096 int     _nc_read_termtype(
4097                 TERMTYPE2 *ptr, 
4098                 char    *buffer, 
4099                 int     limit)
4100                 { return(*(int *)0); }
4101
4102 #undef _nc_read_file_entry
4103 int     _nc_read_file_entry(
4104                 const char *const filename, 
4105                 TERMTYPE2 *ptr)
4106                 { return(*(int *)0); }
4107
4108 #undef _nc_read_entry2
4109 int     _nc_read_entry2(
4110                 const char *const name, 
4111                 char    *const filename, 
4112                 TERMTYPE2 *const tp)
4113                 { return(*(int *)0); }
4114
4115 /* ./tinfo/read_termcap.c */
4116
4117 #undef _nc_read_termcap_entry
4118 int     _nc_read_termcap_entry(
4119                 const char *const tn, 
4120                 TERMTYPE *const tp)
4121                 { return(*(int *)0); }
4122
4123 /* ./tinfo/strings.c */
4124
4125 #undef _nc_str_init
4126 string_desc *_nc_str_init(
4127                 string_desc *dst, 
4128                 char    *src, 
4129                 size_t  len)
4130                 { return(*(string_desc **)0); }
4131
4132 #undef _nc_str_null
4133 string_desc *_nc_str_null(
4134                 string_desc *dst, 
4135                 size_t  len)
4136                 { return(*(string_desc **)0); }
4137
4138 #undef _nc_str_copy
4139 string_desc *_nc_str_copy(
4140                 string_desc *dst, 
4141                 string_desc *src)
4142                 { return(*(string_desc **)0); }
4143
4144 #undef _nc_safe_strcat
4145 NCURSES_BOOL _nc_safe_strcat(
4146                 string_desc *dst, 
4147                 const char *src)
4148                 { return(*(NCURSES_BOOL *)0); }
4149
4150 #undef _nc_safe_strcpy
4151 NCURSES_BOOL _nc_safe_strcpy(
4152                 string_desc *dst, 
4153                 const char *src)
4154                 { return(*(NCURSES_BOOL *)0); }
4155
4156 /* ./trace/trace_buf.c */
4157
4158 #undef _nc_trace_buf
4159 char    *_nc_trace_buf(
4160                 int     bufnum, 
4161                 size_t  want)
4162                 { return(*(char **)0); }
4163
4164 #undef _nc_trace_bufcat
4165 char    *_nc_trace_bufcat(
4166                 int     bufnum, 
4167                 const char *value)
4168                 { return(*(char **)0); }
4169
4170 /* ./trace/trace_tries.c */
4171
4172 #undef _nc_trace_tries
4173 void    _nc_trace_tries(
4174                 TRIES   *tree)
4175                 { /* void */ }
4176
4177 /* ./base/tries.c */
4178
4179 #undef _nc_expand_try
4180 char    *_nc_expand_try(
4181                 TRIES   *tree, 
4182                 unsigned code, 
4183                 int     *count, 
4184                 size_t  len)
4185                 { return(*(char **)0); }
4186
4187 #undef _nc_remove_key
4188 int     _nc_remove_key(
4189                 TRIES   **tree, 
4190                 unsigned code)
4191                 { return(*(int *)0); }
4192
4193 #undef _nc_remove_string
4194 int     _nc_remove_string(
4195                 TRIES   **tree, 
4196                 const char *string)
4197                 { return(*(int *)0); }
4198
4199 /* ./tinfo/trim_sgr0.c */
4200
4201 #undef _nc_trim_sgr0
4202 char    *_nc_trim_sgr0(
4203                 TERMTYPE2 *tp)
4204                 { return(*(char **)0); }
4205
4206 /* ./unctrl.c */
4207
4208 #undef unctrl_sp
4209 const char *unctrl_sp(
4210                 SCREEN  *sp, 
4211                 chtype  ch)
4212                 { return(*(const char **)0); }
4213
4214 #undef unctrl
4215 const char *unctrl(
4216                 chtype  ch)
4217                 { return(*(const char **)0); }
4218
4219 /* ./trace/visbuf.c */
4220
4221 #undef _nc_visbuf2
4222 const char *_nc_visbuf2(
4223                 int     bufnum, 
4224                 const char *buf)
4225                 { return(*(const char **)0); }
4226
4227 #undef _nc_visbuf
4228 const char *_nc_visbuf(
4229                 const char *buf)
4230                 { return(*(const char **)0); }
4231
4232 #undef _nc_visbufn
4233 const char *_nc_visbufn(
4234                 const char *buf, 
4235                 int     len)
4236                 { return(*(const char **)0); }
4237
4238 #undef _nc_viscbuf2
4239 const char *_nc_viscbuf2(
4240                 int     bufnum, 
4241                 const chtype *buf, 
4242                 int     len)
4243                 { return(*(const char **)0); }
4244
4245 #undef _nc_viscbuf
4246 const char *_nc_viscbuf(
4247                 const chtype *buf, 
4248                 int     len)
4249                 { return(*(const char **)0); }
4250
4251 /* ./tinfo/alloc_entry.c */
4252
4253 #undef _nc_init_entry
4254 void    _nc_init_entry(
4255                 ENTRY   *const tp)
4256                 { /* void */ }
4257
4258 #undef _nc_copy_entry
4259 ENTRY   *_nc_copy_entry(
4260                 ENTRY   *oldp)
4261                 { return(*(ENTRY **)0); }
4262
4263 #undef _nc_save_str
4264 char    *_nc_save_str(
4265                 const char *const string)
4266                 { return(*(char **)0); }
4267
4268 #undef _nc_wrap_entry
4269 void    _nc_wrap_entry(
4270                 ENTRY   *const ep, 
4271                 NCURSES_BOOL copy_strings)
4272                 { /* void */ }
4273
4274 #undef _nc_merge_entry
4275 void    _nc_merge_entry(
4276                 ENTRY   *const target, 
4277                 ENTRY   *const source)
4278                 { /* void */ }
4279
4280 /* ./tinfo/captoinfo.c */
4281
4282 #undef _nc_captoinfo
4283 char    *_nc_captoinfo(
4284                 const char *cap, 
4285                 const char *s, 
4286                 int const parameterized)
4287                 { return(*(char **)0); }
4288
4289 #undef _nc_infotocap
4290 char    *_nc_infotocap(
4291                 const char *cap, 
4292                 const char *str, 
4293                 int const parameterized)
4294                 { return(*(char **)0); }
4295
4296 /* ./tinfo/comp_expand.c */
4297
4298 #undef _nc_tic_expand
4299 char    *_nc_tic_expand(
4300                 const char *srcp, 
4301                 NCURSES_BOOL tic_format, 
4302                 int     numbers)
4303                 { return(*(char **)0); }
4304
4305 /* ./tinfo/comp_parse.c */
4306
4307 #undef _nc_check_termtype2
4308 void    (*_nc_check_termtype2)(
4309                 TERMTYPE2 *p1, 
4310                 NCURSES_BOOL p2);
4311
4312 #undef _nc_entry_match
4313 NCURSES_BOOL _nc_entry_match(
4314                 char    *n1, 
4315                 char    *n2)
4316                 { return(*(NCURSES_BOOL *)0); }
4317
4318 #undef _nc_read_entry_source
4319 void    _nc_read_entry_source(
4320                 FILE    *fp, 
4321                 char    *buf, 
4322                 int     literal, 
4323                 NCURSES_BOOL silent, 
4324                 NCURSES_BOOL (*hook)(
4325                 ENTRY   *p1))
4326                 { /* void */ }
4327
4328 #undef _nc_resolve_uses2
4329 int     _nc_resolve_uses2(
4330                 NCURSES_BOOL fullresolve, 
4331                 NCURSES_BOOL literal)
4332                 { return(*(int *)0); }
4333
4334 /* ./tinfo/comp_scan.c */
4335
4336 #undef _nc_syntax
4337 int     _nc_syntax;
4338 #undef _nc_strict_bsd
4339 int     _nc_strict_bsd;
4340 #undef _nc_curr_file_pos
4341 long    _nc_curr_file_pos;
4342 #undef _nc_comment_start
4343 long    _nc_comment_start;
4344 #undef _nc_comment_end
4345 long    _nc_comment_end;
4346 #undef _nc_start_line
4347 long    _nc_start_line;
4348 #undef _nc_curr_token
4349 struct token _nc_curr_token;
4350 #undef _nc_disable_period
4351 NCURSES_BOOL _nc_disable_period;
4352
4353 #undef _nc_reset_input
4354 void    _nc_reset_input(
4355                 FILE    *fp, 
4356                 char    *buf)
4357                 { /* void */ }
4358
4359 #undef _nc_get_token
4360 int     _nc_get_token(
4361                 NCURSES_BOOL silent)
4362                 { return(*(int *)0); }
4363
4364 #undef _nc_trans_string
4365 int     _nc_trans_string(
4366                 char    *ptr, 
4367                 char    *last)
4368                 { return(*(int *)0); }
4369
4370 #undef _nc_push_token
4371 void    _nc_push_token(
4372                 int     tokclass)
4373                 { /* void */ }
4374
4375 #undef _nc_panic_mode
4376 void    _nc_panic_mode(
4377                 char    ch)
4378                 { /* void */ }
4379
4380 /* ./tinfo/parse_entry.c */
4381
4382 #undef _nc_parse_entry
4383 int     _nc_parse_entry(
4384                 ENTRY   *entryp, 
4385                 int     literal, 
4386                 NCURSES_BOOL silent)
4387                 { return(*(int *)0); }
4388
4389 #undef _nc_capcmp
4390 int     _nc_capcmp(
4391                 const char *s, 
4392                 const char *t)
4393                 { return(*(int *)0); }
4394
4395 /* ./tinfo/write_entry.c */
4396
4397 #undef _nc_set_writedir
4398 void    _nc_set_writedir(
4399                 const char *dir)
4400                 { /* void */ }
4401
4402 #undef _nc_write_entry
4403 void    _nc_write_entry(
4404                 TERMTYPE2 *const tp)
4405                 { /* void */ }
4406
4407 #undef _nc_write_object
4408 int     _nc_write_object(
4409                 TERMTYPE2 *tp, 
4410                 char    *buffer, 
4411                 unsigned *offset, 
4412                 unsigned limit)
4413                 { return(*(int *)0); }
4414
4415 #undef _nc_tic_written
4416 int     _nc_tic_written(void)
4417                 { return(*(int *)0); }
4418
4419 /* ./base/define_key.c */
4420
4421 #undef define_key_sp
4422 int     define_key_sp(
4423                 SCREEN  *sp, 
4424                 const char *str, 
4425                 int     keycode)
4426                 { return(*(int *)0); }
4427
4428 #undef define_key
4429 int     define_key(
4430                 const char *str, 
4431                 int     keycode)
4432                 { return(*(int *)0); }
4433
4434 /* ./tinfo/hashed_db.c */
4435
4436 #undef _nc_hashed_db
4437 void    _nc_hashed_db(void)
4438                 { /* void */ }
4439
4440 /* ./base/key_defined.c */
4441
4442 #undef key_defined_sp
4443 int     key_defined_sp(
4444                 SCREEN  *sp, 
4445                 const char *str)
4446                 { return(*(int *)0); }
4447
4448 #undef key_defined
4449 int     key_defined(
4450                 const char *str)
4451                 { return(*(int *)0); }
4452
4453 /* ./base/keybound.c */
4454
4455 #undef keybound_sp
4456 char    *keybound_sp(
4457                 SCREEN  *sp, 
4458                 int     code, 
4459                 int     count)
4460                 { return(*(char **)0); }
4461
4462 #undef keybound
4463 char    *keybound(
4464                 int     code, 
4465                 int     count)
4466                 { return(*(char **)0); }
4467
4468 /* ./base/keyok.c */
4469
4470 #undef keyok_sp
4471 int     keyok_sp(
4472                 SCREEN  *sp, 
4473                 int     c, 
4474                 NCURSES_BOOL flag)
4475                 { return(*(int *)0); }
4476
4477 #undef keyok
4478 int     keyok(
4479                 int     c, 
4480                 NCURSES_BOOL flag)
4481                 { return(*(int *)0); }
4482
4483 /* ./base/version.c */
4484
4485 #undef curses_version
4486 const char *curses_version(void)
4487                 { return(*(const char **)0); }