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