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