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