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