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