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