]> ncurses.scripts.mit.edu Git - ncurses.git/blob - ncurses/llib-lncursest
ncurses 5.6 - patch 20080907
[ncurses.git] / ncurses / llib-lncursest
1 /****************************************************************************
2  * Copyright (c) 2008 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                                           *
31  ****************************************************************************/
32 /* LINTLIBRARY */
33
34 /* ./tty/hardscroll.c */
35
36 #include <curses.priv.h>
37
38 #undef _nc_oldnums
39 int     *_nc_oldnums;
40
41 #undef _nc_scroll_optimize
42 void    _nc_scroll_optimize(void)
43                 { /* void */ }
44
45 #undef _nc_linedump
46 void    _nc_linedump(void)
47                 { /* void */ }
48
49 /* ./tty/hashmap.c */
50
51 #include <term.h>
52
53 #undef _nc_hash_map
54 void    _nc_hash_map(void)
55                 { /* void */ }
56
57 #undef _nc_make_oldhash
58 void    _nc_make_oldhash(
59                 int     i)
60                 { /* void */ }
61
62 #undef _nc_scroll_oldhash
63 void    _nc_scroll_oldhash(
64                 int     n, 
65                 int     top, 
66                 int     bot)
67                 { /* void */ }
68
69 /* ./base/lib_addch.c */
70
71 #include <ctype.h>
72
73 #undef _nc_render
74 chtype  _nc_render(
75                 WINDOW  *win, 
76                 chtype  ch)
77                 { return(*(chtype *)0); }
78
79 #undef _nc_waddch_nosync
80 int     _nc_waddch_nosync(
81                 WINDOW  *win, 
82                 const chtype c)
83                 { return(*(int *)0); }
84
85 #undef waddch
86 int     waddch(
87                 WINDOW  *win, 
88                 const chtype ch)
89                 { return(*(int *)0); }
90
91 #undef wechochar
92 int     wechochar(
93                 WINDOW  *win, 
94                 const chtype ch)
95                 { return(*(int *)0); }
96
97 /* ./base/lib_addstr.c */
98
99 #undef waddnstr
100 int     waddnstr(
101                 WINDOW  *win, 
102                 const char *astr, 
103                 int     n)
104                 { return(*(int *)0); }
105
106 #undef waddchnstr
107 int     waddchnstr(
108                 WINDOW  *win, 
109                 const chtype *astr, 
110                 int     n)
111                 { return(*(int *)0); }
112
113 /* ./base/lib_beep.c */
114
115 #undef beep
116 int     beep(void)
117                 { return(*(int *)0); }
118
119 /* ./base/lib_bkgd.c */
120
121 #undef wbkgdset
122 void    wbkgdset(
123                 WINDOW  *win, 
124                 chtype  ch)
125                 { /* void */ }
126
127 #undef wbkgd
128 int     wbkgd(
129                 WINDOW  *win, 
130                 chtype  ch)
131                 { return(*(int *)0); }
132
133 /* ./base/lib_box.c */
134
135 #undef wborder
136 int     wborder(
137                 WINDOW  *win, 
138                 chtype  ls, 
139                 chtype  rs, 
140                 chtype  ts, 
141                 chtype  bs, 
142                 chtype  tl, 
143                 chtype  tr, 
144                 chtype  bl, 
145                 chtype  br)
146                 { return(*(int *)0); }
147
148 /* ./base/lib_chgat.c */
149
150 #undef wchgat
151 int     wchgat(
152                 WINDOW  *win, 
153                 int     n, 
154                 attr_t  attr, 
155                 short   color, 
156                 const void *opts)
157                 { return(*(int *)0); }
158
159 /* ./base/lib_clear.c */
160
161 #undef wclear
162 int     wclear(
163                 WINDOW  *win)
164                 { return(*(int *)0); }
165
166 /* ./base/lib_clearok.c */
167
168 #undef clearok
169 int     clearok(
170                 WINDOW  *win, 
171                 NCURSES_BOOL flag)
172                 { return(*(int *)0); }
173
174 /* ./base/lib_clrbot.c */
175
176 #undef wclrtobot
177 int     wclrtobot(
178                 WINDOW  *win)
179                 { return(*(int *)0); }
180
181 /* ./base/lib_clreol.c */
182
183 #undef wclrtoeol
184 int     wclrtoeol(
185                 WINDOW  *win)
186                 { return(*(int *)0); }
187
188 /* ./base/lib_color.c */
189
190 #include <tic.h>
191
192 #undef _nc_COLOR_PAIRS
193 int     _nc_COLOR_PAIRS(void)
194                 { return(*(int *)0); }
195
196 #undef _nc_COLORS
197 int     _nc_COLORS(void)
198                 { return(*(int *)0); }
199
200 #undef _nc_reset_colors
201 NCURSES_BOOL _nc_reset_colors(void)
202                 { return(*(NCURSES_BOOL *)0); }
203
204 #undef start_color
205 int     start_color(void)
206                 { return(*(int *)0); }
207
208 #undef init_pair
209 int     init_pair(
210                 short   pair, 
211                 short   f, 
212                 short   b)
213                 { return(*(int *)0); }
214
215 #undef init_color
216 int     init_color(
217                 short   color, 
218                 short   r, 
219                 short   g, 
220                 short   b)
221                 { return(*(int *)0); }
222
223 #undef can_change_color
224 NCURSES_BOOL can_change_color(void)
225                 { return(*(NCURSES_BOOL *)0); }
226
227 #undef has_colors
228 NCURSES_BOOL has_colors(void)
229                 { return(*(NCURSES_BOOL *)0); }
230
231 #undef color_content
232 int     color_content(
233                 short   color, 
234                 short   *r, 
235                 short   *g, 
236                 short   *b)
237                 { return(*(int *)0); }
238
239 #undef pair_content
240 int     pair_content(
241                 short   pair, 
242                 short   *f, 
243                 short   *b)
244                 { return(*(int *)0); }
245
246 #undef _nc_do_color
247 void    _nc_do_color(
248                 short   old_pair, 
249                 short   pair, 
250                 NCURSES_BOOL reverse, 
251                 int     (*outc)(
252                 int     p1))
253                 { /* void */ }
254
255 /* ./base/lib_colorset.c */
256
257 #undef wcolor_set
258 int     wcolor_set(
259                 WINDOW  *win, 
260                 short   color_pair_number, 
261                 void    *opts)
262                 { return(*(int *)0); }
263
264 /* ./base/lib_delch.c */
265
266 #undef wdelch
267 int     wdelch(
268                 WINDOW  *win)
269                 { return(*(int *)0); }
270
271 /* ./base/lib_delwin.c */
272
273 #undef delwin
274 int     delwin(
275                 WINDOW  *win)
276                 { return(*(int *)0); }
277
278 /* ./base/lib_echo.c */
279
280 #undef echo
281 int     echo(void)
282                 { return(*(int *)0); }
283
284 #undef noecho
285 int     noecho(void)
286                 { return(*(int *)0); }
287
288 /* ./base/lib_endwin.c */
289
290 #undef endwin
291 int     endwin(void)
292                 { return(*(int *)0); }
293
294 /* ./base/lib_erase.c */
295
296 #undef werase
297 int     werase(
298                 WINDOW  *win)
299                 { return(*(int *)0); }
300
301 /* ./base/lib_flash.c */
302
303 #undef flash
304 int     flash(void)
305                 { return(*(int *)0); }
306
307 /* ./lib_gen.c */
308
309 #undef addch
310 int     addch(
311                 const chtype z)
312                 { return(*(int *)0); }
313
314 #undef addchnstr
315 int     addchnstr(
316                 const chtype *a1, 
317                 int     z)
318                 { return(*(int *)0); }
319
320 #undef addchstr
321 int     addchstr(
322                 const chtype *z)
323                 { return(*(int *)0); }
324
325 #undef addnstr
326 int     addnstr(
327                 const char *a1, 
328                 int     z)
329                 { return(*(int *)0); }
330
331 #undef addstr
332 int     addstr(
333                 const char *z)
334                 { return(*(int *)0); }
335
336 #undef attroff
337 int     attroff(
338                 NCURSES_ATTR_T  z)
339                 { return(*(int *)0); }
340
341 #undef attron
342 int     attron(
343                 NCURSES_ATTR_T  z)
344                 { return(*(int *)0); }
345
346 #undef attrset
347 int     attrset(
348                 NCURSES_ATTR_T  z)
349                 { return(*(int *)0); }
350
351 #undef attr_get
352 int     attr_get(
353                 attr_t  *a1, 
354                 short   *a2, 
355                 void    *z)
356                 { return(*(int *)0); }
357
358 #undef attr_off
359 int     attr_off(
360                 attr_t  a1, 
361                 void    *z)
362                 { return(*(int *)0); }
363
364 #undef attr_on
365 int     attr_on(
366                 attr_t  a1, 
367                 void    *z)
368                 { return(*(int *)0); }
369
370 #undef attr_set
371 int     attr_set(
372                 attr_t  a1, 
373                 short   a2, 
374                 void    *z)
375                 { return(*(int *)0); }
376
377 #undef bkgd
378 int     bkgd(
379                 chtype  z)
380                 { return(*(int *)0); }
381
382 #undef bkgdset
383 void    bkgdset(
384                 chtype  z)
385                 { /* void */ }
386
387 #undef border
388 int     border(
389                 chtype  a1, 
390                 chtype  a2, 
391                 chtype  a3, 
392                 chtype  a4, 
393                 chtype  a5, 
394                 chtype  a6, 
395                 chtype  a7, 
396                 chtype  z)
397                 { return(*(int *)0); }
398
399 #undef box
400 int     box(
401                 WINDOW  *a1, 
402                 chtype  a2, 
403                 chtype  z)
404                 { return(*(int *)0); }
405
406 #undef chgat
407 int     chgat(
408                 int     a1, 
409                 attr_t  a2, 
410                 short   a3, 
411                 const void *z)
412                 { return(*(int *)0); }
413
414 #undef clear
415 int     clear(void)
416                 { return(*(int *)0); }
417
418 #undef clrtobot
419 int     clrtobot(void)
420                 { return(*(int *)0); }
421
422 #undef clrtoeol
423 int     clrtoeol(void)
424                 { return(*(int *)0); }
425
426 #undef color_set
427 int     color_set(
428                 short   a1, 
429                 void    *z)
430                 { return(*(int *)0); }
431
432 #undef COLOR_PAIR
433 int     COLOR_PAIR(
434                 int     z)
435                 { return(*(int *)0); }
436
437 #undef delch
438 int     delch(void)
439                 { return(*(int *)0); }
440
441 #undef deleteln
442 int     deleteln(void)
443                 { return(*(int *)0); }
444
445 #undef echochar
446 int     echochar(
447                 const chtype z)
448                 { return(*(int *)0); }
449
450 #undef erase
451 int     erase(void)
452                 { return(*(int *)0); }
453
454 #undef getbkgd
455 chtype  getbkgd(
456                 WINDOW  *z)
457                 { return(*(chtype *)0); }
458
459 #undef getch
460 int     getch(void)
461                 { return(*(int *)0); }
462
463 #undef getnstr
464 int     getnstr(
465                 char    *a1, 
466                 int     z)
467                 { return(*(int *)0); }
468
469 #undef getstr
470 int     getstr(
471                 char    *z)
472                 { return(*(int *)0); }
473
474 #undef hline
475 int     hline(
476                 chtype  a1, 
477                 int     z)
478                 { return(*(int *)0); }
479
480 #undef inch
481 chtype  inch(void)
482                 { return(*(chtype *)0); }
483
484 #undef inchnstr
485 int     inchnstr(
486                 chtype  *a1, 
487                 int     z)
488                 { return(*(int *)0); }
489
490 #undef inchstr
491 int     inchstr(
492                 chtype  *z)
493                 { return(*(int *)0); }
494
495 #undef innstr
496 int     innstr(
497                 char    *a1, 
498                 int     z)
499                 { return(*(int *)0); }
500
501 #undef insch
502 int     insch(
503                 chtype  z)
504                 { return(*(int *)0); }
505
506 #undef insdelln
507 int     insdelln(
508                 int     z)
509                 { return(*(int *)0); }
510
511 #undef insertln
512 int     insertln(void)
513                 { return(*(int *)0); }
514
515 #undef insnstr
516 int     insnstr(
517                 const char *a1, 
518                 int     z)
519                 { return(*(int *)0); }
520
521 #undef insstr
522 int     insstr(
523                 const char *z)
524                 { return(*(int *)0); }
525
526 #undef instr
527 int     instr(
528                 char    *z)
529                 { return(*(int *)0); }
530
531 #undef move
532 int     move(
533                 int     a1, 
534                 int     z)
535                 { return(*(int *)0); }
536
537 #undef mvaddch
538 int     mvaddch(
539                 int     a1, 
540                 int     a2, 
541                 const chtype z)
542                 { return(*(int *)0); }
543
544 #undef mvaddchnstr
545 int     mvaddchnstr(
546                 int     a1, 
547                 int     a2, 
548                 const chtype *a3, 
549                 int     z)
550                 { return(*(int *)0); }
551
552 #undef mvaddchstr
553 int     mvaddchstr(
554                 int     a1, 
555                 int     a2, 
556                 const chtype *z)
557                 { return(*(int *)0); }
558
559 #undef mvaddnstr
560 int     mvaddnstr(
561                 int     a1, 
562                 int     a2, 
563                 const char *a3, 
564                 int     z)
565                 { return(*(int *)0); }
566
567 #undef mvaddstr
568 int     mvaddstr(
569                 int     a1, 
570                 int     a2, 
571                 const char *z)
572                 { return(*(int *)0); }
573
574 #undef mvchgat
575 int     mvchgat(
576                 int     a1, 
577                 int     a2, 
578                 int     a3, 
579                 attr_t  a4, 
580                 short   a5, 
581                 const void *z)
582                 { return(*(int *)0); }
583
584 #undef mvdelch
585 int     mvdelch(
586                 int     a1, 
587                 int     z)
588                 { return(*(int *)0); }
589
590 #undef mvgetch
591 int     mvgetch(
592                 int     a1, 
593                 int     z)
594                 { return(*(int *)0); }
595
596 #undef mvgetnstr
597 int     mvgetnstr(
598                 int     a1, 
599                 int     a2, 
600                 char    *a3, 
601                 int     z)
602                 { return(*(int *)0); }
603
604 #undef mvgetstr
605 int     mvgetstr(
606                 int     a1, 
607                 int     a2, 
608                 char    *z)
609                 { return(*(int *)0); }
610
611 #undef mvhline
612 int     mvhline(
613                 int     a1, 
614                 int     a2, 
615                 chtype  a3, 
616                 int     z)
617                 { return(*(int *)0); }
618
619 #undef mvinch
620 chtype  mvinch(
621                 int     a1, 
622                 int     z)
623                 { return(*(chtype *)0); }
624
625 #undef mvinchnstr
626 int     mvinchnstr(
627                 int     a1, 
628                 int     a2, 
629                 chtype  *a3, 
630                 int     z)
631                 { return(*(int *)0); }
632
633 #undef mvinchstr
634 int     mvinchstr(
635                 int     a1, 
636                 int     a2, 
637                 chtype  *z)
638                 { return(*(int *)0); }
639
640 #undef mvinnstr
641 int     mvinnstr(
642                 int     a1, 
643                 int     a2, 
644                 char    *a3, 
645                 int     z)
646                 { return(*(int *)0); }
647
648 #undef mvinsch
649 int     mvinsch(
650                 int     a1, 
651                 int     a2, 
652                 chtype  z)
653                 { return(*(int *)0); }
654
655 #undef mvinsnstr
656 int     mvinsnstr(
657                 int     a1, 
658                 int     a2, 
659                 const char *a3, 
660                 int     z)
661                 { return(*(int *)0); }
662
663 #undef mvinsstr
664 int     mvinsstr(
665                 int     a1, 
666                 int     a2, 
667                 const char *z)
668                 { return(*(int *)0); }
669
670 #undef mvinstr
671 int     mvinstr(
672                 int     a1, 
673                 int     a2, 
674                 char    *z)
675                 { return(*(int *)0); }
676
677 #undef mvvline
678 int     mvvline(
679                 int     a1, 
680                 int     a2, 
681                 chtype  a3, 
682                 int     z)
683                 { return(*(int *)0); }
684
685 #undef mvwaddch
686 int     mvwaddch(
687                 WINDOW  *a1, 
688                 int     a2, 
689                 int     a3, 
690                 const chtype z)
691                 { return(*(int *)0); }
692
693 #undef mvwaddchnstr
694 int     mvwaddchnstr(
695                 WINDOW  *a1, 
696                 int     a2, 
697                 int     a3, 
698                 const chtype *a4, 
699                 int     z)
700                 { return(*(int *)0); }
701
702 #undef mvwaddchstr
703 int     mvwaddchstr(
704                 WINDOW  *a1, 
705                 int     a2, 
706                 int     a3, 
707                 const chtype *z)
708                 { return(*(int *)0); }
709
710 #undef mvwaddnstr
711 int     mvwaddnstr(
712                 WINDOW  *a1, 
713                 int     a2, 
714                 int     a3, 
715                 const char *a4, 
716                 int     z)
717                 { return(*(int *)0); }
718
719 #undef mvwaddstr
720 int     mvwaddstr(
721                 WINDOW  *a1, 
722                 int     a2, 
723                 int     a3, 
724                 const char *z)
725                 { return(*(int *)0); }
726
727 #undef mvwchgat
728 int     mvwchgat(
729                 WINDOW  *a1, 
730                 int     a2, 
731                 int     a3, 
732                 int     a4, 
733                 attr_t  a5, 
734                 short   a6, 
735                 const void *z)
736                 { return(*(int *)0); }
737
738 #undef mvwdelch
739 int     mvwdelch(
740                 WINDOW  *a1, 
741                 int     a2, 
742                 int     z)
743                 { return(*(int *)0); }
744
745 #undef mvwgetch
746 int     mvwgetch(
747                 WINDOW  *a1, 
748                 int     a2, 
749                 int     z)
750                 { return(*(int *)0); }
751
752 #undef mvwgetnstr
753 int     mvwgetnstr(
754                 WINDOW  *a1, 
755                 int     a2, 
756                 int     a3, 
757                 char    *a4, 
758                 int     z)
759                 { return(*(int *)0); }
760
761 #undef mvwgetstr
762 int     mvwgetstr(
763                 WINDOW  *a1, 
764                 int     a2, 
765                 int     a3, 
766                 char    *z)
767                 { return(*(int *)0); }
768
769 #undef mvwhline
770 int     mvwhline(
771                 WINDOW  *a1, 
772                 int     a2, 
773                 int     a3, 
774                 chtype  a4, 
775                 int     z)
776                 { return(*(int *)0); }
777
778 #undef mvwinch
779 chtype  mvwinch(
780                 WINDOW  *a1, 
781                 int     a2, 
782                 int     z)
783                 { return(*(chtype *)0); }
784
785 #undef mvwinchnstr
786 int     mvwinchnstr(
787                 WINDOW  *a1, 
788                 int     a2, 
789                 int     a3, 
790                 chtype  *a4, 
791                 int     z)
792                 { return(*(int *)0); }
793
794 #undef mvwinchstr
795 int     mvwinchstr(
796                 WINDOW  *a1, 
797                 int     a2, 
798                 int     a3, 
799                 chtype  *z)
800                 { return(*(int *)0); }
801
802 #undef mvwinnstr
803 int     mvwinnstr(
804                 WINDOW  *a1, 
805                 int     a2, 
806                 int     a3, 
807                 char    *a4, 
808                 int     z)
809                 { return(*(int *)0); }
810
811 #undef mvwinsch
812 int     mvwinsch(
813                 WINDOW  *a1, 
814                 int     a2, 
815                 int     a3, 
816                 chtype  z)
817                 { return(*(int *)0); }
818
819 #undef mvwinsnstr
820 int     mvwinsnstr(
821                 WINDOW  *a1, 
822                 int     a2, 
823                 int     a3, 
824                 const char *a4, 
825                 int     z)
826                 { return(*(int *)0); }
827
828 #undef mvwinsstr
829 int     mvwinsstr(
830                 WINDOW  *a1, 
831                 int     a2, 
832                 int     a3, 
833                 const char *z)
834                 { return(*(int *)0); }
835
836 #undef mvwinstr
837 int     mvwinstr(
838                 WINDOW  *a1, 
839                 int     a2, 
840                 int     a3, 
841                 char    *z)
842                 { return(*(int *)0); }
843
844 #undef mvwvline
845 int     mvwvline(
846                 WINDOW  *a1, 
847                 int     a2, 
848                 int     a3, 
849                 chtype  a4, 
850                 int     z)
851                 { return(*(int *)0); }
852
853 #undef PAIR_NUMBER
854 int     PAIR_NUMBER(
855                 int     z)
856                 { return(*(int *)0); }
857
858 #undef redrawwin
859 int     redrawwin(
860                 WINDOW  *z)
861                 { return(*(int *)0); }
862
863 #undef refresh
864 int     refresh(void)
865                 { return(*(int *)0); }
866
867 #undef scrl
868 int     scrl(
869                 int     z)
870                 { return(*(int *)0); }
871
872 #undef scroll
873 int     scroll(
874                 WINDOW  *z)
875                 { return(*(int *)0); }
876
877 #undef setscrreg
878 int     setscrreg(
879                 int     a1, 
880                 int     z)
881                 { return(*(int *)0); }
882
883 #undef standout
884 int     standout(void)
885                 { return(*(int *)0); }
886
887 #undef standend
888 int     standend(void)
889                 { return(*(int *)0); }
890
891 #undef timeout
892 void    timeout(
893                 int     z)
894                 { /* void */ }
895
896 #undef touchline
897 int     touchline(
898                 WINDOW  *a1, 
899                 int     a2, 
900                 int     z)
901                 { return(*(int *)0); }
902
903 #undef touchwin
904 int     touchwin(
905                 WINDOW  *z)
906                 { return(*(int *)0); }
907
908 #undef untouchwin
909 int     untouchwin(
910                 WINDOW  *z)
911                 { return(*(int *)0); }
912
913 #undef vline
914 int     vline(
915                 chtype  a1, 
916                 int     z)
917                 { return(*(int *)0); }
918
919 #undef vw_printw
920 int     vw_printw(
921                 WINDOW  *a1, 
922                 const char *a2, 
923                 va_list z)
924                 { return(*(int *)0); }
925
926 #undef vw_scanw
927 int     vw_scanw(
928                 WINDOW  *a1, 
929                 const char *a2, 
930                 va_list z)
931                 { return(*(int *)0); }
932
933 #undef waddchstr
934 int     waddchstr(
935                 WINDOW  *a1, 
936                 const chtype *z)
937                 { return(*(int *)0); }
938
939 #undef waddstr
940 int     waddstr(
941                 WINDOW  *a1, 
942                 const char *z)
943                 { return(*(int *)0); }
944
945 #undef wattron
946 int     wattron(
947                 WINDOW  *a1, 
948                 int     z)
949                 { return(*(int *)0); }
950
951 #undef wattroff
952 int     wattroff(
953                 WINDOW  *a1, 
954                 int     z)
955                 { return(*(int *)0); }
956
957 #undef wattrset
958 int     wattrset(
959                 WINDOW  *a1, 
960                 int     z)
961                 { return(*(int *)0); }
962
963 #undef wattr_get
964 int     wattr_get(
965                 WINDOW  *a1, 
966                 attr_t  *a2, 
967                 short   *a3, 
968                 void    *z)
969                 { return(*(int *)0); }
970
971 #undef wattr_set
972 int     wattr_set(
973                 WINDOW  *a1, 
974                 attr_t  a2, 
975                 short   a3, 
976                 void    *z)
977                 { return(*(int *)0); }
978
979 #undef wdeleteln
980 int     wdeleteln(
981                 WINDOW  *z)
982                 { return(*(int *)0); }
983
984 #undef wgetstr
985 int     wgetstr(
986                 WINDOW  *a1, 
987                 char    *z)
988                 { return(*(int *)0); }
989
990 #undef winchstr
991 int     winchstr(
992                 WINDOW  *a1, 
993                 chtype  *z)
994                 { return(*(int *)0); }
995
996 #undef winsertln
997 int     winsertln(
998                 WINDOW  *z)
999                 { return(*(int *)0); }
1000
1001 #undef winsstr
1002 int     winsstr(
1003                 WINDOW  *a1, 
1004                 const char *z)
1005                 { return(*(int *)0); }
1006
1007 #undef winstr
1008 int     winstr(
1009                 WINDOW  *a1, 
1010                 char    *z)
1011                 { return(*(int *)0); }
1012
1013 #undef wstandout
1014 int     wstandout(
1015                 WINDOW  *z)
1016                 { return(*(int *)0); }
1017
1018 #undef wstandend
1019 int     wstandend(
1020                 WINDOW  *z)
1021                 { return(*(int *)0); }
1022
1023 #undef getattrs
1024 int     getattrs(
1025                 const WINDOW *z)
1026                 { return(*(int *)0); }
1027
1028 #undef getcurx
1029 int     getcurx(
1030                 const WINDOW *z)
1031                 { return(*(int *)0); }
1032
1033 #undef getcury
1034 int     getcury(
1035                 const WINDOW *z)
1036                 { return(*(int *)0); }
1037
1038 #undef getbegx
1039 int     getbegx(
1040                 const WINDOW *z)
1041                 { return(*(int *)0); }
1042
1043 #undef getbegy
1044 int     getbegy(
1045                 const WINDOW *z)
1046                 { return(*(int *)0); }
1047
1048 #undef getmaxx
1049 int     getmaxx(
1050                 const WINDOW *z)
1051                 { return(*(int *)0); }
1052
1053 #undef getmaxy
1054 int     getmaxy(
1055                 const WINDOW *z)
1056                 { return(*(int *)0); }
1057
1058 #undef getparx
1059 int     getparx(
1060                 const WINDOW *z)
1061                 { return(*(int *)0); }
1062
1063 #undef getpary
1064 int     getpary(
1065                 const WINDOW *z)
1066                 { return(*(int *)0); }
1067
1068 #undef wgetparent
1069 WINDOW  *wgetparent(
1070                 const WINDOW *z)
1071                 { return(*(WINDOW **)0); }
1072
1073 #undef is_cleared
1074 NCURSES_BOOL is_cleared(
1075                 const WINDOW *z)
1076                 { return(*(NCURSES_BOOL *)0); }
1077
1078 #undef is_idcok
1079 NCURSES_BOOL is_idcok(
1080                 const WINDOW *z)
1081                 { return(*(NCURSES_BOOL *)0); }
1082
1083 #undef is_idlok
1084 NCURSES_BOOL is_idlok(
1085                 const WINDOW *z)
1086                 { return(*(NCURSES_BOOL *)0); }
1087
1088 #undef is_immedok
1089 NCURSES_BOOL is_immedok(
1090                 const WINDOW *z)
1091                 { return(*(NCURSES_BOOL *)0); }
1092
1093 #undef is_keypad
1094 NCURSES_BOOL is_keypad(
1095                 const WINDOW *z)
1096                 { return(*(NCURSES_BOOL *)0); }
1097
1098 #undef is_leaveok
1099 NCURSES_BOOL is_leaveok(
1100                 const WINDOW *z)
1101                 { return(*(NCURSES_BOOL *)0); }
1102
1103 #undef is_nodelay
1104 NCURSES_BOOL is_nodelay(
1105                 const WINDOW *z)
1106                 { return(*(NCURSES_BOOL *)0); }
1107
1108 #undef is_notimeout
1109 NCURSES_BOOL is_notimeout(
1110                 const WINDOW *z)
1111                 { return(*(NCURSES_BOOL *)0); }
1112
1113 #undef is_scrollok
1114 NCURSES_BOOL is_scrollok(
1115                 const WINDOW *z)
1116                 { return(*(NCURSES_BOOL *)0); }
1117
1118 #undef is_syncok
1119 NCURSES_BOOL is_syncok(
1120                 const WINDOW *z)
1121                 { return(*(NCURSES_BOOL *)0); }
1122
1123 #undef wgetscrreg
1124 int     wgetscrreg(
1125                 const WINDOW *a1, 
1126                 int     *a2, 
1127                 int     *z)
1128                 { return(*(int *)0); }
1129
1130 #undef mouse_trafo
1131 NCURSES_BOOL mouse_trafo(
1132                 int     *a1, 
1133                 int     *a2, 
1134                 NCURSES_BOOL    z)
1135                 { return(*(NCURSES_BOOL *)0); }
1136
1137 /* ./base/lib_getch.c */
1138
1139 #include <fifo_defs.h>
1140
1141 #undef _nc_ESCDELAY
1142 int     _nc_ESCDELAY(void)
1143                 { return(*(int *)0); }
1144
1145 #undef set_escdelay
1146 int     set_escdelay(
1147                 int     value)
1148                 { return(*(int *)0); }
1149
1150 #undef _nc_wgetch
1151 int     _nc_wgetch(
1152                 WINDOW  *win, 
1153                 unsigned long *result, 
1154                 int     use_meta, 
1155                 _nc_eventlist *evl)
1156                 { return(*(int *)0); }
1157
1158 #undef wgetch_events
1159 int     wgetch_events(
1160                 WINDOW  *win, 
1161                 _nc_eventlist *evl)
1162                 { return(*(int *)0); }
1163
1164 #undef wgetch
1165 int     wgetch(
1166                 WINDOW  *win)
1167                 { return(*(int *)0); }
1168
1169 /* ./base/lib_getstr.c */
1170
1171 #undef wgetnstr_events
1172 int     wgetnstr_events(
1173                 WINDOW  *win, 
1174                 char    *str, 
1175                 int     maxlen, 
1176                 _nc_eventlist *evl)
1177                 { return(*(int *)0); }
1178
1179 #undef wgetnstr
1180 int     wgetnstr(
1181                 WINDOW  *win, 
1182                 char    *str, 
1183                 int     maxlen)
1184                 { return(*(int *)0); }
1185
1186 /* ./base/lib_hline.c */
1187
1188 #undef whline
1189 int     whline(
1190                 WINDOW  *win, 
1191                 chtype  ch, 
1192                 int     n)
1193                 { return(*(int *)0); }
1194
1195 /* ./base/lib_immedok.c */
1196
1197 #undef immedok
1198 void    immedok(
1199                 WINDOW  *win, 
1200                 NCURSES_BOOL flag)
1201                 { /* void */ }
1202
1203 /* ./base/lib_inchstr.c */
1204
1205 #undef winchnstr
1206 int     winchnstr(
1207                 WINDOW  *win, 
1208                 chtype  *str, 
1209                 int     n)
1210                 { return(*(int *)0); }
1211
1212 /* ./base/lib_initscr.c */
1213
1214 #undef initscr
1215 WINDOW  *initscr(void)
1216                 { return(*(WINDOW **)0); }
1217
1218 /* ./base/lib_insch.c */
1219
1220 #undef _nc_insert_ch
1221 int     _nc_insert_ch(
1222                 WINDOW  *win, 
1223                 chtype  ch)
1224                 { return(*(int *)0); }
1225
1226 #undef winsch
1227 int     winsch(
1228                 WINDOW  *win, 
1229                 chtype  c)
1230                 { return(*(int *)0); }
1231
1232 /* ./base/lib_insdel.c */
1233
1234 #undef winsdelln
1235 int     winsdelln(
1236                 WINDOW  *win, 
1237                 int     n)
1238                 { return(*(int *)0); }
1239
1240 /* ./base/lib_insnstr.c */
1241
1242 #undef winsnstr
1243 int     winsnstr(
1244                 WINDOW  *win, 
1245                 const char *s, 
1246                 int     n)
1247                 { return(*(int *)0); }
1248
1249 /* ./base/lib_instr.c */
1250
1251 #undef winnstr
1252 int     winnstr(
1253                 WINDOW  *win, 
1254                 char    *str, 
1255                 int     n)
1256                 { return(*(int *)0); }
1257
1258 /* ./base/lib_isendwin.c */
1259
1260 #undef isendwin
1261 NCURSES_BOOL isendwin(void)
1262                 { return(*(NCURSES_BOOL *)0); }
1263
1264 /* ./base/lib_leaveok.c */
1265
1266 #undef leaveok
1267 int     leaveok(
1268                 WINDOW  *win, 
1269                 NCURSES_BOOL flag)
1270                 { return(*(int *)0); }
1271
1272 /* ./base/lib_mouse.c */
1273
1274 #undef getmouse
1275 int     getmouse(
1276                 MEVENT  *aevent)
1277                 { return(*(int *)0); }
1278
1279 #undef ungetmouse
1280 int     ungetmouse(
1281                 MEVENT  *aevent)
1282                 { return(*(int *)0); }
1283
1284 #undef mousemask
1285 mmask_t mousemask(
1286                 mmask_t newmask, 
1287                 mmask_t *oldmask)
1288                 { return(*(mmask_t *)0); }
1289
1290 #undef wenclose
1291 NCURSES_BOOL wenclose(
1292                 const WINDOW *win, 
1293                 int     y, 
1294                 int     x)
1295                 { return(*(NCURSES_BOOL *)0); }
1296
1297 #undef mouseinterval
1298 int     mouseinterval(
1299                 int     maxclick)
1300                 { return(*(int *)0); }
1301
1302 #undef _nc_has_mouse
1303 int     _nc_has_mouse(void)
1304                 { return(*(int *)0); }
1305
1306 #undef wmouse_trafo
1307 NCURSES_BOOL wmouse_trafo(
1308                 const WINDOW *win, 
1309                 int     *pY, 
1310                 int     *pX, 
1311                 NCURSES_BOOL to_screen)
1312                 { return(*(NCURSES_BOOL *)0); }
1313
1314 /* ./base/lib_move.c */
1315
1316 #undef wmove
1317 int     wmove(
1318                 WINDOW  *win, 
1319                 int     y, 
1320                 int     x)
1321                 { return(*(int *)0); }
1322
1323 /* ./tty/lib_mvcur.c */
1324
1325 #undef _nc_msec_cost
1326 int     _nc_msec_cost(
1327                 const char *const cap, 
1328                 int     affcnt)
1329                 { return(*(int *)0); }
1330
1331 #undef _nc_mvcur_resume
1332 void    _nc_mvcur_resume(void)
1333                 { /* void */ }
1334
1335 #undef _nc_mvcur_init
1336 void    _nc_mvcur_init(void)
1337                 { /* void */ }
1338
1339 #undef _nc_mvcur_wrap
1340 void    _nc_mvcur_wrap(void)
1341                 { /* void */ }
1342
1343 #undef mvcur
1344 int     mvcur(
1345                 int     yold, 
1346                 int     xold, 
1347                 int     ynew, 
1348                 int     xnew)
1349                 { return(*(int *)0); }
1350
1351 #undef _nc_optimize_enable
1352 int     _nc_optimize_enable;
1353
1354 /* ./base/lib_mvwin.c */
1355
1356 #undef mvwin
1357 int     mvwin(
1358                 WINDOW  *win, 
1359                 int     by, 
1360                 int     bx)
1361                 { return(*(int *)0); }
1362
1363 /* ./base/lib_newterm.c */
1364
1365 #undef filter
1366 void    filter(void)
1367                 { /* void */ }
1368
1369 #undef nofilter
1370 void    nofilter(void)
1371                 { /* void */ }
1372
1373 #undef newterm
1374 SCREEN  *newterm(
1375                 const char *name, 
1376                 FILE    *ofp, 
1377                 FILE    *ifp)
1378                 { return(*(SCREEN **)0); }
1379
1380 /* ./base/lib_newwin.c */
1381
1382 #undef _nc_freewin
1383 int     _nc_freewin(
1384                 WINDOW  *win)
1385                 { return(*(int *)0); }
1386
1387 #undef newwin
1388 WINDOW  *newwin(
1389                 int     num_lines, 
1390                 int     num_columns, 
1391                 int     begy, 
1392                 int     begx)
1393                 { return(*(WINDOW **)0); }
1394
1395 #undef derwin
1396 WINDOW  *derwin(
1397                 WINDOW  *orig, 
1398                 int     num_lines, 
1399                 int     num_columns, 
1400                 int     begy, 
1401                 int     begx)
1402                 { return(*(WINDOW **)0); }
1403
1404 #undef subwin
1405 WINDOW  *subwin(
1406                 WINDOW  *w, 
1407                 int     l, 
1408                 int     c, 
1409                 int     y, 
1410                 int     x)
1411                 { return(*(WINDOW **)0); }
1412
1413 #undef _nc_makenew
1414 WINDOW  *_nc_makenew(
1415                 int     num_lines, 
1416                 int     num_columns, 
1417                 int     begy, 
1418                 int     begx, 
1419                 int     flags)
1420                 { return(*(WINDOW **)0); }
1421
1422 #undef _nc_screen_of
1423 SCREEN  *_nc_screen_of(
1424                 WINDOW  *win)
1425                 { return(*(SCREEN **)0); }
1426
1427 /* ./base/lib_nl.c */
1428
1429 #undef nl
1430 int     nl(void)
1431                 { return(*(int *)0); }
1432
1433 #undef nonl
1434 int     nonl(void)
1435                 { return(*(int *)0); }
1436
1437 /* ./base/lib_overlay.c */
1438
1439 #undef overlay
1440 int     overlay(
1441                 const WINDOW *win1, 
1442                 WINDOW  *win2)
1443                 { return(*(int *)0); }
1444
1445 #undef overwrite
1446 int     overwrite(
1447                 const WINDOW *win1, 
1448                 WINDOW  *win2)
1449                 { return(*(int *)0); }
1450
1451 #undef copywin
1452 int     copywin(
1453                 const WINDOW *src, 
1454                 WINDOW  *dst, 
1455                 int     sminrow, 
1456                 int     smincol, 
1457                 int     dminrow, 
1458                 int     dmincol, 
1459                 int     dmaxrow, 
1460                 int     dmaxcol, 
1461                 int     over)
1462                 { return(*(int *)0); }
1463
1464 /* ./base/lib_pad.c */
1465
1466 #undef newpad
1467 WINDOW  *newpad(
1468                 int     l, 
1469                 int     c)
1470                 { return(*(WINDOW **)0); }
1471
1472 #undef subpad
1473 WINDOW  *subpad(
1474                 WINDOW  *orig, 
1475                 int     l, 
1476                 int     c, 
1477                 int     begy, 
1478                 int     begx)
1479                 { return(*(WINDOW **)0); }
1480
1481 #undef prefresh
1482 int     prefresh(
1483                 WINDOW  *win, 
1484                 int     pminrow, 
1485                 int     pmincol, 
1486                 int     sminrow, 
1487                 int     smincol, 
1488                 int     smaxrow, 
1489                 int     smaxcol)
1490                 { return(*(int *)0); }
1491
1492 #undef pnoutrefresh
1493 int     pnoutrefresh(
1494                 WINDOW  *win, 
1495                 int     pminrow, 
1496                 int     pmincol, 
1497                 int     sminrow, 
1498                 int     smincol, 
1499                 int     smaxrow, 
1500                 int     smaxcol)
1501                 { return(*(int *)0); }
1502
1503 #undef pechochar
1504 int     pechochar(
1505                 WINDOW  *pad, 
1506                 const chtype ch)
1507                 { return(*(int *)0); }
1508
1509 /* ./base/lib_printw.c */
1510
1511 #undef printw
1512 int     printw(
1513                 const char *fmt, 
1514                 ...)
1515                 { return(*(int *)0); }
1516
1517 #undef wprintw
1518 int     wprintw(
1519                 WINDOW  *win, 
1520                 const char *fmt, 
1521                 ...)
1522                 { return(*(int *)0); }
1523
1524 #undef mvprintw
1525 int     mvprintw(
1526                 int     y, 
1527                 int     x, 
1528                 const char *fmt, 
1529                 ...)
1530                 { return(*(int *)0); }
1531
1532 #undef mvwprintw
1533 int     mvwprintw(
1534                 WINDOW  *win, 
1535                 int     y, 
1536                 int     x, 
1537                 const char *fmt, 
1538                 ...)
1539                 { return(*(int *)0); }
1540
1541 #undef vwprintw
1542 int     vwprintw(
1543                 WINDOW  *win, 
1544                 const char *fmt, 
1545                 va_list argp)
1546                 { return(*(int *)0); }
1547
1548 /* ./base/lib_redrawln.c */
1549
1550 #undef wredrawln
1551 int     wredrawln(
1552                 WINDOW  *win, 
1553                 int     beg, 
1554                 int     num)
1555                 { return(*(int *)0); }
1556
1557 /* ./base/lib_refresh.c */
1558
1559 #undef wrefresh
1560 int     wrefresh(
1561                 WINDOW  *win)
1562                 { return(*(int *)0); }
1563
1564 #undef wnoutrefresh
1565 int     wnoutrefresh(
1566                 WINDOW  *win)
1567                 { return(*(int *)0); }
1568
1569 /* ./base/lib_restart.c */
1570
1571 #undef restartterm
1572 int     restartterm(
1573                 const char *termp, 
1574                 int     filenum, 
1575                 int     *errret)
1576                 { return(*(int *)0); }
1577
1578 /* ./base/lib_scanw.c */
1579
1580 #undef vwscanw
1581 int     vwscanw(
1582                 WINDOW  *win, 
1583                 const char *fmt, 
1584                 va_list argp)
1585                 { return(*(int *)0); }
1586
1587 #undef scanw
1588 int     scanw(
1589                 const char *fmt, 
1590                 ...)
1591                 { return(*(int *)0); }
1592
1593 #undef wscanw
1594 int     wscanw(
1595                 WINDOW  *win, 
1596                 const char *fmt, 
1597                 ...)
1598                 { return(*(int *)0); }
1599
1600 #undef mvscanw
1601 int     mvscanw(
1602                 int     y, 
1603                 int     x, 
1604                 const char *fmt, 
1605                 ...)
1606                 { return(*(int *)0); }
1607
1608 #undef mvwscanw
1609 int     mvwscanw(
1610                 WINDOW  *win, 
1611                 int     y, 
1612                 int     x, 
1613                 const char *fmt, 
1614                 ...)
1615                 { return(*(int *)0); }
1616
1617 /* ./base/lib_screen.c */
1618
1619 #undef getwin
1620 WINDOW  *getwin(
1621                 FILE    *filep)
1622                 { return(*(WINDOW **)0); }
1623
1624 #undef putwin
1625 int     putwin(
1626                 WINDOW  *win, 
1627                 FILE    *filep)
1628                 { return(*(int *)0); }
1629
1630 #undef scr_restore
1631 int     scr_restore(
1632                 const char *file)
1633                 { return(*(int *)0); }
1634
1635 #undef scr_dump
1636 int     scr_dump(
1637                 const char *file)
1638                 { return(*(int *)0); }
1639
1640 #undef scr_init
1641 int     scr_init(
1642                 const char *file)
1643                 { return(*(int *)0); }
1644
1645 #undef scr_set
1646 int     scr_set(
1647                 const char *file)
1648                 { return(*(int *)0); }
1649
1650 /* ./base/lib_scroll.c */
1651
1652 #undef _nc_scroll_window
1653 void    _nc_scroll_window(
1654                 WINDOW  *win, 
1655                 int const n, 
1656                 int const top, 
1657                 int const bottom, 
1658                 chtype  blank)
1659                 { /* void */ }
1660
1661 #undef wscrl
1662 int     wscrl(
1663                 WINDOW  *win, 
1664                 int     n)
1665                 { return(*(int *)0); }
1666
1667 /* ./base/lib_scrollok.c */
1668
1669 #undef scrollok
1670 int     scrollok(
1671                 WINDOW  *win, 
1672                 NCURSES_BOOL flag)
1673                 { return(*(int *)0); }
1674
1675 /* ./base/lib_scrreg.c */
1676
1677 #undef wsetscrreg
1678 int     wsetscrreg(
1679                 WINDOW  *win, 
1680                 int     top, 
1681                 int     bottom)
1682                 { return(*(int *)0); }
1683
1684 /* ./base/lib_set_term.c */
1685
1686 #undef set_term
1687 SCREEN  *set_term(
1688                 SCREEN  *screenp)
1689                 { return(*(SCREEN **)0); }
1690
1691 #undef delscreen
1692 void    delscreen(
1693                 SCREEN  *sp)
1694                 { /* void */ }
1695
1696 #undef _nc_setupscreen
1697 int     _nc_setupscreen(
1698                 int     slines, 
1699                 int     scolumns, 
1700                 FILE    *output, 
1701                 NCURSES_BOOL filtered, 
1702                 int     slk_format)
1703                 { return(*(int *)0); }
1704
1705 #undef _nc_ripoffline
1706 int     _nc_ripoffline(
1707                 int     line, 
1708                 int     (*init)(
1709                 WINDOW  *p1, 
1710                 int     p2))
1711                 { return(*(int *)0); }
1712
1713 #undef ripoffline
1714 int     ripoffline(
1715                 int     line, 
1716                 int     (*init)(
1717                 WINDOW  *p1, 
1718                 int     p2))
1719                 { return(*(int *)0); }
1720
1721 /* ./base/lib_slk.c */
1722
1723 #undef _nc_slk_format
1724 int     _nc_slk_format;
1725
1726 #undef _nc_slk_initialize
1727 int     _nc_slk_initialize(
1728                 WINDOW  *stwin, 
1729                 int     cols)
1730                 { return(*(int *)0); }
1731
1732 #undef slk_restore
1733 int     slk_restore(void)
1734                 { return(*(int *)0); }
1735
1736 /* ./base/lib_slkatr_set.c */
1737
1738 #undef slk_attr_set
1739 int     slk_attr_set(
1740                 const attr_t attr, 
1741                 short   color_pair_number, 
1742                 void    *opts)
1743                 { return(*(int *)0); }
1744
1745 /* ./base/lib_slkatrof.c */
1746
1747 #undef slk_attroff
1748 int     slk_attroff(
1749                 const chtype attr)
1750                 { return(*(int *)0); }
1751
1752 /* ./base/lib_slkatron.c */
1753
1754 #undef slk_attron
1755 int     slk_attron(
1756                 const chtype attr)
1757                 { return(*(int *)0); }
1758
1759 /* ./base/lib_slkatrset.c */
1760
1761 #undef slk_attrset
1762 int     slk_attrset(
1763                 const chtype attr)
1764                 { return(*(int *)0); }
1765
1766 /* ./base/lib_slkattr.c */
1767
1768 #undef slk_attr
1769 attr_t  slk_attr(void)
1770                 { return(*(attr_t *)0); }
1771
1772 /* ./base/lib_slkclear.c */
1773
1774 #undef slk_clear
1775 int     slk_clear(void)
1776                 { return(*(int *)0); }
1777
1778 /* ./base/lib_slkcolor.c */
1779
1780 #undef slk_color
1781 int     slk_color(
1782                 short   color_pair_number)
1783                 { return(*(int *)0); }
1784
1785 /* ./base/lib_slkinit.c */
1786
1787 #undef slk_init
1788 int     slk_init(
1789                 int     format)
1790                 { return(*(int *)0); }
1791
1792 /* ./base/lib_slklab.c */
1793
1794 #undef slk_label
1795 char    *slk_label(
1796                 int     n)
1797                 { return(*(char **)0); }
1798
1799 /* ./base/lib_slkrefr.c */
1800
1801 #undef slk_noutrefresh
1802 int     slk_noutrefresh(void)
1803                 { return(*(int *)0); }
1804
1805 #undef slk_refresh
1806 int     slk_refresh(void)
1807                 { return(*(int *)0); }
1808
1809 /* ./base/lib_slkset.c */
1810
1811 #undef slk_set
1812 int     slk_set(
1813                 int     i, 
1814                 const char *astr, 
1815                 int     format)
1816                 { return(*(int *)0); }
1817
1818 /* ./base/lib_slktouch.c */
1819
1820 #undef slk_touch
1821 int     slk_touch(void)
1822                 { return(*(int *)0); }
1823
1824 /* ./base/lib_touch.c */
1825
1826 #undef is_linetouched
1827 NCURSES_BOOL is_linetouched(
1828                 WINDOW  *win, 
1829                 int     line)
1830                 { return(*(NCURSES_BOOL *)0); }
1831
1832 #undef is_wintouched
1833 NCURSES_BOOL is_wintouched(
1834                 WINDOW  *win)
1835                 { return(*(NCURSES_BOOL *)0); }
1836
1837 #undef wtouchln
1838 int     wtouchln(
1839                 WINDOW  *win, 
1840                 int     y, 
1841                 int     n, 
1842                 int     changed)
1843                 { return(*(int *)0); }
1844
1845 /* ./trace/lib_tracedmp.c */
1846
1847 #undef _tracedump
1848 void    _tracedump(
1849                 const char *name, 
1850                 WINDOW  *win)
1851                 { /* void */ }
1852
1853 /* ./trace/lib_tracemse.c */
1854
1855 #undef _nc_tracemouse
1856 char    *_nc_tracemouse(
1857                 SCREEN  *sp, 
1858                 MEVENT const *ep)
1859                 { return(*(char **)0); }
1860
1861 #undef _tracemouse
1862 char    *_tracemouse(
1863                 MEVENT const *ep)
1864                 { return(*(char **)0); }
1865
1866 /* ./tty/lib_tstp.c */
1867
1868 #include <SigAction.h>
1869
1870 #undef _nc_signal_handler
1871 void    _nc_signal_handler(
1872                 NCURSES_BOOL enable)
1873                 { /* void */ }
1874
1875 /* ./base/lib_ungetch.c */
1876
1877 #undef _nc_fifo_dump
1878 void    _nc_fifo_dump(
1879                 SCREEN  *sp)
1880                 { /* void */ }
1881
1882 #undef _nc_ungetch
1883 int     _nc_ungetch(
1884                 SCREEN  *sp, 
1885                 int     ch)
1886                 { return(*(int *)0); }
1887
1888 #undef ungetch
1889 int     ungetch(
1890                 int     ch)
1891                 { return(*(int *)0); }
1892
1893 /* ./tty/lib_vidattr.c */
1894
1895 #undef vidputs
1896 int     vidputs(
1897                 chtype  newmode, 
1898                 int     (*outc)(
1899                 int     p1))
1900                 { return(*(int *)0); }
1901
1902 #undef vidattr
1903 int     vidattr(
1904                 chtype  newmode)
1905                 { return(*(int *)0); }
1906
1907 #undef termattrs
1908 chtype  termattrs(void)
1909                 { return(*(chtype *)0); }
1910
1911 /* ./base/lib_vline.c */
1912
1913 #undef wvline
1914 int     wvline(
1915                 WINDOW  *win, 
1916                 chtype  ch, 
1917                 int     n)
1918                 { return(*(int *)0); }
1919
1920 /* ./base/lib_wattroff.c */
1921
1922 #undef wattr_off
1923 int     wattr_off(
1924                 WINDOW  *win, 
1925                 attr_t  at, 
1926                 void    *opts)
1927                 { return(*(int *)0); }
1928
1929 /* ./base/lib_wattron.c */
1930
1931 #undef wattr_on
1932 int     wattr_on(
1933                 WINDOW  *win, 
1934                 attr_t  at, 
1935                 void    *opts)
1936                 { return(*(int *)0); }
1937
1938 /* ./base/lib_winch.c */
1939
1940 #undef winch
1941 chtype  winch(
1942                 WINDOW  *win)
1943                 { return(*(chtype *)0); }
1944
1945 /* ./base/lib_window.c */
1946
1947 #undef _nc_synchook
1948 void    _nc_synchook(
1949                 WINDOW  *win)
1950                 { /* void */ }
1951
1952 #undef mvderwin
1953 int     mvderwin(
1954                 WINDOW  *win, 
1955                 int     y, 
1956                 int     x)
1957                 { return(*(int *)0); }
1958
1959 #undef syncok
1960 int     syncok(
1961                 WINDOW  *win, 
1962                 NCURSES_BOOL bf)
1963                 { return(*(int *)0); }
1964
1965 #undef wsyncup
1966 void    wsyncup(
1967                 WINDOW  *win)
1968                 { /* void */ }
1969
1970 #undef wsyncdown
1971 void    wsyncdown(
1972                 WINDOW  *win)
1973                 { /* void */ }
1974
1975 #undef wcursyncup
1976 void    wcursyncup(
1977                 WINDOW  *win)
1978                 { /* void */ }
1979
1980 #undef dupwin
1981 WINDOW  *dupwin(
1982                 WINDOW  *win)
1983                 { return(*(WINDOW **)0); }
1984
1985 /* ./base/nc_panel.c */
1986
1987 #undef _nc_panelhook
1988 struct panelhook *_nc_panelhook(void)
1989                 { return(*(struct panelhook **)0); }
1990
1991 /* ./base/safe_sprintf.c */
1992
1993 #undef _nc_printf_string
1994 char    *_nc_printf_string(
1995                 const char *fmt, 
1996                 va_list ap)
1997                 { return(*(char **)0); }
1998
1999 /* ./tty/tty_update.c */
2000
2001 #include <sys/time.h>
2002 #include <sys/times.h>
2003
2004 #undef doupdate
2005 int     doupdate(void)
2006                 { return(*(int *)0); }
2007
2008 #undef _nc_scrolln
2009 int     _nc_scrolln(
2010                 int     n, 
2011                 int     top, 
2012                 int     bot, 
2013                 int     maxy)
2014                 { return(*(int *)0); }
2015
2016 #undef _nc_screen_resume
2017 void    _nc_screen_resume(void)
2018                 { /* void */ }
2019
2020 #undef _nc_screen_init
2021 void    _nc_screen_init(void)
2022                 { /* void */ }
2023
2024 #undef _nc_screen_wrap
2025 void    _nc_screen_wrap(void)
2026                 { /* void */ }
2027
2028 #undef _nc_do_xmc_glitch
2029 void    _nc_do_xmc_glitch(
2030                 attr_t  previous)
2031                 { /* void */ }
2032
2033 /* ./trace/varargs.c */
2034
2035 typedef enum {
2036     atUnknown = 0, atInteger, atFloat, atPoint, atString
2037 } ARGTYPE;
2038
2039 #undef _nc_varargs
2040 char    *_nc_varargs(
2041                 const char *fmt, 
2042                 va_list ap)
2043                 { return(*(char **)0); }
2044
2045 /* ./base/memmove.c */
2046
2047 #undef _nc_memmove
2048 void    _nc_memmove(void)
2049                 { /* void */ }
2050
2051 /* ./base/vsscanf.c */
2052
2053 #undef _nc_vsscanf
2054 void    _nc_vsscanf(void)
2055                 { /* void */ }
2056
2057 /* ./base/lib_freeall.c */
2058
2059 #include <term_entry.h>
2060
2061 #undef _nc_freeall
2062 void    _nc_freeall(void)
2063                 { /* void */ }
2064
2065 #undef _nc_free_and_exit
2066 void    _nc_free_and_exit(
2067                 int     code)
2068                 { /* void */ }
2069
2070 /* ./expanded.c */
2071
2072 #undef _nc_expanded
2073 void    _nc_expanded(void)
2074                 { /* void */ }
2075
2076 /* ./base/legacy_coding.c */
2077
2078 #undef use_legacy_coding
2079 int     use_legacy_coding(
2080                 int     level)
2081                 { return(*(int *)0); }
2082
2083 /* ./base/lib_dft_fgbg.c */
2084
2085 #undef use_default_colors
2086 int     use_default_colors(void)
2087                 { return(*(int *)0); }
2088
2089 #undef assume_default_colors
2090 int     assume_default_colors(
2091                 int     fg, 
2092                 int     bg)
2093                 { return(*(int *)0); }
2094
2095 /* ./tinfo/lib_print.c */
2096
2097 #undef mcprint
2098 int     mcprint(
2099                 char    *data, 
2100                 int     len)
2101                 { return(*(int *)0); }
2102
2103 /* ./base/resizeterm.c */
2104
2105 #undef is_term_resized
2106 NCURSES_BOOL is_term_resized(
2107                 int     ToLines, 
2108                 int     ToCols)
2109                 { return(*(NCURSES_BOOL *)0); }
2110
2111 #undef resize_term
2112 int     resize_term(
2113                 int     ToLines, 
2114                 int     ToCols)
2115                 { return(*(int *)0); }
2116
2117 #undef resizeterm
2118 int     resizeterm(
2119                 int     ToLines, 
2120                 int     ToCols)
2121                 { return(*(int *)0); }
2122
2123 /* ./trace/trace_xnames.c */
2124
2125 #undef _nc_trace_xnames
2126 void    _nc_trace_xnames(
2127                 TERMTYPE *tp)
2128                 { /* void */ }
2129
2130 /* ./tinfo/use_screen.c */
2131
2132 #undef use_screen
2133 int     use_screen(
2134                 SCREEN  *screen, 
2135                 NCURSES_SCREEN_CB func, 
2136                 void    *data)
2137                 { return(*(int *)0); }
2138
2139 /* ./base/use_window.c */
2140
2141 #undef use_window
2142 int     use_window(
2143                 WINDOW  *win, 
2144                 NCURSES_WINDOW_CB func, 
2145                 void    *data)
2146                 { return(*(int *)0); }
2147
2148 /* ./base/wresize.c */
2149
2150 #undef wresize
2151 int     wresize(
2152                 WINDOW  *win, 
2153                 int     ToLines, 
2154                 int     ToCols)
2155                 { return(*(int *)0); }
2156
2157 /* ./tinfo/access.c */
2158
2159 #include <sys/stat.h>
2160 #include <nc_alloc.h>
2161
2162 #undef _nc_rootname
2163 char    *_nc_rootname(
2164                 char    *path)
2165                 { return(*(char **)0); }
2166
2167 #undef _nc_is_abs_path
2168 NCURSES_BOOL _nc_is_abs_path(
2169                 const char *path)
2170                 { return(*(NCURSES_BOOL *)0); }
2171
2172 #undef _nc_pathlast
2173 unsigned _nc_pathlast(
2174                 const char *path)
2175                 { return(*(unsigned *)0); }
2176
2177 #undef _nc_basename
2178 char    *_nc_basename(
2179                 char    *path)
2180                 { return(*(char **)0); }
2181
2182 #undef _nc_access
2183 int     _nc_access(
2184                 const char *path, 
2185                 int     mode)
2186                 { return(*(int *)0); }
2187
2188 #undef _nc_is_dir_path
2189 NCURSES_BOOL _nc_is_dir_path(
2190                 const char *path)
2191                 { return(*(NCURSES_BOOL *)0); }
2192
2193 #undef _nc_is_file_path
2194 NCURSES_BOOL _nc_is_file_path(
2195                 const char *path)
2196                 { return(*(NCURSES_BOOL *)0); }
2197
2198 /* ./tinfo/add_tries.c */
2199
2200 #undef _nc_add_to_try
2201 int     _nc_add_to_try(
2202                 TRIES   **tree, 
2203                 const char *str, 
2204                 unsigned code)
2205                 { return(*(int *)0); }
2206
2207 /* ./tinfo/alloc_ttype.c */
2208
2209 #undef _nc_align_termtype
2210 void    _nc_align_termtype(
2211                 TERMTYPE *to, 
2212                 TERMTYPE *from)
2213                 { /* void */ }
2214
2215 #undef _nc_copy_termtype
2216 void    _nc_copy_termtype(
2217                 TERMTYPE *dst, 
2218                 TERMTYPE *src)
2219                 { /* void */ }
2220
2221 /* ./codes.c */
2222
2223 #undef _nc_boolcodes
2224 const char *const *_nc_boolcodes(void)
2225                 { return(*(const char **)0); }
2226
2227 #undef _nc_numcodes
2228 const char *const *_nc_numcodes(void)
2229                 { return(*(const char **)0); }
2230
2231 #undef _nc_strcodes
2232 const char *const *_nc_strcodes(void)
2233                 { return(*(const char **)0); }
2234
2235 #undef _nc_codes_leaks
2236 void    _nc_codes_leaks(void)
2237                 { /* void */ }
2238
2239 /* ./tinfo/comp_error.c */
2240
2241 #undef _nc_suppress_warnings
2242 NCURSES_BOOL _nc_suppress_warnings;
2243 #undef _nc_curr_line
2244 int     _nc_curr_line;
2245 #undef _nc_curr_col
2246 int     _nc_curr_col;
2247
2248 #undef _nc_get_source
2249 const char *_nc_get_source(void)
2250                 { return(*(const char **)0); }
2251
2252 #undef _nc_set_source
2253 void    _nc_set_source(
2254                 const char *const name)
2255                 { /* void */ }
2256
2257 #undef _nc_set_type
2258 void    _nc_set_type(
2259                 const char *const name)
2260                 { /* void */ }
2261
2262 #undef _nc_get_type
2263 void    _nc_get_type(
2264                 char    *name)
2265                 { /* void */ }
2266
2267 #undef _nc_warning
2268 void    _nc_warning(
2269                 const char *const fmt, 
2270                 ...)
2271                 { /* void */ }
2272
2273 #undef _nc_err_abort
2274 void    _nc_err_abort(
2275                 const char *const fmt, 
2276                 ...)
2277                 { /* void */ }
2278
2279 #undef _nc_syserr_abort
2280 void    _nc_syserr_abort(
2281                 const char *const fmt, 
2282                 ...)
2283                 { /* void */ }
2284
2285 /* ./tinfo/db_iterator.c */
2286
2287 #undef _nc_tic_dir
2288 const char *_nc_tic_dir(
2289                 const char *path)
2290                 { return(*(const char **)0); }
2291
2292 #undef _nc_keep_tic_dir
2293 void    _nc_keep_tic_dir(
2294                 const char *path)
2295                 { /* void */ }
2296
2297 #undef _nc_last_db
2298 void    _nc_last_db(void)
2299                 { /* void */ }
2300
2301 #undef _nc_next_db
2302 const char *_nc_next_db(
2303                 DBDIRS  *state, 
2304                 int     *offset)
2305                 { return(*(const char **)0); }
2306
2307 #undef _nc_first_db
2308 void    _nc_first_db(
2309                 DBDIRS  *state, 
2310                 int     *offset)
2311                 { /* void */ }
2312
2313 /* ./tinfo/doalloc.c */
2314
2315 #undef _nc_doalloc
2316 void    *_nc_doalloc(
2317                 void    *oldp, 
2318                 size_t  amount)
2319                 { return(*(void **)0); }
2320
2321 /* ./tinfo/entries.c */
2322
2323 #undef _nc_head
2324 ENTRY   *_nc_head;
2325 #undef _nc_tail
2326 ENTRY   *_nc_tail;
2327
2328 #undef _nc_free_entry
2329 void    _nc_free_entry(
2330                 ENTRY   *headp, 
2331                 TERMTYPE *tterm)
2332                 { /* void */ }
2333
2334 #undef _nc_free_entries
2335 void    _nc_free_entries(
2336                 ENTRY   *headp)
2337                 { /* void */ }
2338
2339 #undef _nc_delink_entry
2340 ENTRY   *_nc_delink_entry(
2341                 ENTRY   *headp, 
2342                 TERMTYPE *tterm)
2343                 { return(*(ENTRY **)0); }
2344
2345 #undef _nc_leaks_tinfo
2346 void    _nc_leaks_tinfo(void)
2347                 { /* void */ }
2348
2349 #undef _nc_free_tinfo
2350 void    _nc_free_tinfo(
2351                 int     code)
2352                 { /* void */ }
2353
2354 /* ./fallback.c */
2355
2356 #undef _nc_fallback
2357 const TERMTYPE *_nc_fallback(
2358                 const char *name)
2359                 { return(*(const TERMTYPE **)0); }
2360
2361 /* ./tinfo/free_ttype.c */
2362
2363 #undef _nc_free_termtype
2364 void    _nc_free_termtype(
2365                 TERMTYPE *ptr)
2366                 { /* void */ }
2367
2368 #undef _nc_user_definable
2369 NCURSES_BOOL _nc_user_definable;
2370
2371 #undef use_extended_names
2372 int     use_extended_names(
2373                 NCURSES_BOOL flag)
2374                 { return(*(int *)0); }
2375
2376 /* ./tinfo/getenv_num.c */
2377
2378 #undef _nc_getenv_num
2379 int     _nc_getenv_num(
2380                 const char *name)
2381                 { return(*(int *)0); }
2382
2383 /* ./tinfo/home_terminfo.c */
2384
2385 #undef _nc_home_terminfo
2386 char    *_nc_home_terminfo(void)
2387                 { return(*(char **)0); }
2388
2389 /* ./tinfo/init_keytry.c */
2390
2391 #if 0
2392
2393 #include <init_keytry.h>
2394
2395 #undef _nc_tinfo_fkeys
2396 const struct tinfo_fkeys _nc_tinfo_fkeys[] = {0};
2397
2398 #endif
2399
2400 #undef _nc_init_keytry
2401 void    _nc_init_keytry(
2402                 SCREEN  *sp)
2403                 { /* void */ }
2404
2405 /* ./tinfo/lib_acs.c */
2406
2407 #undef _nc_acs_map
2408 chtype  *_nc_acs_map(void)
2409                 { return(*(chtype **)0); }
2410
2411 #undef _nc_init_acs
2412 void    _nc_init_acs(void)
2413                 { /* void */ }
2414
2415 /* ./tinfo/lib_baudrate.c */
2416
2417 #include <termcap.h>
2418
2419 struct speed {
2420     int s; 
2421     int sp; 
2422 };
2423
2424 #undef _nc_baudrate
2425 int     _nc_baudrate(
2426                 int     OSpeed)
2427                 { return(*(int *)0); }
2428
2429 #undef _nc_ospeed
2430 int     _nc_ospeed(
2431                 int     BaudRate)
2432                 { return(*(int *)0); }
2433
2434 #undef baudrate
2435 int     baudrate(void)
2436                 { return(*(int *)0); }
2437
2438 /* ./tinfo/lib_cur_term.c */
2439
2440 #undef _nc_cur_term
2441 TERMINAL *_nc_cur_term(void)
2442                 { return(*(TERMINAL **)0); }
2443
2444 #undef set_curterm
2445 TERMINAL *set_curterm(
2446                 TERMINAL *termp)
2447                 { return(*(TERMINAL **)0); }
2448
2449 #undef del_curterm
2450 int     del_curterm(
2451                 TERMINAL *termp)
2452                 { return(*(int *)0); }
2453
2454 /* ./tinfo/lib_data.c */
2455
2456 #undef _nc_stdscr
2457 WINDOW  *_nc_stdscr(void)
2458                 { return(*(WINDOW **)0); }
2459
2460 #undef _nc_curscr
2461 WINDOW  *_nc_curscr(void)
2462                 { return(*(WINDOW **)0); }
2463
2464 #undef _nc_newscr
2465 WINDOW  *_nc_newscr(void)
2466                 { return(*(WINDOW **)0); }
2467
2468 #undef _nc_screen_chain
2469 SCREEN  *_nc_screen_chain;
2470 #undef SP
2471 SCREEN  *SP;
2472 #undef _nc_globals
2473 NCURSES_GLOBALS _nc_globals;
2474 #undef _nc_prescreen
2475 NCURSES_PRESCREEN _nc_prescreen;
2476
2477 #undef _nc_mutex_init
2478 void    _nc_mutex_init(
2479                 pthread_mutex_t *obj)
2480                 { /* void */ }
2481
2482 #undef _nc_mutex_lock
2483 int     _nc_mutex_lock(
2484                 pthread_mutex_t *obj)
2485                 { return(*(int *)0); }
2486
2487 #undef _nc_mutex_trylock
2488 int     _nc_mutex_trylock(
2489                 pthread_mutex_t *obj)
2490                 { return(*(int *)0); }
2491
2492 #undef _nc_mutex_unlock
2493 int     _nc_mutex_unlock(
2494                 pthread_mutex_t *obj)
2495                 { return(*(int *)0); }
2496
2497 /* ./tinfo/lib_has_cap.c */
2498
2499 #undef has_ic
2500 NCURSES_BOOL has_ic(void)
2501                 { return(*(NCURSES_BOOL *)0); }
2502
2503 #undef has_il
2504 NCURSES_BOOL has_il(void)
2505                 { return(*(NCURSES_BOOL *)0); }
2506
2507 /* ./tinfo/lib_kernel.c */
2508
2509 #undef erasechar
2510 char    erasechar(void)
2511                 { return(*(char *)0); }
2512
2513 #undef killchar
2514 char    killchar(void)
2515                 { return(*(char *)0); }
2516
2517 #undef flushinp
2518 int     flushinp(void)
2519                 { return(*(int *)0); }
2520
2521 /* ./lib_keyname.c */
2522
2523 struct kn { short offset; int code; };
2524
2525 #undef _nc_keyname
2526 const char *_nc_keyname(
2527                 SCREEN  *sp, 
2528                 int     c)
2529                 { return(*(const char **)0); }
2530
2531 #undef keyname
2532 const char *keyname(
2533                 int     c)
2534                 { return(*(const char **)0); }
2535
2536 #undef _nc_keyname_leaks
2537 void    _nc_keyname_leaks(void)
2538                 { /* void */ }
2539
2540 /* ./tinfo/lib_longname.c */
2541
2542 #undef longname
2543 char    *longname(void)
2544                 { return(*(char **)0); }
2545
2546 /* ./tinfo/lib_napms.c */
2547
2548 #undef napms
2549 int     napms(
2550                 int     ms)
2551                 { return(*(int *)0); }
2552
2553 /* ./tinfo/lib_options.c */
2554
2555 #undef idlok
2556 int     idlok(
2557                 WINDOW  *win, 
2558                 NCURSES_BOOL flag)
2559                 { return(*(int *)0); }
2560
2561 #undef idcok
2562 void    idcok(
2563                 WINDOW  *win, 
2564                 NCURSES_BOOL flag)
2565                 { /* void */ }
2566
2567 #undef halfdelay
2568 int     halfdelay(
2569                 int     t)
2570                 { return(*(int *)0); }
2571
2572 #undef nodelay
2573 int     nodelay(
2574                 WINDOW  *win, 
2575                 NCURSES_BOOL flag)
2576                 { return(*(int *)0); }
2577
2578 #undef notimeout
2579 int     notimeout(
2580                 WINDOW  *win, 
2581                 NCURSES_BOOL f)
2582                 { return(*(int *)0); }
2583
2584 #undef wtimeout
2585 void    wtimeout(
2586                 WINDOW  *win, 
2587                 int     delay)
2588                 { /* void */ }
2589
2590 #undef keypad
2591 int     keypad(
2592                 WINDOW  *win, 
2593                 NCURSES_BOOL flag)
2594                 { return(*(int *)0); }
2595
2596 #undef meta
2597 int     meta(
2598                 WINDOW  *win, 
2599                 NCURSES_BOOL flag)
2600                 { return(*(int *)0); }
2601
2602 #undef curs_set
2603 int     curs_set(
2604                 int     vis)
2605                 { return(*(int *)0); }
2606
2607 #undef typeahead
2608 int     typeahead(
2609                 int     fd)
2610                 { return(*(int *)0); }
2611
2612 #undef has_key
2613 int     has_key(
2614                 int     keycode)
2615                 { return(*(int *)0); }
2616
2617 #undef _nc_keypad
2618 int     _nc_keypad(
2619                 SCREEN  *sp, 
2620                 NCURSES_BOOL flag)
2621                 { return(*(int *)0); }
2622
2623 /* ./tinfo/lib_raw.c */
2624
2625 #undef raw
2626 int     raw(void)
2627                 { return(*(int *)0); }
2628
2629 #undef cbreak
2630 int     cbreak(void)
2631                 { return(*(int *)0); }
2632
2633 #undef qiflush
2634 void    qiflush(void)
2635                 { /* void */ }
2636
2637 #undef noraw
2638 int     noraw(void)
2639                 { return(*(int *)0); }
2640
2641 #undef nocbreak
2642 int     nocbreak(void)
2643                 { return(*(int *)0); }
2644
2645 #undef noqiflush
2646 void    noqiflush(void)
2647                 { /* void */ }
2648
2649 #undef intrflush
2650 int     intrflush(
2651                 WINDOW  *win, 
2652                 NCURSES_BOOL flag)
2653                 { return(*(int *)0); }
2654
2655 /* ./tinfo/lib_setup.c */
2656
2657 #include <locale.h>
2658 #include <sys/ioctl.h>
2659 #include <langinfo.h>
2660
2661 #undef _nc_ttytype
2662 char    *_nc_ttytype(void)
2663                 { return(*(char **)0); }
2664
2665 #undef _nc_ptr_Lines
2666 int     *_nc_ptr_Lines(void)
2667                 { return(*(int **)0); }
2668
2669 #undef _nc_LINES
2670 int     _nc_LINES(void)
2671                 { return(*(int *)0); }
2672
2673 #undef _nc_ptr_Cols
2674 int     *_nc_ptr_Cols(void)
2675                 { return(*(int **)0); }
2676
2677 #undef _nc_COLS
2678 int     _nc_COLS(void)
2679                 { return(*(int *)0); }
2680
2681 #undef _nc_TABSIZE
2682 int     _nc_TABSIZE(void)
2683                 { return(*(int *)0); }
2684
2685 #undef set_tabsize
2686 int     set_tabsize(
2687                 int     value)
2688                 { return(*(int *)0); }
2689
2690 #undef _nc_handle_sigwinch
2691 int     _nc_handle_sigwinch(
2692                 SCREEN  *sp)
2693                 { return(*(int *)0); }
2694
2695 #undef use_env
2696 void    use_env(
2697                 NCURSES_BOOL f)
2698                 { /* void */ }
2699
2700 #undef _nc_get_screensize
2701 void    _nc_get_screensize(
2702                 SCREEN  *sp, 
2703                 int     *linep, 
2704                 int     *colp)
2705                 { /* void */ }
2706
2707 #undef _nc_update_screensize
2708 void    _nc_update_screensize(
2709                 SCREEN  *sp)
2710                 { /* void */ }
2711
2712 #undef _nc_get_locale
2713 char    *_nc_get_locale(void)
2714                 { return(*(char **)0); }
2715
2716 #undef _nc_unicode_locale
2717 int     _nc_unicode_locale(void)
2718                 { return(*(int *)0); }
2719
2720 #undef _nc_locale_breaks_acs
2721 int     _nc_locale_breaks_acs(
2722                 TERMINAL *termp)
2723                 { return(*(int *)0); }
2724
2725 #undef _nc_setupterm
2726 int     _nc_setupterm(
2727                 const char *tname, 
2728                 int     Filedes, 
2729                 int     *errret, 
2730                 NCURSES_BOOL reuse)
2731                 { return(*(int *)0); }
2732
2733 #undef setupterm
2734 int     setupterm(
2735                 const char *tname, 
2736                 int     Filedes, 
2737                 int     *errret)
2738                 { return(*(int *)0); }
2739
2740 /* ./tinfo/lib_termcap.c */
2741
2742 #undef UP
2743 char    *UP;
2744 #undef BC
2745 char    *BC;
2746
2747 #undef tgetent
2748 int     tgetent(
2749                 char    *bufp, 
2750                 const char *name)
2751                 { return(*(int *)0); }
2752
2753 #if 0
2754
2755 #include <capdefaults.c>
2756
2757 #endif
2758
2759 #undef tgetflag
2760 int     tgetflag(
2761                 const char *id)
2762                 { return(*(int *)0); }
2763
2764 #undef tgetnum
2765 int     tgetnum(
2766                 const char *id)
2767                 { return(*(int *)0); }
2768
2769 #undef tgetstr
2770 char    *tgetstr(
2771                 const char *id, 
2772                 char    **area)
2773                 { return(*(char **)0); }
2774
2775 #undef _nc_tgetent_leaks
2776 void    _nc_tgetent_leaks(void)
2777                 { /* void */ }
2778
2779 /* ./tinfo/lib_termname.c */
2780
2781 #undef termname
2782 char    *termname(void)
2783                 { return(*(char **)0); }
2784
2785 /* ./tinfo/lib_tgoto.c */
2786
2787 #undef tgoto
2788 char    *tgoto(
2789                 const char *string, 
2790                 int     x, 
2791                 int     y)
2792                 { return(*(char **)0); }
2793
2794 /* ./tinfo/lib_ti.c */
2795
2796 #undef tigetflag
2797 int     tigetflag(
2798                 const char *str)
2799                 { return(*(int *)0); }
2800
2801 #undef tigetnum
2802 int     tigetnum(
2803                 const char *str)
2804                 { return(*(int *)0); }
2805
2806 #undef tigetstr
2807 char    *tigetstr(
2808                 const char *str)
2809                 { return(*(char **)0); }
2810
2811 /* ./tinfo/lib_tparm.c */
2812
2813 #undef _nc_tparm_err
2814 int     _nc_tparm_err;
2815
2816 #undef _nc_free_tparm
2817 void    _nc_free_tparm(void)
2818                 { /* void */ }
2819
2820 #undef _nc_tparm_analyze
2821 int     _nc_tparm_analyze(
2822                 const char *string, 
2823                 char    *p_is_s[9], 
2824                 int     *popcount)
2825                 { return(*(int *)0); }
2826
2827 #undef tparm
2828 char    *tparm(
2829                 const char *string, 
2830                 ...)
2831                 { return(*(char **)0); }
2832
2833 /* ./tinfo/lib_tputs.c */
2834
2835 #undef PC
2836 char    PC;
2837 #undef ospeed
2838 NCURSES_OSPEED  ospeed;
2839 #undef _nc_nulls_sent
2840 int     _nc_nulls_sent;
2841
2842 #undef delay_output
2843 int     delay_output(
2844                 int     ms)
2845                 { return(*(int *)0); }
2846
2847 #undef _nc_flush
2848 void    _nc_flush(void)
2849                 { /* void */ }
2850
2851 #undef _nc_outch
2852 int     _nc_outch(
2853                 int     ch)
2854                 { return(*(int *)0); }
2855
2856 #undef putp
2857 int     putp(
2858                 const char *string)
2859                 { return(*(int *)0); }
2860
2861 #undef tputs
2862 int     tputs(
2863                 const char *string, 
2864                 int     affcnt, 
2865                 int     (*outc)(
2866                 int     p1))
2867                 { return(*(int *)0); }
2868
2869 /* ./trace/lib_trace.c */
2870
2871 #undef _nc_tracing
2872 unsigned _nc_tracing;
2873
2874 #undef _nc__nc_tputs_trace
2875 const char *_nc__nc_tputs_trace(void)
2876                 { return(*(const char **)0); }
2877
2878 #undef _nc__nc_outchars
2879 long    _nc__nc_outchars(void)
2880                 { return(*(long *)0); }
2881
2882 #undef _nc_set_tputs_trace
2883 void    _nc_set_tputs_trace(
2884                 const char *s)
2885                 { /* void */ }
2886
2887 #undef _nc_count_outchars
2888 void    _nc_count_outchars(
2889                 long    increment)
2890                 { /* void */ }
2891
2892 #undef trace
2893 void    trace(
2894                 const unsigned int tracelevel)
2895                 { /* void */ }
2896
2897 #undef _tracef
2898 void    _tracef(
2899                 const char *fmt, 
2900                 ...)
2901                 { /* void */ }
2902
2903 #undef _nc_retrace_bool
2904 NCURSES_BOOL _nc_retrace_bool(
2905                 NCURSES_BOOL code)
2906                 { return(*(NCURSES_BOOL *)0); }
2907
2908 #undef _nc_retrace_int
2909 int     _nc_retrace_int(
2910                 int     code)
2911                 { return(*(int *)0); }
2912
2913 #undef _nc_retrace_unsigned
2914 unsigned _nc_retrace_unsigned(
2915                 unsigned code)
2916                 { return(*(unsigned *)0); }
2917
2918 #undef _nc_retrace_ptr
2919 char    *_nc_retrace_ptr(
2920                 char    *code)
2921                 { return(*(char **)0); }
2922
2923 #undef _nc_retrace_cptr
2924 const char *_nc_retrace_cptr(
2925                 const char *code)
2926                 { return(*(const char **)0); }
2927
2928 #undef _nc_retrace_cvoid_ptr
2929 const void *_nc_retrace_cvoid_ptr(
2930                 const void *code)
2931                 { return(*(const void **)0); }
2932
2933 #undef _nc_retrace_void_ptr
2934 void    *_nc_retrace_void_ptr(
2935                 void    *code)
2936                 { return(*(void **)0); }
2937
2938 #undef _nc_retrace_sp
2939 SCREEN  *_nc_retrace_sp(
2940                 SCREEN  *code)
2941                 { return(*(SCREEN **)0); }
2942
2943 #undef _nc_retrace_win
2944 WINDOW  *_nc_retrace_win(
2945                 WINDOW  *code)
2946                 { return(*(WINDOW **)0); }
2947
2948 #undef _nc_use_tracef
2949 int     _nc_use_tracef(
2950                 unsigned mask)
2951                 { return(*(int *)0); }
2952
2953 #undef _nc_locked_tracef
2954 void    _nc_locked_tracef(
2955                 const char *fmt, 
2956                 ...)
2957                 { /* void */ }
2958
2959 /* ./trace/lib_traceatr.c */
2960
2961 #undef _traceattr2
2962 char    *_traceattr2(
2963                 int     bufnum, 
2964                 chtype  newmode)
2965                 { return(*(char **)0); }
2966
2967 #undef _traceattr
2968 char    *_traceattr(
2969                 attr_t  newmode)
2970                 { return(*(char **)0); }
2971
2972 #undef _nc_retrace_attr_t
2973 attr_t  _nc_retrace_attr_t(
2974                 attr_t  code)
2975                 { return(*(attr_t *)0); }
2976
2977 #undef _nc_altcharset_name
2978 const char *_nc_altcharset_name(
2979                 attr_t  attr, 
2980                 chtype  ch)
2981                 { return(*(const char **)0); }
2982
2983 #undef _tracechtype2
2984 char    *_tracechtype2(
2985                 int     bufnum, 
2986                 chtype  ch)
2987                 { return(*(char **)0); }
2988
2989 #undef _tracechtype
2990 char    *_tracechtype(
2991                 chtype  ch)
2992                 { return(*(char **)0); }
2993
2994 #undef _nc_retrace_chtype
2995 chtype  _nc_retrace_chtype(
2996                 chtype  code)
2997                 { return(*(chtype *)0); }
2998
2999 /* ./trace/lib_tracebits.c */
3000
3001 typedef struct {
3002     unsigned int val;
3003     const char *name;
3004 } BITNAMES;
3005
3006 #undef _nc_trace_ttymode
3007 char    *_nc_trace_ttymode(
3008                 struct termios *tty)
3009                 { return(*(char **)0); }
3010
3011 #undef _nc_tracebits
3012 char    *_nc_tracebits(void)
3013                 { return(*(char **)0); }
3014
3015 /* ./trace/lib_tracechr.c */
3016
3017 #undef _nc_tracechar
3018 char    *_nc_tracechar(
3019                 SCREEN  *sp, 
3020                 int     ch)
3021                 { return(*(char **)0); }
3022
3023 #undef _tracechar
3024 char    *_tracechar(
3025                 int     ch)
3026                 { return(*(char **)0); }
3027
3028 /* ./tinfo/lib_ttyflags.c */
3029
3030 #undef _nc_get_tty_mode
3031 int     _nc_get_tty_mode(
3032                 struct termios *buf)
3033                 { return(*(int *)0); }
3034
3035 #undef _nc_set_tty_mode
3036 int     _nc_set_tty_mode(
3037                 struct termios *buf)
3038                 { return(*(int *)0); }
3039
3040 #undef def_shell_mode
3041 int     def_shell_mode(void)
3042                 { return(*(int *)0); }
3043
3044 #undef def_prog_mode
3045 int     def_prog_mode(void)
3046                 { return(*(int *)0); }
3047
3048 #undef reset_prog_mode
3049 int     reset_prog_mode(void)
3050                 { return(*(int *)0); }
3051
3052 #undef reset_shell_mode
3053 int     reset_shell_mode(void)
3054                 { return(*(int *)0); }
3055
3056 #undef savetty
3057 int     savetty(void)
3058                 { return(*(int *)0); }
3059
3060 #undef resetty
3061 int     resetty(void)
3062                 { return(*(int *)0); }
3063
3064 /* ./tty/lib_twait.c */
3065
3066 #undef _nc_eventlist_timeout
3067 int     _nc_eventlist_timeout(
3068                 _nc_eventlist *evl)
3069                 { return(*(int *)0); }
3070
3071 #undef _nc_timed_wait
3072 int     _nc_timed_wait(
3073                 SCREEN  *sp, 
3074                 int     mode, 
3075                 int     milliseconds, 
3076                 int     *timeleft, 
3077                 _nc_eventlist *evl)
3078                 { return(*(int *)0); }
3079
3080 /* ./tinfo/name_match.c */
3081
3082 #undef _nc_first_name
3083 char    *_nc_first_name(
3084                 const char *const sp)
3085                 { return(*(char **)0); }
3086
3087 #undef _nc_name_match
3088 int     _nc_name_match(
3089                 const char *const namelst, 
3090                 const char *const name, 
3091                 const char *const delim)
3092                 { return(*(int *)0); }
3093
3094 /* ./names.c */
3095
3096 #undef _nc_boolnames
3097 const char *const *_nc_boolnames(void)
3098                 { return(*(const char **)0); }
3099
3100 #undef _nc_boolfnames
3101 const char *const *_nc_boolfnames(void)
3102                 { return(*(const char **)0); }
3103
3104 #undef _nc_numnames
3105 const char *const *_nc_numnames(void)
3106                 { return(*(const char **)0); }
3107
3108 #undef _nc_numfnames
3109 const char *const *_nc_numfnames(void)
3110                 { return(*(const char **)0); }
3111
3112 #undef _nc_strnames
3113 const char *const *_nc_strnames(void)
3114                 { return(*(const char **)0); }
3115
3116 #undef _nc_strfnames
3117 const char *const *_nc_strfnames(void)
3118                 { return(*(const char **)0); }
3119
3120 #undef _nc_names_leaks
3121 void    _nc_names_leaks(void)
3122                 { /* void */ }
3123
3124 /* ./tinfo/read_entry.c */
3125
3126 #include <hashed_db.h>
3127
3128 #undef _nc_read_termtype
3129 int     _nc_read_termtype(
3130                 TERMTYPE *ptr, 
3131                 char    *buffer, 
3132                 int     limit)
3133                 { return(*(int *)0); }
3134
3135 #undef _nc_read_file_entry
3136 int     _nc_read_file_entry(
3137                 const char *const filename, 
3138                 TERMTYPE *ptr)
3139                 { return(*(int *)0); }
3140
3141 #undef _nc_read_entry
3142 int     _nc_read_entry(
3143                 const char *const name, 
3144                 char    *const filename, 
3145                 TERMTYPE *const tp)
3146                 { return(*(int *)0); }
3147
3148 /* ./tinfo/read_termcap.c */
3149
3150 #include <sys/types.h>
3151
3152 #undef _nc_read_termcap
3153 void    _nc_read_termcap(void)
3154                 { /* void */ }
3155
3156 /* ./tinfo/setbuf.c */
3157
3158 #undef _nc_set_buffer
3159 void    _nc_set_buffer(
3160                 FILE    *ofp, 
3161                 NCURSES_BOOL buffered)
3162                 { /* void */ }
3163
3164 /* ./tinfo/strings.c */
3165
3166 #undef _nc_str_init
3167 string_desc *_nc_str_init(
3168                 string_desc *dst, 
3169                 char    *src, 
3170                 size_t  len)
3171                 { return(*(string_desc **)0); }
3172
3173 #undef _nc_str_null
3174 string_desc *_nc_str_null(
3175                 string_desc *dst, 
3176                 size_t  len)
3177                 { return(*(string_desc **)0); }
3178
3179 #undef _nc_str_copy
3180 string_desc *_nc_str_copy(
3181                 string_desc *dst, 
3182                 string_desc *src)
3183                 { return(*(string_desc **)0); }
3184
3185 #undef _nc_safe_strcat
3186 NCURSES_BOOL _nc_safe_strcat(
3187                 string_desc *dst, 
3188                 const char *src)
3189                 { return(*(NCURSES_BOOL *)0); }
3190
3191 #undef _nc_safe_strcpy
3192 NCURSES_BOOL _nc_safe_strcpy(
3193                 string_desc *dst, 
3194                 const char *src)
3195                 { return(*(NCURSES_BOOL *)0); }
3196
3197 /* ./trace/trace_buf.c */
3198
3199 #undef _nc_trace_buf
3200 char    *_nc_trace_buf(
3201                 int     bufnum, 
3202                 size_t  want)
3203                 { return(*(char **)0); }
3204
3205 #undef _nc_trace_bufcat
3206 char    *_nc_trace_bufcat(
3207                 int     bufnum, 
3208                 const char *value)
3209                 { return(*(char **)0); }
3210
3211 /* ./trace/trace_tries.c */
3212
3213 #undef _nc_trace_tries
3214 void    _nc_trace_tries(
3215                 TRIES   *tree)
3216                 { /* void */ }
3217
3218 /* ./base/tries.c */
3219
3220 #undef _nc_expand_try
3221 char    *_nc_expand_try(
3222                 TRIES   *tree, 
3223                 unsigned code, 
3224                 int     *count, 
3225                 size_t  len)
3226                 { return(*(char **)0); }
3227
3228 #undef _nc_remove_key
3229 int     _nc_remove_key(
3230                 TRIES   **tree, 
3231                 unsigned code)
3232                 { return(*(int *)0); }
3233
3234 #undef _nc_remove_string
3235 int     _nc_remove_string(
3236                 TRIES   **tree, 
3237                 const char *string)
3238                 { return(*(int *)0); }
3239
3240 /* ./tinfo/trim_sgr0.c */
3241
3242 #undef _nc_trim_sgr0
3243 char    *_nc_trim_sgr0(
3244                 TERMTYPE *tp)
3245                 { return(*(char **)0); }
3246
3247 /* ./unctrl.c */
3248
3249 #undef _nc_unctrl
3250 const char *_nc_unctrl(
3251                 SCREEN  *sp, 
3252                 chtype  ch)
3253                 { return(*(const char **)0); }
3254
3255 #undef unctrl
3256 const char *unctrl(
3257                 chtype  ch)
3258                 { return(*(const char **)0); }
3259
3260 /* ./trace/visbuf.c */
3261
3262 #undef _nc_visbuf2
3263 const char *_nc_visbuf2(
3264                 int     bufnum, 
3265                 const char *buf)
3266                 { return(*(const char **)0); }
3267
3268 #undef _nc_visbuf
3269 const char *_nc_visbuf(
3270                 const char *buf)
3271                 { return(*(const char **)0); }
3272
3273 #undef _nc_visbufn
3274 const char *_nc_visbufn(
3275                 const char *buf, 
3276                 int     len)
3277                 { return(*(const char **)0); }
3278
3279 #undef _nc_viscbuf2
3280 const char *_nc_viscbuf2(
3281                 int     bufnum, 
3282                 const chtype *buf, 
3283                 int     len)
3284                 { return(*(const char **)0); }
3285
3286 #undef _nc_viscbuf
3287 const char *_nc_viscbuf(
3288                 const chtype *buf, 
3289                 int     len)
3290                 { return(*(const char **)0); }
3291
3292 /* ./tinfo/alloc_entry.c */
3293
3294 #undef _nc_init_entry
3295 void    _nc_init_entry(
3296                 TERMTYPE *const tp)
3297                 { /* void */ }
3298
3299 #undef _nc_copy_entry
3300 ENTRY   *_nc_copy_entry(
3301                 ENTRY   *oldp)
3302                 { return(*(ENTRY **)0); }
3303
3304 #undef _nc_save_str
3305 char    *_nc_save_str(
3306                 const char *const string)
3307                 { return(*(char **)0); }
3308
3309 #undef _nc_wrap_entry
3310 void    _nc_wrap_entry(
3311                 ENTRY   *const ep, 
3312                 NCURSES_BOOL copy_strings)
3313                 { /* void */ }
3314
3315 #undef _nc_merge_entry
3316 void    _nc_merge_entry(
3317                 TERMTYPE *const to, 
3318                 TERMTYPE *const from)
3319                 { /* void */ }
3320
3321 #undef _nc_alloc_entry_leaks
3322 void    _nc_alloc_entry_leaks(void)
3323                 { /* void */ }
3324
3325 /* ./tinfo/captoinfo.c */
3326
3327 #undef _nc_captoinfo
3328 char    *_nc_captoinfo(
3329                 const char *cap, 
3330                 const char *s, 
3331                 int const parameterized)
3332                 { return(*(char **)0); }
3333
3334 #undef _nc_infotocap
3335 char    *_nc_infotocap(
3336                 const char *cap, 
3337                 const char *str, 
3338                 int const parameterized)
3339                 { return(*(char **)0); }
3340
3341 #undef _nc_captoinfo_leaks
3342 void    _nc_captoinfo_leaks(void)
3343                 { /* void */ }
3344
3345 /* ./comp_captab.c */
3346
3347 #include <hashsize.h>
3348
3349 #undef _nc_get_table
3350 const struct name_table_entry *_nc_get_table(
3351                 NCURSES_BOOL termcap)
3352                 { return(*(const struct name_table_entry **)0); }
3353
3354 #undef _nc_get_hash_table
3355 const short *_nc_get_hash_table(
3356                 NCURSES_BOOL termcap)
3357                 { return(*(const short **)0); }
3358
3359 #undef _nc_get_alias_table
3360 const struct alias *_nc_get_alias_table(
3361                 NCURSES_BOOL termcap)
3362                 { return(*(const struct alias **)0); }
3363
3364 #undef _nc_comp_captab_leaks
3365 void    _nc_comp_captab_leaks(void)
3366                 { /* void */ }
3367
3368 /* ./tinfo/comp_expand.c */
3369
3370 #undef _nc_tic_expand
3371 char    *_nc_tic_expand(
3372                 const char *srcp, 
3373                 NCURSES_BOOL tic_format, 
3374                 int     numbers)
3375                 { return(*(char **)0); }
3376
3377 /* ./tinfo/comp_hash.c */
3378
3379 #undef _nc_find_entry
3380 struct name_table_entry const *_nc_find_entry(
3381                 const char *string, 
3382                 const short *hash_table)
3383                 { return(*(struct name_table_entry const **)0); }
3384
3385 #undef _nc_find_type_entry
3386 struct name_table_entry const *_nc_find_type_entry(
3387                 const char *string, 
3388                 int     type, 
3389                 const struct name_table_entry *table)
3390                 { return(*(struct name_table_entry const **)0); }
3391
3392 /* ./tinfo/comp_parse.c */
3393
3394 #undef _nc_check_termtype2
3395 void    (*_nc_check_termtype2)(
3396                 TERMTYPE *p1, 
3397                 NCURSES_BOOL p2);
3398 #undef _nc_check_termtype
3399 void    (*_nc_check_termtype)(
3400                 TERMTYPE *p1);
3401
3402 #undef _nc_entry_match
3403 NCURSES_BOOL _nc_entry_match(
3404                 char    *n1, 
3405                 char    *n2)
3406                 { return(*(NCURSES_BOOL *)0); }
3407
3408 #undef _nc_read_entry_source
3409 void    _nc_read_entry_source(
3410                 FILE    *fp, 
3411                 char    *buf, 
3412                 int     literal, 
3413                 NCURSES_BOOL silent, 
3414                 NCURSES_BOOL (*hook)(
3415                 ENTRY   *p1))
3416                 { /* void */ }
3417
3418 #undef _nc_resolve_uses2
3419 int     _nc_resolve_uses2(
3420                 NCURSES_BOOL fullresolve, 
3421                 NCURSES_BOOL literal)
3422                 { return(*(int *)0); }
3423
3424 #undef _nc_resolve_uses
3425 int     _nc_resolve_uses(
3426                 NCURSES_BOOL fullresolve)
3427                 { return(*(int *)0); }
3428
3429 #undef _nc_leaks_tic
3430 void    _nc_leaks_tic(void)
3431                 { /* void */ }
3432
3433 #undef _nc_free_tic
3434 void    _nc_free_tic(
3435                 int     code)
3436                 { /* void */ }
3437
3438 /* ./tinfo/comp_scan.c */
3439
3440 #undef _nc_syntax
3441 int     _nc_syntax;
3442 #undef _nc_curr_file_pos
3443 long    _nc_curr_file_pos;
3444 #undef _nc_comment_start
3445 long    _nc_comment_start;
3446 #undef _nc_comment_end
3447 long    _nc_comment_end;
3448 #undef _nc_start_line
3449 long    _nc_start_line;
3450 #undef _nc_curr_token
3451 struct token _nc_curr_token;
3452 #undef _nc_disable_period
3453 NCURSES_BOOL _nc_disable_period;
3454
3455 #undef _nc_reset_input
3456 void    _nc_reset_input(
3457                 FILE    *fp, 
3458                 char    *buf)
3459                 { /* void */ }
3460
3461 #undef _nc_get_token
3462 int     _nc_get_token(
3463                 NCURSES_BOOL silent)
3464                 { return(*(int *)0); }
3465
3466 #undef _nc_trans_string
3467 int     _nc_trans_string(
3468                 char    *ptr, 
3469                 char    *last)
3470                 { return(*(int *)0); }
3471
3472 #undef _nc_push_token
3473 void    _nc_push_token(
3474                 int     tokclass)
3475                 { /* void */ }
3476
3477 #undef _nc_panic_mode
3478 void    _nc_panic_mode(
3479                 char    ch)
3480                 { /* void */ }
3481
3482 #undef _nc_comp_scan_leaks
3483 void    _nc_comp_scan_leaks(void)
3484                 { /* void */ }
3485
3486 /* ./tinfo/parse_entry.c */
3487
3488 #undef _nc_parse_entry
3489 int     _nc_parse_entry(
3490                 struct entry *entryp, 
3491                 int     literal, 
3492                 NCURSES_BOOL silent)
3493                 { return(*(int *)0); }
3494
3495 #undef _nc_capcmp
3496 int     _nc_capcmp(
3497                 const char *s, 
3498                 const char *t)
3499                 { return(*(int *)0); }
3500
3501 typedef struct {
3502     const char *from;
3503     const char *to;
3504 } assoc;
3505
3506 /* ./tinfo/write_entry.c */
3507
3508 #undef _nc_set_writedir
3509 void    _nc_set_writedir(
3510                 char    *dir)
3511                 { /* void */ }
3512
3513 #undef _nc_write_entry
3514 void    _nc_write_entry(
3515                 TERMTYPE *const tp)
3516                 { /* void */ }
3517
3518 #undef _nc_tic_written
3519 int     _nc_tic_written(void)
3520                 { return(*(int *)0); }
3521
3522 /* ./base/define_key.c */
3523
3524 #undef define_key
3525 int     define_key(
3526                 const char *str, 
3527                 int     keycode)
3528                 { return(*(int *)0); }
3529
3530 /* ./tinfo/hashed_db.c */
3531
3532 #undef _nc_hashed_db
3533 void    _nc_hashed_db(void)
3534                 { /* void */ }
3535
3536 /* ./base/key_defined.c */
3537
3538 #undef key_defined
3539 int     key_defined(
3540                 const char *str)
3541                 { return(*(int *)0); }
3542
3543 /* ./base/keybound.c */
3544
3545 #undef keybound
3546 char    *keybound(
3547                 int     code, 
3548                 int     count)
3549                 { return(*(char **)0); }
3550
3551 /* ./base/keyok.c */
3552
3553 #undef keyok
3554 int     keyok(
3555                 int     c, 
3556                 NCURSES_BOOL flag)
3557                 { return(*(int *)0); }
3558
3559 /* ./base/version.c */
3560
3561 #undef curses_version
3562 const char *curses_version(void)
3563                 { return(*(const char **)0); }