blob: 4604fdd6f49bc5d16cc7673afaee8f92a5b88427 [file] [log] [blame]
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05301/****************************************************************************
Steve Kondikae271bc2015-11-15 02:50:53 +01002 * Copyright (c) 1998-2013,2015 Free Software Foundation, Inc. *
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05303 * *
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/****************************************************************************
Steve Kondikae271bc2015-11-15 02:50:53 +010030 * Author: Thomas E. Dickey 1996-on *
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +053031 ****************************************************************************/
32/* LINTLIBRARY */
33
34/* ./tty/hardscroll.c */
35
36#include <curses.priv.h>
37
38#undef _nc_oldnums
39int *_nc_oldnums;
40
Steve Kondikae271bc2015-11-15 02:50:53 +010041#undef _nc_scroll_optimize_sp
42void _nc_scroll_optimize_sp(
43 SCREEN *sp)
44 { /* void */ }
45
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +053046#undef _nc_scroll_optimize
47void _nc_scroll_optimize(void)
48 { /* void */ }
49
Steve Kondikae271bc2015-11-15 02:50:53 +010050#undef _nc_linedump_sp
51void _nc_linedump_sp(
52 SCREEN *sp)
53 { /* void */ }
54
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +053055#undef _nc_linedump
56void _nc_linedump(void)
57 { /* void */ }
58
59/* ./tty/hashmap.c */
60
Steve Kondikae271bc2015-11-15 02:50:53 +010061#undef _nc_hash_map_sp
62void _nc_hash_map_sp(
63 SCREEN *sp)
64 { /* void */ }
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +053065
66#undef _nc_hash_map
67void _nc_hash_map(void)
68 { /* void */ }
69
Steve Kondikae271bc2015-11-15 02:50:53 +010070#undef _nc_make_oldhash_sp
71void _nc_make_oldhash_sp(
72 SCREEN *sp,
73 int i)
74 { /* void */ }
75
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +053076#undef _nc_make_oldhash
77void _nc_make_oldhash(
78 int i)
79 { /* void */ }
80
Steve Kondikae271bc2015-11-15 02:50:53 +010081#undef _nc_scroll_oldhash_sp
82void _nc_scroll_oldhash_sp(
83 SCREEN *sp,
84 int n,
85 int top,
86 int bot)
87 { /* void */ }
88
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +053089#undef _nc_scroll_oldhash
90void _nc_scroll_oldhash(
91 int n,
92 int top,
93 int bot)
94 { /* void */ }
95
96/* ./base/lib_addch.c */
97
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +053098#undef _nc_render
99chtype _nc_render(
100 WINDOW *win,
101 chtype ch)
102 { return(*(chtype *)0); }
103
104#undef _nc_waddch_nosync
105int _nc_waddch_nosync(
106 WINDOW *win,
107 const chtype c)
108 { return(*(int *)0); }
109
110#undef waddch
111int waddch(
112 WINDOW *win,
113 const chtype ch)
114 { return(*(int *)0); }
115
116#undef wechochar
117int wechochar(
118 WINDOW *win,
119 const chtype ch)
120 { return(*(int *)0); }
121
122/* ./base/lib_addstr.c */
123
124#undef waddnstr
125int waddnstr(
126 WINDOW *win,
127 const char *astr,
128 int n)
129 { return(*(int *)0); }
130
131#undef waddchnstr
132int waddchnstr(
133 WINDOW *win,
134 const chtype *astr,
135 int n)
136 { return(*(int *)0); }
137
138/* ./base/lib_beep.c */
139
Steve Kondikae271bc2015-11-15 02:50:53 +0100140#undef beep_sp
141int beep_sp(
142 SCREEN *sp)
143 { return(*(int *)0); }
144
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +0530145#undef beep
146int beep(void)
147 { return(*(int *)0); }
148
149/* ./base/lib_bkgd.c */
150
151#undef wbkgdset
152void wbkgdset(
153 WINDOW *win,
154 chtype ch)
155 { /* void */ }
156
157#undef wbkgd
158int wbkgd(
159 WINDOW *win,
160 chtype ch)
161 { return(*(int *)0); }
162
163/* ./base/lib_box.c */
164
165#undef wborder
166int wborder(
167 WINDOW *win,
168 chtype ls,
169 chtype rs,
170 chtype ts,
171 chtype bs,
172 chtype tl,
173 chtype tr,
174 chtype bl,
175 chtype br)
176 { return(*(int *)0); }
177
178/* ./base/lib_chgat.c */
179
180#undef wchgat
181int wchgat(
182 WINDOW *win,
183 int n,
184 attr_t attr,
185 short color,
186 const void *opts)
187 { return(*(int *)0); }
188
189/* ./base/lib_clear.c */
190
191#undef wclear
192int wclear(
193 WINDOW *win)
194 { return(*(int *)0); }
195
196/* ./base/lib_clearok.c */
197
198#undef clearok
199int clearok(
200 WINDOW *win,
201 NCURSES_BOOL flag)
202 { return(*(int *)0); }
203
204/* ./base/lib_clrbot.c */
205
206#undef wclrtobot
207int wclrtobot(
208 WINDOW *win)
209 { return(*(int *)0); }
210
211/* ./base/lib_clreol.c */
212
213#undef wclrtoeol
214int wclrtoeol(
215 WINDOW *win)
216 { return(*(int *)0); }
217
218/* ./base/lib_color.c */
219
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +0530220#undef COLOR_PAIRS
221int COLOR_PAIRS;
222#undef COLORS
223int COLORS;
224
Steve Kondikae271bc2015-11-15 02:50:53 +0100225#undef _nc_reset_colors_sp
226NCURSES_BOOL _nc_reset_colors_sp(
227 SCREEN *sp)
228 { return(*(NCURSES_BOOL *)0); }
229
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +0530230#undef _nc_reset_colors
231NCURSES_BOOL _nc_reset_colors(void)
232 { return(*(NCURSES_BOOL *)0); }
233
Steve Kondikae271bc2015-11-15 02:50:53 +0100234#undef start_color_sp
235int start_color_sp(
236 SCREEN *sp)
237 { return(*(int *)0); }
238
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +0530239#undef start_color
240int start_color(void)
241 { return(*(int *)0); }
242
Steve Kondikae271bc2015-11-15 02:50:53 +0100243#undef init_pair_sp
244int init_pair_sp(
245 SCREEN *sp,
246 short pair,
247 short f,
248 short b)
249 { return(*(int *)0); }
250
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +0530251#undef init_pair
252int init_pair(
253 short pair,
254 short f,
255 short b)
256 { return(*(int *)0); }
257
Steve Kondikae271bc2015-11-15 02:50:53 +0100258#undef init_color_sp
259int init_color_sp(
260 SCREEN *sp,
261 short color,
262 short r,
263 short g,
264 short b)
265 { return(*(int *)0); }
266
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +0530267#undef init_color
268int init_color(
269 short color,
270 short r,
271 short g,
272 short b)
273 { return(*(int *)0); }
274
Steve Kondikae271bc2015-11-15 02:50:53 +0100275#undef can_change_color_sp
276NCURSES_BOOL can_change_color_sp(
277 SCREEN *sp)
278 { return(*(NCURSES_BOOL *)0); }
279
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +0530280#undef can_change_color
281NCURSES_BOOL can_change_color(void)
282 { return(*(NCURSES_BOOL *)0); }
283
Steve Kondikae271bc2015-11-15 02:50:53 +0100284#undef has_colors_sp
285NCURSES_BOOL has_colors_sp(
286 SCREEN *sp)
287 { return(*(NCURSES_BOOL *)0); }
288
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +0530289#undef has_colors
290NCURSES_BOOL has_colors(void)
291 { return(*(NCURSES_BOOL *)0); }
292
Steve Kondikae271bc2015-11-15 02:50:53 +0100293#undef color_content_sp
294int color_content_sp(
295 SCREEN *sp,
296 short color,
297 short *r,
298 short *g,
299 short *b)
300 { return(*(int *)0); }
301
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +0530302#undef color_content
303int color_content(
304 short color,
305 short *r,
306 short *g,
307 short *b)
308 { return(*(int *)0); }
309
Steve Kondikae271bc2015-11-15 02:50:53 +0100310#undef pair_content_sp
311int pair_content_sp(
312 SCREEN *sp,
313 short pair,
314 short *f,
315 short *b)
316 { return(*(int *)0); }
317
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +0530318#undef pair_content
319int pair_content(
320 short pair,
321 short *f,
322 short *b)
323 { return(*(int *)0); }
324
Steve Kondikae271bc2015-11-15 02:50:53 +0100325#undef _nc_do_color_sp
326void _nc_do_color_sp(
327 SCREEN *sp,
328 int old_pair,
329 int pair,
330 int reverse,
331 NCURSES_OUTC_sp outc)
332 { /* void */ }
333
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +0530334#undef _nc_do_color
335void _nc_do_color(
Steve Kondikae271bc2015-11-15 02:50:53 +0100336 int old_pair,
337 int pair,
338 int reverse,
339 NCURSES_OUTC outc)
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +0530340 { /* void */ }
341
342/* ./base/lib_colorset.c */
343
344#undef wcolor_set
345int wcolor_set(
346 WINDOW *win,
347 short color_pair_number,
348 void *opts)
349 { return(*(int *)0); }
350
351/* ./base/lib_delch.c */
352
353#undef wdelch
354int wdelch(
355 WINDOW *win)
356 { return(*(int *)0); }
357
358/* ./base/lib_delwin.c */
359
360#undef delwin
361int delwin(
362 WINDOW *win)
363 { return(*(int *)0); }
364
365/* ./base/lib_echo.c */
366
Steve Kondikae271bc2015-11-15 02:50:53 +0100367#undef echo_sp
368int echo_sp(
369 SCREEN *sp)
370 { return(*(int *)0); }
371
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +0530372#undef echo
373int echo(void)
374 { return(*(int *)0); }
375
Steve Kondikae271bc2015-11-15 02:50:53 +0100376#undef noecho_sp
377int noecho_sp(
378 SCREEN *sp)
379 { return(*(int *)0); }
380
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +0530381#undef noecho
382int noecho(void)
383 { return(*(int *)0); }
384
385/* ./base/lib_endwin.c */
386
Steve Kondikae271bc2015-11-15 02:50:53 +0100387#undef endwin_sp
388int endwin_sp(
389 SCREEN *sp)
390 { return(*(int *)0); }
391
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +0530392#undef endwin
393int endwin(void)
394 { return(*(int *)0); }
395
396/* ./base/lib_erase.c */
397
398#undef werase
399int werase(
400 WINDOW *win)
401 { return(*(int *)0); }
402
403/* ./base/lib_flash.c */
404
Steve Kondikae271bc2015-11-15 02:50:53 +0100405#undef flash_sp
406int flash_sp(
407 SCREEN *sp)
408 { return(*(int *)0); }
409
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +0530410#undef flash
411int flash(void)
412 { return(*(int *)0); }
413
414/* ./lib_gen.c */
415
416#undef addch
Steve Kondikae271bc2015-11-15 02:50:53 +0100417int (addch)(
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +0530418 const chtype z)
419 { return(*(int *)0); }
420
421#undef addchnstr
Steve Kondikae271bc2015-11-15 02:50:53 +0100422int (addchnstr)(
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +0530423 const chtype *a1,
424 int z)
425 { return(*(int *)0); }
426
427#undef addchstr
Steve Kondikae271bc2015-11-15 02:50:53 +0100428int (addchstr)(
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +0530429 const chtype *z)
430 { return(*(int *)0); }
431
432#undef addnstr
Steve Kondikae271bc2015-11-15 02:50:53 +0100433int (addnstr)(
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +0530434 const char *a1,
435 int z)
436 { return(*(int *)0); }
437
438#undef addstr
Steve Kondikae271bc2015-11-15 02:50:53 +0100439int (addstr)(
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +0530440 const char *z)
441 { return(*(int *)0); }
442
443#undef attroff
Steve Kondikae271bc2015-11-15 02:50:53 +0100444int (attroff)(
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +0530445 NCURSES_ATTR_T z)
446 { return(*(int *)0); }
447
448#undef attron
Steve Kondikae271bc2015-11-15 02:50:53 +0100449int (attron)(
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +0530450 NCURSES_ATTR_T z)
451 { return(*(int *)0); }
452
453#undef attrset
Steve Kondikae271bc2015-11-15 02:50:53 +0100454int (attrset)(
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +0530455 NCURSES_ATTR_T z)
456 { return(*(int *)0); }
457
458#undef attr_get
Steve Kondikae271bc2015-11-15 02:50:53 +0100459int (attr_get)(
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +0530460 attr_t *a1,
461 short *a2,
462 void *z)
463 { return(*(int *)0); }
464
465#undef attr_off
Steve Kondikae271bc2015-11-15 02:50:53 +0100466int (attr_off)(
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +0530467 attr_t a1,
468 void *z)
469 { return(*(int *)0); }
470
471#undef attr_on
Steve Kondikae271bc2015-11-15 02:50:53 +0100472int (attr_on)(
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +0530473 attr_t a1,
474 void *z)
475 { return(*(int *)0); }
476
477#undef attr_set
Steve Kondikae271bc2015-11-15 02:50:53 +0100478int (attr_set)(
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +0530479 attr_t a1,
480 short a2,
481 void *z)
482 { return(*(int *)0); }
483
484#undef bkgd
Steve Kondikae271bc2015-11-15 02:50:53 +0100485int (bkgd)(
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +0530486 chtype z)
487 { return(*(int *)0); }
488
489#undef bkgdset
Steve Kondikae271bc2015-11-15 02:50:53 +0100490void (bkgdset)(
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +0530491 chtype z)
492 { /* void */ }
493
494#undef border
Steve Kondikae271bc2015-11-15 02:50:53 +0100495int (border)(
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +0530496 chtype a1,
497 chtype a2,
498 chtype a3,
499 chtype a4,
500 chtype a5,
501 chtype a6,
502 chtype a7,
503 chtype z)
504 { return(*(int *)0); }
505
506#undef box
Steve Kondikae271bc2015-11-15 02:50:53 +0100507int (box)(
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +0530508 WINDOW *a1,
509 chtype a2,
510 chtype z)
511 { return(*(int *)0); }
512
513#undef chgat
Steve Kondikae271bc2015-11-15 02:50:53 +0100514int (chgat)(
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +0530515 int a1,
516 attr_t a2,
517 short a3,
518 const void *z)
519 { return(*(int *)0); }
520
521#undef clear
Steve Kondikae271bc2015-11-15 02:50:53 +0100522int (clear)(void)
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +0530523 { return(*(int *)0); }
524
525#undef clrtobot
Steve Kondikae271bc2015-11-15 02:50:53 +0100526int (clrtobot)(void)
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +0530527 { return(*(int *)0); }
528
529#undef clrtoeol
Steve Kondikae271bc2015-11-15 02:50:53 +0100530int (clrtoeol)(void)
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +0530531 { return(*(int *)0); }
532
533#undef color_set
Steve Kondikae271bc2015-11-15 02:50:53 +0100534int (color_set)(
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +0530535 short a1,
536 void *z)
537 { return(*(int *)0); }
538
539#undef COLOR_PAIR
Steve Kondikae271bc2015-11-15 02:50:53 +0100540int (COLOR_PAIR)(
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +0530541 int z)
542 { return(*(int *)0); }
543
544#undef delch
Steve Kondikae271bc2015-11-15 02:50:53 +0100545int (delch)(void)
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +0530546 { return(*(int *)0); }
547
548#undef deleteln
Steve Kondikae271bc2015-11-15 02:50:53 +0100549int (deleteln)(void)
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +0530550 { return(*(int *)0); }
551
552#undef echochar
Steve Kondikae271bc2015-11-15 02:50:53 +0100553int (echochar)(
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +0530554 const chtype z)
555 { return(*(int *)0); }
556
557#undef erase
Steve Kondikae271bc2015-11-15 02:50:53 +0100558int (erase)(void)
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +0530559 { return(*(int *)0); }
560
561#undef getbkgd
Steve Kondikae271bc2015-11-15 02:50:53 +0100562chtype (getbkgd)(
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +0530563 WINDOW *z)
564 { return(*(chtype *)0); }
565
566#undef getch
Steve Kondikae271bc2015-11-15 02:50:53 +0100567int (getch)(void)
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +0530568 { return(*(int *)0); }
569
570#undef getnstr
Steve Kondikae271bc2015-11-15 02:50:53 +0100571int (getnstr)(
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +0530572 char *a1,
573 int z)
574 { return(*(int *)0); }
575
576#undef getstr
Steve Kondikae271bc2015-11-15 02:50:53 +0100577int (getstr)(
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +0530578 char *z)
579 { return(*(int *)0); }
580
581#undef hline
Steve Kondikae271bc2015-11-15 02:50:53 +0100582int (hline)(
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +0530583 chtype a1,
584 int z)
585 { return(*(int *)0); }
586
587#undef inch
Steve Kondikae271bc2015-11-15 02:50:53 +0100588chtype (inch)(void)
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +0530589 { return(*(chtype *)0); }
590
591#undef inchnstr
Steve Kondikae271bc2015-11-15 02:50:53 +0100592int (inchnstr)(
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +0530593 chtype *a1,
594 int z)
595 { return(*(int *)0); }
596
597#undef inchstr
Steve Kondikae271bc2015-11-15 02:50:53 +0100598int (inchstr)(
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +0530599 chtype *z)
600 { return(*(int *)0); }
601
602#undef innstr
Steve Kondikae271bc2015-11-15 02:50:53 +0100603int (innstr)(
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +0530604 char *a1,
605 int z)
606 { return(*(int *)0); }
607
608#undef insch
Steve Kondikae271bc2015-11-15 02:50:53 +0100609int (insch)(
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +0530610 chtype z)
611 { return(*(int *)0); }
612
613#undef insdelln
Steve Kondikae271bc2015-11-15 02:50:53 +0100614int (insdelln)(
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +0530615 int z)
616 { return(*(int *)0); }
617
618#undef insertln
Steve Kondikae271bc2015-11-15 02:50:53 +0100619int (insertln)(void)
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +0530620 { return(*(int *)0); }
621
622#undef insnstr
Steve Kondikae271bc2015-11-15 02:50:53 +0100623int (insnstr)(
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +0530624 const char *a1,
625 int z)
626 { return(*(int *)0); }
627
628#undef insstr
Steve Kondikae271bc2015-11-15 02:50:53 +0100629int (insstr)(
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +0530630 const char *z)
631 { return(*(int *)0); }
632
633#undef instr
Steve Kondikae271bc2015-11-15 02:50:53 +0100634int (instr)(
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +0530635 char *z)
636 { return(*(int *)0); }
637
638#undef move
Steve Kondikae271bc2015-11-15 02:50:53 +0100639int (move)(
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +0530640 int a1,
641 int z)
642 { return(*(int *)0); }
643
644#undef mvaddch
Steve Kondikae271bc2015-11-15 02:50:53 +0100645int (mvaddch)(
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +0530646 int a1,
647 int a2,
648 const chtype z)
649 { return(*(int *)0); }
650
651#undef mvaddchnstr
Steve Kondikae271bc2015-11-15 02:50:53 +0100652int (mvaddchnstr)(
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +0530653 int a1,
654 int a2,
655 const chtype *a3,
656 int z)
657 { return(*(int *)0); }
658
659#undef mvaddchstr
Steve Kondikae271bc2015-11-15 02:50:53 +0100660int (mvaddchstr)(
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +0530661 int a1,
662 int a2,
663 const chtype *z)
664 { return(*(int *)0); }
665
666#undef mvaddnstr
Steve Kondikae271bc2015-11-15 02:50:53 +0100667int (mvaddnstr)(
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +0530668 int a1,
669 int a2,
670 const char *a3,
671 int z)
672 { return(*(int *)0); }
673
674#undef mvaddstr
Steve Kondikae271bc2015-11-15 02:50:53 +0100675int (mvaddstr)(
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +0530676 int a1,
677 int a2,
678 const char *z)
679 { return(*(int *)0); }
680
681#undef mvchgat
Steve Kondikae271bc2015-11-15 02:50:53 +0100682int (mvchgat)(
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +0530683 int a1,
684 int a2,
685 int a3,
686 attr_t a4,
687 short a5,
688 const void *z)
689 { return(*(int *)0); }
690
691#undef mvdelch
Steve Kondikae271bc2015-11-15 02:50:53 +0100692int (mvdelch)(
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +0530693 int a1,
694 int z)
695 { return(*(int *)0); }
696
697#undef mvgetch
Steve Kondikae271bc2015-11-15 02:50:53 +0100698int (mvgetch)(
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +0530699 int a1,
700 int z)
701 { return(*(int *)0); }
702
703#undef mvgetnstr
Steve Kondikae271bc2015-11-15 02:50:53 +0100704int (mvgetnstr)(
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +0530705 int a1,
706 int a2,
707 char *a3,
708 int z)
709 { return(*(int *)0); }
710
711#undef mvgetstr
Steve Kondikae271bc2015-11-15 02:50:53 +0100712int (mvgetstr)(
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +0530713 int a1,
714 int a2,
715 char *z)
716 { return(*(int *)0); }
717
718#undef mvhline
Steve Kondikae271bc2015-11-15 02:50:53 +0100719int (mvhline)(
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +0530720 int a1,
721 int a2,
722 chtype a3,
723 int z)
724 { return(*(int *)0); }
725
726#undef mvinch
Steve Kondikae271bc2015-11-15 02:50:53 +0100727chtype (mvinch)(
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +0530728 int a1,
729 int z)
730 { return(*(chtype *)0); }
731
732#undef mvinchnstr
Steve Kondikae271bc2015-11-15 02:50:53 +0100733int (mvinchnstr)(
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +0530734 int a1,
735 int a2,
736 chtype *a3,
737 int z)
738 { return(*(int *)0); }
739
740#undef mvinchstr
Steve Kondikae271bc2015-11-15 02:50:53 +0100741int (mvinchstr)(
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +0530742 int a1,
743 int a2,
744 chtype *z)
745 { return(*(int *)0); }
746
747#undef mvinnstr
Steve Kondikae271bc2015-11-15 02:50:53 +0100748int (mvinnstr)(
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +0530749 int a1,
750 int a2,
751 char *a3,
752 int z)
753 { return(*(int *)0); }
754
755#undef mvinsch
Steve Kondikae271bc2015-11-15 02:50:53 +0100756int (mvinsch)(
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +0530757 int a1,
758 int a2,
759 chtype z)
760 { return(*(int *)0); }
761
762#undef mvinsnstr
Steve Kondikae271bc2015-11-15 02:50:53 +0100763int (mvinsnstr)(
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +0530764 int a1,
765 int a2,
766 const char *a3,
767 int z)
768 { return(*(int *)0); }
769
770#undef mvinsstr
Steve Kondikae271bc2015-11-15 02:50:53 +0100771int (mvinsstr)(
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +0530772 int a1,
773 int a2,
774 const char *z)
775 { return(*(int *)0); }
776
777#undef mvinstr
Steve Kondikae271bc2015-11-15 02:50:53 +0100778int (mvinstr)(
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +0530779 int a1,
780 int a2,
781 char *z)
782 { return(*(int *)0); }
783
784#undef mvvline
Steve Kondikae271bc2015-11-15 02:50:53 +0100785int (mvvline)(
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +0530786 int a1,
787 int a2,
788 chtype a3,
789 int z)
790 { return(*(int *)0); }
791
792#undef mvwaddch
Steve Kondikae271bc2015-11-15 02:50:53 +0100793int (mvwaddch)(
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +0530794 WINDOW *a1,
795 int a2,
796 int a3,
797 const chtype z)
798 { return(*(int *)0); }
799
800#undef mvwaddchnstr
Steve Kondikae271bc2015-11-15 02:50:53 +0100801int (mvwaddchnstr)(
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +0530802 WINDOW *a1,
803 int a2,
804 int a3,
805 const chtype *a4,
806 int z)
807 { return(*(int *)0); }
808
809#undef mvwaddchstr
Steve Kondikae271bc2015-11-15 02:50:53 +0100810int (mvwaddchstr)(
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +0530811 WINDOW *a1,
812 int a2,
813 int a3,
814 const chtype *z)
815 { return(*(int *)0); }
816
817#undef mvwaddnstr
Steve Kondikae271bc2015-11-15 02:50:53 +0100818int (mvwaddnstr)(
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +0530819 WINDOW *a1,
820 int a2,
821 int a3,
822 const char *a4,
823 int z)
824 { return(*(int *)0); }
825
826#undef mvwaddstr
Steve Kondikae271bc2015-11-15 02:50:53 +0100827int (mvwaddstr)(
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +0530828 WINDOW *a1,
829 int a2,
830 int a3,
831 const char *z)
832 { return(*(int *)0); }
833
834#undef mvwchgat
Steve Kondikae271bc2015-11-15 02:50:53 +0100835int (mvwchgat)(
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +0530836 WINDOW *a1,
837 int a2,
838 int a3,
839 int a4,
840 attr_t a5,
841 short a6,
842 const void *z)
843 { return(*(int *)0); }
844
845#undef mvwdelch
Steve Kondikae271bc2015-11-15 02:50:53 +0100846int (mvwdelch)(
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +0530847 WINDOW *a1,
848 int a2,
849 int z)
850 { return(*(int *)0); }
851
852#undef mvwgetch
Steve Kondikae271bc2015-11-15 02:50:53 +0100853int (mvwgetch)(
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +0530854 WINDOW *a1,
855 int a2,
856 int z)
857 { return(*(int *)0); }
858
859#undef mvwgetnstr
Steve Kondikae271bc2015-11-15 02:50:53 +0100860int (mvwgetnstr)(
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +0530861 WINDOW *a1,
862 int a2,
863 int a3,
864 char *a4,
865 int z)
866 { return(*(int *)0); }
867
868#undef mvwgetstr
Steve Kondikae271bc2015-11-15 02:50:53 +0100869int (mvwgetstr)(
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +0530870 WINDOW *a1,
871 int a2,
872 int a3,
873 char *z)
874 { return(*(int *)0); }
875
876#undef mvwhline
Steve Kondikae271bc2015-11-15 02:50:53 +0100877int (mvwhline)(
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +0530878 WINDOW *a1,
879 int a2,
880 int a3,
881 chtype a4,
882 int z)
883 { return(*(int *)0); }
884
885#undef mvwinch
Steve Kondikae271bc2015-11-15 02:50:53 +0100886chtype (mvwinch)(
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +0530887 WINDOW *a1,
888 int a2,
889 int z)
890 { return(*(chtype *)0); }
891
892#undef mvwinchnstr
Steve Kondikae271bc2015-11-15 02:50:53 +0100893int (mvwinchnstr)(
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +0530894 WINDOW *a1,
895 int a2,
896 int a3,
897 chtype *a4,
898 int z)
899 { return(*(int *)0); }
900
901#undef mvwinchstr
Steve Kondikae271bc2015-11-15 02:50:53 +0100902int (mvwinchstr)(
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +0530903 WINDOW *a1,
904 int a2,
905 int a3,
906 chtype *z)
907 { return(*(int *)0); }
908
909#undef mvwinnstr
Steve Kondikae271bc2015-11-15 02:50:53 +0100910int (mvwinnstr)(
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +0530911 WINDOW *a1,
912 int a2,
913 int a3,
914 char *a4,
915 int z)
916 { return(*(int *)0); }
917
918#undef mvwinsch
Steve Kondikae271bc2015-11-15 02:50:53 +0100919int (mvwinsch)(
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +0530920 WINDOW *a1,
921 int a2,
922 int a3,
923 chtype z)
924 { return(*(int *)0); }
925
926#undef mvwinsnstr
Steve Kondikae271bc2015-11-15 02:50:53 +0100927int (mvwinsnstr)(
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +0530928 WINDOW *a1,
929 int a2,
930 int a3,
931 const char *a4,
932 int z)
933 { return(*(int *)0); }
934
935#undef mvwinsstr
Steve Kondikae271bc2015-11-15 02:50:53 +0100936int (mvwinsstr)(
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +0530937 WINDOW *a1,
938 int a2,
939 int a3,
940 const char *z)
941 { return(*(int *)0); }
942
943#undef mvwinstr
Steve Kondikae271bc2015-11-15 02:50:53 +0100944int (mvwinstr)(
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +0530945 WINDOW *a1,
946 int a2,
947 int a3,
948 char *z)
949 { return(*(int *)0); }
950
951#undef mvwvline
Steve Kondikae271bc2015-11-15 02:50:53 +0100952int (mvwvline)(
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +0530953 WINDOW *a1,
954 int a2,
955 int a3,
956 chtype a4,
957 int z)
958 { return(*(int *)0); }
959
960#undef PAIR_NUMBER
Steve Kondikae271bc2015-11-15 02:50:53 +0100961int (PAIR_NUMBER)(
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +0530962 int z)
963 { return(*(int *)0); }
964
965#undef redrawwin
Steve Kondikae271bc2015-11-15 02:50:53 +0100966int (redrawwin)(
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +0530967 WINDOW *z)
968 { return(*(int *)0); }
969
970#undef refresh
Steve Kondikae271bc2015-11-15 02:50:53 +0100971int (refresh)(void)
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +0530972 { return(*(int *)0); }
973
974#undef scrl
Steve Kondikae271bc2015-11-15 02:50:53 +0100975int (scrl)(
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +0530976 int z)
977 { return(*(int *)0); }
978
979#undef scroll
Steve Kondikae271bc2015-11-15 02:50:53 +0100980int (scroll)(
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +0530981 WINDOW *z)
982 { return(*(int *)0); }
983
984#undef setscrreg
Steve Kondikae271bc2015-11-15 02:50:53 +0100985int (setscrreg)(
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +0530986 int a1,
987 int z)
988 { return(*(int *)0); }
989
990#undef standout
Steve Kondikae271bc2015-11-15 02:50:53 +0100991int (standout)(void)
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +0530992 { return(*(int *)0); }
993
994#undef standend
Steve Kondikae271bc2015-11-15 02:50:53 +0100995int (standend)(void)
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +0530996 { return(*(int *)0); }
997
998#undef timeout
Steve Kondikae271bc2015-11-15 02:50:53 +0100999void (timeout)(
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05301000 int z)
1001 { /* void */ }
1002
1003#undef touchline
Steve Kondikae271bc2015-11-15 02:50:53 +01001004int (touchline)(
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05301005 WINDOW *a1,
1006 int a2,
1007 int z)
1008 { return(*(int *)0); }
1009
1010#undef touchwin
Steve Kondikae271bc2015-11-15 02:50:53 +01001011int (touchwin)(
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05301012 WINDOW *z)
1013 { return(*(int *)0); }
1014
1015#undef untouchwin
Steve Kondikae271bc2015-11-15 02:50:53 +01001016int (untouchwin)(
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05301017 WINDOW *z)
1018 { return(*(int *)0); }
1019
1020#undef vline
Steve Kondikae271bc2015-11-15 02:50:53 +01001021int (vline)(
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05301022 chtype a1,
1023 int z)
1024 { return(*(int *)0); }
1025
1026#undef vw_printw
Steve Kondikae271bc2015-11-15 02:50:53 +01001027int (vw_printw)(
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05301028 WINDOW *a1,
1029 const char *a2,
1030 va_list z)
1031 { return(*(int *)0); }
1032
1033#undef vw_scanw
Steve Kondikae271bc2015-11-15 02:50:53 +01001034int (vw_scanw)(
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05301035 WINDOW *a1,
Steve Kondikae271bc2015-11-15 02:50:53 +01001036 const char *a2,
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05301037 va_list z)
1038 { return(*(int *)0); }
1039
1040#undef waddchstr
Steve Kondikae271bc2015-11-15 02:50:53 +01001041int (waddchstr)(
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05301042 WINDOW *a1,
1043 const chtype *z)
1044 { return(*(int *)0); }
1045
1046#undef waddstr
Steve Kondikae271bc2015-11-15 02:50:53 +01001047int (waddstr)(
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05301048 WINDOW *a1,
1049 const char *z)
1050 { return(*(int *)0); }
1051
1052#undef wattron
Steve Kondikae271bc2015-11-15 02:50:53 +01001053int (wattron)(
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05301054 WINDOW *a1,
1055 int z)
1056 { return(*(int *)0); }
1057
1058#undef wattroff
Steve Kondikae271bc2015-11-15 02:50:53 +01001059int (wattroff)(
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05301060 WINDOW *a1,
1061 int z)
1062 { return(*(int *)0); }
1063
1064#undef wattrset
Steve Kondikae271bc2015-11-15 02:50:53 +01001065int (wattrset)(
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05301066 WINDOW *a1,
1067 int z)
1068 { return(*(int *)0); }
1069
1070#undef wattr_get
Steve Kondikae271bc2015-11-15 02:50:53 +01001071int (wattr_get)(
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05301072 WINDOW *a1,
1073 attr_t *a2,
1074 short *a3,
1075 void *z)
1076 { return(*(int *)0); }
1077
1078#undef wattr_set
Steve Kondikae271bc2015-11-15 02:50:53 +01001079int (wattr_set)(
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05301080 WINDOW *a1,
1081 attr_t a2,
1082 short a3,
1083 void *z)
1084 { return(*(int *)0); }
1085
1086#undef wdeleteln
Steve Kondikae271bc2015-11-15 02:50:53 +01001087int (wdeleteln)(
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05301088 WINDOW *z)
1089 { return(*(int *)0); }
1090
1091#undef wgetstr
Steve Kondikae271bc2015-11-15 02:50:53 +01001092int (wgetstr)(
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05301093 WINDOW *a1,
1094 char *z)
1095 { return(*(int *)0); }
1096
1097#undef winchstr
Steve Kondikae271bc2015-11-15 02:50:53 +01001098int (winchstr)(
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05301099 WINDOW *a1,
1100 chtype *z)
1101 { return(*(int *)0); }
1102
1103#undef winsertln
Steve Kondikae271bc2015-11-15 02:50:53 +01001104int (winsertln)(
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05301105 WINDOW *z)
1106 { return(*(int *)0); }
1107
1108#undef winsstr
Steve Kondikae271bc2015-11-15 02:50:53 +01001109int (winsstr)(
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05301110 WINDOW *a1,
1111 const char *z)
1112 { return(*(int *)0); }
1113
1114#undef winstr
Steve Kondikae271bc2015-11-15 02:50:53 +01001115int (winstr)(
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05301116 WINDOW *a1,
1117 char *z)
1118 { return(*(int *)0); }
1119
1120#undef wstandout
Steve Kondikae271bc2015-11-15 02:50:53 +01001121int (wstandout)(
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05301122 WINDOW *z)
1123 { return(*(int *)0); }
1124
1125#undef wstandend
Steve Kondikae271bc2015-11-15 02:50:53 +01001126int (wstandend)(
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05301127 WINDOW *z)
1128 { return(*(int *)0); }
1129
1130#undef getattrs
Steve Kondikae271bc2015-11-15 02:50:53 +01001131int (getattrs)(
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05301132 const WINDOW *z)
1133 { return(*(int *)0); }
1134
1135#undef getcurx
Steve Kondikae271bc2015-11-15 02:50:53 +01001136int (getcurx)(
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05301137 const WINDOW *z)
1138 { return(*(int *)0); }
1139
1140#undef getcury
Steve Kondikae271bc2015-11-15 02:50:53 +01001141int (getcury)(
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05301142 const WINDOW *z)
1143 { return(*(int *)0); }
1144
1145#undef getbegx
Steve Kondikae271bc2015-11-15 02:50:53 +01001146int (getbegx)(
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05301147 const WINDOW *z)
1148 { return(*(int *)0); }
1149
1150#undef getbegy
Steve Kondikae271bc2015-11-15 02:50:53 +01001151int (getbegy)(
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05301152 const WINDOW *z)
1153 { return(*(int *)0); }
1154
1155#undef getmaxx
Steve Kondikae271bc2015-11-15 02:50:53 +01001156int (getmaxx)(
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05301157 const WINDOW *z)
1158 { return(*(int *)0); }
1159
1160#undef getmaxy
Steve Kondikae271bc2015-11-15 02:50:53 +01001161int (getmaxy)(
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05301162 const WINDOW *z)
1163 { return(*(int *)0); }
1164
1165#undef getparx
Steve Kondikae271bc2015-11-15 02:50:53 +01001166int (getparx)(
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05301167 const WINDOW *z)
1168 { return(*(int *)0); }
1169
1170#undef getpary
Steve Kondikae271bc2015-11-15 02:50:53 +01001171int (getpary)(
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05301172 const WINDOW *z)
1173 { return(*(int *)0); }
1174
1175#undef wgetparent
Steve Kondikae271bc2015-11-15 02:50:53 +01001176WINDOW *(wgetparent)(
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05301177 const WINDOW *z)
1178 { return(*(WINDOW **)0); }
1179
1180#undef is_cleared
Steve Kondikae271bc2015-11-15 02:50:53 +01001181NCURSES_BOOL (is_cleared)(
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05301182 const WINDOW *z)
1183 { return(*(NCURSES_BOOL *)0); }
1184
1185#undef is_idcok
Steve Kondikae271bc2015-11-15 02:50:53 +01001186NCURSES_BOOL (is_idcok)(
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05301187 const WINDOW *z)
1188 { return(*(NCURSES_BOOL *)0); }
1189
1190#undef is_idlok
Steve Kondikae271bc2015-11-15 02:50:53 +01001191NCURSES_BOOL (is_idlok)(
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05301192 const WINDOW *z)
1193 { return(*(NCURSES_BOOL *)0); }
1194
1195#undef is_immedok
Steve Kondikae271bc2015-11-15 02:50:53 +01001196NCURSES_BOOL (is_immedok)(
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05301197 const WINDOW *z)
1198 { return(*(NCURSES_BOOL *)0); }
1199
1200#undef is_keypad
Steve Kondikae271bc2015-11-15 02:50:53 +01001201NCURSES_BOOL (is_keypad)(
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05301202 const WINDOW *z)
1203 { return(*(NCURSES_BOOL *)0); }
1204
1205#undef is_leaveok
Steve Kondikae271bc2015-11-15 02:50:53 +01001206NCURSES_BOOL (is_leaveok)(
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05301207 const WINDOW *z)
1208 { return(*(NCURSES_BOOL *)0); }
1209
1210#undef is_nodelay
Steve Kondikae271bc2015-11-15 02:50:53 +01001211NCURSES_BOOL (is_nodelay)(
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05301212 const WINDOW *z)
1213 { return(*(NCURSES_BOOL *)0); }
1214
1215#undef is_notimeout
Steve Kondikae271bc2015-11-15 02:50:53 +01001216NCURSES_BOOL (is_notimeout)(
1217 const WINDOW *z)
1218 { return(*(NCURSES_BOOL *)0); }
1219
1220#undef is_pad
1221NCURSES_BOOL (is_pad)(
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05301222 const WINDOW *z)
1223 { return(*(NCURSES_BOOL *)0); }
1224
1225#undef is_scrollok
Steve Kondikae271bc2015-11-15 02:50:53 +01001226NCURSES_BOOL (is_scrollok)(
1227 const WINDOW *z)
1228 { return(*(NCURSES_BOOL *)0); }
1229
1230#undef is_subwin
1231NCURSES_BOOL (is_subwin)(
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05301232 const WINDOW *z)
1233 { return(*(NCURSES_BOOL *)0); }
1234
1235#undef is_syncok
Steve Kondikae271bc2015-11-15 02:50:53 +01001236NCURSES_BOOL (is_syncok)(
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05301237 const WINDOW *z)
1238 { return(*(NCURSES_BOOL *)0); }
1239
Steve Kondikae271bc2015-11-15 02:50:53 +01001240#undef wgetdelay
1241int (wgetdelay)(
1242 const WINDOW *z)
1243 { return(*(int *)0); }
1244
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05301245#undef wgetscrreg
Steve Kondikae271bc2015-11-15 02:50:53 +01001246int (wgetscrreg)(
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05301247 const WINDOW *a1,
1248 int *a2,
1249 int *z)
1250 { return(*(int *)0); }
1251
1252#undef mouse_trafo
Steve Kondikae271bc2015-11-15 02:50:53 +01001253NCURSES_BOOL (mouse_trafo)(
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05301254 int *a1,
1255 int *a2,
1256 NCURSES_BOOL z)
1257 { return(*(NCURSES_BOOL *)0); }
1258
1259/* ./base/lib_getch.c */
1260
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05301261#undef ESCDELAY
1262int ESCDELAY;
1263
Steve Kondikae271bc2015-11-15 02:50:53 +01001264#undef set_escdelay_sp
1265int set_escdelay_sp(
1266 SCREEN *sp,
1267 int value)
1268 { return(*(int *)0); }
1269
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05301270#undef set_escdelay
1271int set_escdelay(
1272 int value)
1273 { return(*(int *)0); }
1274
Steve Kondikae271bc2015-11-15 02:50:53 +01001275#undef get_escdelay_sp
1276int get_escdelay_sp(
1277 SCREEN *sp)
1278 { return(*(int *)0); }
1279
1280#undef get_escdelay
1281int get_escdelay(void)
1282 { return(*(int *)0); }
1283
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05301284#undef _nc_wgetch
1285int _nc_wgetch(
1286 WINDOW *win,
Steve Kondikae271bc2015-11-15 02:50:53 +01001287 int *result,
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05301288 int use_meta)
1289 { return(*(int *)0); }
1290
1291#undef wgetch
1292int wgetch(
1293 WINDOW *win)
1294 { return(*(int *)0); }
1295
1296/* ./base/lib_getstr.c */
1297
1298#undef wgetnstr
1299int wgetnstr(
1300 WINDOW *win,
1301 char *str,
1302 int maxlen)
1303 { return(*(int *)0); }
1304
1305/* ./base/lib_hline.c */
1306
1307#undef whline
1308int whline(
1309 WINDOW *win,
1310 chtype ch,
1311 int n)
1312 { return(*(int *)0); }
1313
1314/* ./base/lib_immedok.c */
1315
1316#undef immedok
1317void immedok(
1318 WINDOW *win,
1319 NCURSES_BOOL flag)
1320 { /* void */ }
1321
1322/* ./base/lib_inchstr.c */
1323
1324#undef winchnstr
1325int winchnstr(
1326 WINDOW *win,
1327 chtype *str,
1328 int n)
1329 { return(*(int *)0); }
1330
1331/* ./base/lib_initscr.c */
1332
1333#undef initscr
1334WINDOW *initscr(void)
1335 { return(*(WINDOW **)0); }
1336
1337/* ./base/lib_insch.c */
1338
1339#undef _nc_insert_ch
1340int _nc_insert_ch(
Steve Kondikae271bc2015-11-15 02:50:53 +01001341 SCREEN *sp,
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05301342 WINDOW *win,
1343 chtype ch)
1344 { return(*(int *)0); }
1345
1346#undef winsch
1347int winsch(
1348 WINDOW *win,
1349 chtype c)
1350 { return(*(int *)0); }
1351
1352/* ./base/lib_insdel.c */
1353
1354#undef winsdelln
1355int winsdelln(
1356 WINDOW *win,
1357 int n)
1358 { return(*(int *)0); }
1359
1360/* ./base/lib_insnstr.c */
1361
1362#undef winsnstr
1363int winsnstr(
1364 WINDOW *win,
1365 const char *s,
1366 int n)
1367 { return(*(int *)0); }
1368
1369/* ./base/lib_instr.c */
1370
1371#undef winnstr
1372int winnstr(
1373 WINDOW *win,
1374 char *str,
1375 int n)
1376 { return(*(int *)0); }
1377
1378/* ./base/lib_isendwin.c */
1379
Steve Kondikae271bc2015-11-15 02:50:53 +01001380#undef isendwin_sp
1381NCURSES_BOOL isendwin_sp(
1382 SCREEN *sp)
1383 { return(*(NCURSES_BOOL *)0); }
1384
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05301385#undef isendwin
1386NCURSES_BOOL isendwin(void)
1387 { return(*(NCURSES_BOOL *)0); }
1388
1389/* ./base/lib_leaveok.c */
1390
1391#undef leaveok
1392int leaveok(
1393 WINDOW *win,
1394 NCURSES_BOOL flag)
1395 { return(*(int *)0); }
1396
1397/* ./base/lib_mouse.c */
1398
Steve Kondikae271bc2015-11-15 02:50:53 +01001399#undef getmouse_sp
1400int getmouse_sp(
1401 SCREEN *sp,
1402 MEVENT *aevent)
1403 { return(*(int *)0); }
1404
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05301405#undef getmouse
1406int getmouse(
1407 MEVENT *aevent)
1408 { return(*(int *)0); }
1409
Steve Kondikae271bc2015-11-15 02:50:53 +01001410#undef ungetmouse_sp
1411int ungetmouse_sp(
1412 SCREEN *sp,
1413 MEVENT *aevent)
1414 { return(*(int *)0); }
1415
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05301416#undef ungetmouse
1417int ungetmouse(
1418 MEVENT *aevent)
1419 { return(*(int *)0); }
1420
Steve Kondikae271bc2015-11-15 02:50:53 +01001421#undef mousemask_sp
1422mmask_t mousemask_sp(
1423 SCREEN *sp,
1424 mmask_t newmask,
1425 mmask_t *oldmask)
1426 { return(*(mmask_t *)0); }
1427
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05301428#undef mousemask
1429mmask_t mousemask(
1430 mmask_t newmask,
1431 mmask_t *oldmask)
1432 { return(*(mmask_t *)0); }
1433
1434#undef wenclose
1435NCURSES_BOOL wenclose(
1436 const WINDOW *win,
1437 int y,
1438 int x)
1439 { return(*(NCURSES_BOOL *)0); }
1440
Steve Kondikae271bc2015-11-15 02:50:53 +01001441#undef mouseinterval_sp
1442int mouseinterval_sp(
1443 SCREEN *sp,
1444 int maxclick)
1445 { return(*(int *)0); }
1446
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05301447#undef mouseinterval
1448int mouseinterval(
1449 int maxclick)
1450 { return(*(int *)0); }
1451
1452#undef _nc_has_mouse
Steve Kondikae271bc2015-11-15 02:50:53 +01001453NCURSES_BOOL _nc_has_mouse(
1454 SCREEN *sp)
1455 { return(*(NCURSES_BOOL *)0); }
1456
1457#undef has_mouse_sp
1458NCURSES_BOOL has_mouse_sp(
1459 SCREEN *sp)
1460 { return(*(NCURSES_BOOL *)0); }
1461
1462#undef has_mouse
1463NCURSES_BOOL has_mouse(void)
1464 { return(*(NCURSES_BOOL *)0); }
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05301465
1466#undef wmouse_trafo
1467NCURSES_BOOL wmouse_trafo(
1468 const WINDOW *win,
1469 int *pY,
1470 int *pX,
1471 NCURSES_BOOL to_screen)
1472 { return(*(NCURSES_BOOL *)0); }
1473
1474/* ./base/lib_move.c */
1475
1476#undef wmove
1477int wmove(
1478 WINDOW *win,
1479 int y,
1480 int x)
1481 { return(*(int *)0); }
1482
1483/* ./tty/lib_mvcur.c */
1484
Steve Kondikae271bc2015-11-15 02:50:53 +01001485#undef _nc_msec_cost_sp
1486int _nc_msec_cost_sp(
1487 SCREEN *sp,
1488 const char *const cap,
1489 int affcnt)
1490 { return(*(int *)0); }
1491
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05301492#undef _nc_msec_cost
1493int _nc_msec_cost(
1494 const char *const cap,
1495 int affcnt)
1496 { return(*(int *)0); }
1497
Steve Kondikae271bc2015-11-15 02:50:53 +01001498#undef _nc_mvcur_resume_sp
1499void _nc_mvcur_resume_sp(
1500 SCREEN *sp)
1501 { /* void */ }
1502
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05301503#undef _nc_mvcur_resume
1504void _nc_mvcur_resume(void)
1505 { /* void */ }
1506
Steve Kondikae271bc2015-11-15 02:50:53 +01001507#undef _nc_mvcur_init_sp
1508void _nc_mvcur_init_sp(
1509 SCREEN *sp)
1510 { /* void */ }
1511
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05301512#undef _nc_mvcur_init
1513void _nc_mvcur_init(void)
1514 { /* void */ }
1515
Steve Kondikae271bc2015-11-15 02:50:53 +01001516#undef _nc_mvcur_wrap_sp
1517void _nc_mvcur_wrap_sp(
1518 SCREEN *sp)
1519 { /* void */ }
1520
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05301521#undef _nc_mvcur_wrap
1522void _nc_mvcur_wrap(void)
1523 { /* void */ }
1524
Steve Kondikae271bc2015-11-15 02:50:53 +01001525#undef _nc_mvcur_sp
1526int _nc_mvcur_sp(
1527 SCREEN *sp,
1528 int yold,
1529 int xold,
1530 int ynew,
1531 int xnew)
1532 { return(*(int *)0); }
1533
1534#undef _nc_mvcur
1535int _nc_mvcur(
1536 int yold,
1537 int xold,
1538 int ynew,
1539 int xnew)
1540 { return(*(int *)0); }
1541
1542#undef mvcur_sp
1543int mvcur_sp(
1544 SCREEN *sp,
1545 int yold,
1546 int xold,
1547 int ynew,
1548 int xnew)
1549 { return(*(int *)0); }
1550
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05301551#undef mvcur
1552int mvcur(
1553 int yold,
1554 int xold,
1555 int ynew,
1556 int xnew)
1557 { return(*(int *)0); }
1558
1559#undef _nc_optimize_enable
1560int _nc_optimize_enable;
1561
1562/* ./base/lib_mvwin.c */
1563
1564#undef mvwin
1565int mvwin(
1566 WINDOW *win,
1567 int by,
1568 int bx)
1569 { return(*(int *)0); }
1570
1571/* ./base/lib_newterm.c */
1572
Steve Kondikae271bc2015-11-15 02:50:53 +01001573#undef filter_sp
1574void filter_sp(
1575 SCREEN *sp)
1576 { /* void */ }
1577
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05301578#undef filter
1579void filter(void)
1580 { /* void */ }
1581
Steve Kondikae271bc2015-11-15 02:50:53 +01001582#undef nofilter_sp
1583void nofilter_sp(
1584 SCREEN *sp)
1585 { /* void */ }
1586
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05301587#undef nofilter
1588void nofilter(void)
1589 { /* void */ }
1590
Steve Kondikae271bc2015-11-15 02:50:53 +01001591#undef newterm_sp
1592SCREEN *newterm_sp(
1593 SCREEN *sp,
1594 const char *name,
1595 FILE *ofp,
1596 FILE *ifp)
1597 { return(*(SCREEN **)0); }
1598
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05301599#undef newterm
1600SCREEN *newterm(
Steve Kondikae271bc2015-11-15 02:50:53 +01001601 const char *name,
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05301602 FILE *ofp,
1603 FILE *ifp)
1604 { return(*(SCREEN **)0); }
1605
1606/* ./base/lib_newwin.c */
1607
1608#undef _nc_freewin
1609int _nc_freewin(
1610 WINDOW *win)
1611 { return(*(int *)0); }
1612
Steve Kondikae271bc2015-11-15 02:50:53 +01001613#undef newwin_sp
1614WINDOW *newwin_sp(
1615 SCREEN *sp,
1616 int num_lines,
1617 int num_columns,
1618 int begy,
1619 int begx)
1620 { return(*(WINDOW **)0); }
1621
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05301622#undef newwin
1623WINDOW *newwin(
1624 int num_lines,
1625 int num_columns,
1626 int begy,
1627 int begx)
1628 { return(*(WINDOW **)0); }
1629
1630#undef derwin
1631WINDOW *derwin(
1632 WINDOW *orig,
1633 int num_lines,
1634 int num_columns,
1635 int begy,
1636 int begx)
1637 { return(*(WINDOW **)0); }
1638
1639#undef subwin
1640WINDOW *subwin(
1641 WINDOW *w,
1642 int l,
1643 int c,
1644 int y,
1645 int x)
1646 { return(*(WINDOW **)0); }
1647
Steve Kondikae271bc2015-11-15 02:50:53 +01001648#undef _nc_makenew_sp
1649WINDOW *_nc_makenew_sp(
1650 SCREEN *sp,
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05301651 int num_lines,
1652 int num_columns,
1653 int begy,
1654 int begx,
1655 int flags)
1656 { return(*(WINDOW **)0); }
1657
Steve Kondikae271bc2015-11-15 02:50:53 +01001658#undef _nc_curscr_of
1659WINDOW *_nc_curscr_of(
1660 SCREEN *sp)
1661 { return(*(WINDOW **)0); }
1662
1663#undef _nc_newscr_of
1664WINDOW *_nc_newscr_of(
1665 SCREEN *sp)
1666 { return(*(WINDOW **)0); }
1667
1668#undef _nc_stdscr_of
1669WINDOW *_nc_stdscr_of(
1670 SCREEN *sp)
1671 { return(*(WINDOW **)0); }
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05301672
1673/* ./base/lib_nl.c */
1674
Steve Kondikae271bc2015-11-15 02:50:53 +01001675#undef nl_sp
1676int nl_sp(
1677 SCREEN *sp)
1678 { return(*(int *)0); }
1679
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05301680#undef nl
1681int nl(void)
1682 { return(*(int *)0); }
1683
Steve Kondikae271bc2015-11-15 02:50:53 +01001684#undef nonl_sp
1685int nonl_sp(
1686 SCREEN *sp)
1687 { return(*(int *)0); }
1688
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05301689#undef nonl
1690int nonl(void)
1691 { return(*(int *)0); }
1692
1693/* ./base/lib_overlay.c */
1694
1695#undef overlay
1696int overlay(
1697 const WINDOW *win1,
1698 WINDOW *win2)
1699 { return(*(int *)0); }
1700
1701#undef overwrite
1702int overwrite(
1703 const WINDOW *win1,
1704 WINDOW *win2)
1705 { return(*(int *)0); }
1706
1707#undef copywin
1708int copywin(
1709 const WINDOW *src,
1710 WINDOW *dst,
1711 int sminrow,
1712 int smincol,
1713 int dminrow,
1714 int dmincol,
1715 int dmaxrow,
1716 int dmaxcol,
1717 int over)
1718 { return(*(int *)0); }
1719
1720/* ./base/lib_pad.c */
1721
Steve Kondikae271bc2015-11-15 02:50:53 +01001722#undef newpad_sp
1723WINDOW *newpad_sp(
1724 SCREEN *sp,
1725 int l,
1726 int c)
1727 { return(*(WINDOW **)0); }
1728
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05301729#undef newpad
1730WINDOW *newpad(
1731 int l,
1732 int c)
1733 { return(*(WINDOW **)0); }
1734
1735#undef subpad
1736WINDOW *subpad(
1737 WINDOW *orig,
1738 int l,
1739 int c,
1740 int begy,
1741 int begx)
1742 { return(*(WINDOW **)0); }
1743
1744#undef prefresh
1745int prefresh(
1746 WINDOW *win,
1747 int pminrow,
1748 int pmincol,
1749 int sminrow,
1750 int smincol,
1751 int smaxrow,
1752 int smaxcol)
1753 { return(*(int *)0); }
1754
1755#undef pnoutrefresh
1756int pnoutrefresh(
1757 WINDOW *win,
1758 int pminrow,
1759 int pmincol,
1760 int sminrow,
1761 int smincol,
1762 int smaxrow,
1763 int smaxcol)
1764 { return(*(int *)0); }
1765
1766#undef pechochar
1767int pechochar(
1768 WINDOW *pad,
1769 const chtype ch)
1770 { return(*(int *)0); }
1771
1772/* ./base/lib_printw.c */
1773
1774#undef printw
1775int printw(
1776 const char *fmt,
1777 ...)
1778 { return(*(int *)0); }
1779
1780#undef wprintw
1781int wprintw(
1782 WINDOW *win,
1783 const char *fmt,
1784 ...)
1785 { return(*(int *)0); }
1786
1787#undef mvprintw
1788int mvprintw(
1789 int y,
1790 int x,
1791 const char *fmt,
1792 ...)
1793 { return(*(int *)0); }
1794
1795#undef mvwprintw
1796int mvwprintw(
1797 WINDOW *win,
1798 int y,
1799 int x,
1800 const char *fmt,
1801 ...)
1802 { return(*(int *)0); }
1803
1804#undef vwprintw
1805int vwprintw(
1806 WINDOW *win,
1807 const char *fmt,
1808 va_list argp)
1809 { return(*(int *)0); }
1810
1811/* ./base/lib_redrawln.c */
1812
1813#undef wredrawln
1814int wredrawln(
1815 WINDOW *win,
1816 int beg,
1817 int num)
1818 { return(*(int *)0); }
1819
1820/* ./base/lib_refresh.c */
1821
1822#undef wrefresh
1823int wrefresh(
1824 WINDOW *win)
1825 { return(*(int *)0); }
1826
1827#undef wnoutrefresh
1828int wnoutrefresh(
1829 WINDOW *win)
1830 { return(*(int *)0); }
1831
1832/* ./base/lib_restart.c */
1833
Steve Kondikae271bc2015-11-15 02:50:53 +01001834#undef restartterm_sp
1835int restartterm_sp(
1836 SCREEN *sp,
1837 const char *termp,
1838 int filenum,
1839 int *errret)
1840 { return(*(int *)0); }
1841
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05301842#undef restartterm
1843int restartterm(
Steve Kondikae271bc2015-11-15 02:50:53 +01001844 const char *termp,
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05301845 int filenum,
1846 int *errret)
1847 { return(*(int *)0); }
1848
1849/* ./base/lib_scanw.c */
1850
1851#undef vwscanw
1852int vwscanw(
1853 WINDOW *win,
Steve Kondikae271bc2015-11-15 02:50:53 +01001854 const char *fmt,
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05301855 va_list argp)
1856 { return(*(int *)0); }
1857
1858#undef scanw
1859int scanw(
Steve Kondikae271bc2015-11-15 02:50:53 +01001860 const char *fmt,
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05301861 ...)
1862 { return(*(int *)0); }
1863
1864#undef wscanw
1865int wscanw(
1866 WINDOW *win,
Steve Kondikae271bc2015-11-15 02:50:53 +01001867 const char *fmt,
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05301868 ...)
1869 { return(*(int *)0); }
1870
1871#undef mvscanw
1872int mvscanw(
1873 int y,
1874 int x,
Steve Kondikae271bc2015-11-15 02:50:53 +01001875 const char *fmt,
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05301876 ...)
1877 { return(*(int *)0); }
1878
1879#undef mvwscanw
1880int mvwscanw(
1881 WINDOW *win,
1882 int y,
1883 int x,
Steve Kondikae271bc2015-11-15 02:50:53 +01001884 const char *fmt,
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05301885 ...)
1886 { return(*(int *)0); }
1887
1888/* ./base/lib_screen.c */
1889
Steve Kondikae271bc2015-11-15 02:50:53 +01001890#undef getwin_sp
1891WINDOW *getwin_sp(
1892 SCREEN *sp,
1893 FILE *filep)
1894 { return(*(WINDOW **)0); }
1895
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05301896#undef getwin
1897WINDOW *getwin(
1898 FILE *filep)
1899 { return(*(WINDOW **)0); }
1900
1901#undef putwin
1902int putwin(
1903 WINDOW *win,
1904 FILE *filep)
1905 { return(*(int *)0); }
1906
Steve Kondikae271bc2015-11-15 02:50:53 +01001907#undef scr_restore_sp
1908int scr_restore_sp(
1909 SCREEN *sp,
1910 const char *file)
1911 { return(*(int *)0); }
1912
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05301913#undef scr_restore
1914int scr_restore(
1915 const char *file)
1916 { return(*(int *)0); }
1917
1918#undef scr_dump
1919int scr_dump(
1920 const char *file)
1921 { return(*(int *)0); }
1922
Steve Kondikae271bc2015-11-15 02:50:53 +01001923#undef scr_init_sp
1924int scr_init_sp(
1925 SCREEN *sp,
1926 const char *file)
1927 { return(*(int *)0); }
1928
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05301929#undef scr_init
1930int scr_init(
1931 const char *file)
1932 { return(*(int *)0); }
1933
Steve Kondikae271bc2015-11-15 02:50:53 +01001934#undef scr_set_sp
1935int scr_set_sp(
1936 SCREEN *sp,
1937 const char *file)
1938 { return(*(int *)0); }
1939
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05301940#undef scr_set
1941int scr_set(
1942 const char *file)
1943 { return(*(int *)0); }
1944
1945/* ./base/lib_scroll.c */
1946
1947#undef _nc_scroll_window
1948void _nc_scroll_window(
1949 WINDOW *win,
1950 int const n,
Steve Kondikae271bc2015-11-15 02:50:53 +01001951 int const top,
1952 int const bottom,
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05301953 chtype blank)
1954 { /* void */ }
1955
1956#undef wscrl
1957int wscrl(
1958 WINDOW *win,
1959 int n)
1960 { return(*(int *)0); }
1961
1962/* ./base/lib_scrollok.c */
1963
1964#undef scrollok
1965int scrollok(
1966 WINDOW *win,
1967 NCURSES_BOOL flag)
1968 { return(*(int *)0); }
1969
1970/* ./base/lib_scrreg.c */
1971
1972#undef wsetscrreg
1973int wsetscrreg(
1974 WINDOW *win,
1975 int top,
1976 int bottom)
1977 { return(*(int *)0); }
1978
1979/* ./base/lib_set_term.c */
1980
1981#undef set_term
1982SCREEN *set_term(
1983 SCREEN *screenp)
1984 { return(*(SCREEN **)0); }
1985
1986#undef delscreen
1987void delscreen(
1988 SCREEN *sp)
1989 { /* void */ }
1990
Steve Kondikae271bc2015-11-15 02:50:53 +01001991#undef _nc_setupscreen_sp
1992int _nc_setupscreen_sp(
1993 SCREEN **spp,
1994 int slines,
1995 int scolumns,
1996 FILE *output,
1997 int filtered,
1998 int slk_format)
1999 { return(*(int *)0); }
2000
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05302001#undef _nc_setupscreen
2002int _nc_setupscreen(
2003 int slines,
2004 int scolumns,
2005 FILE *output,
Steve Kondikae271bc2015-11-15 02:50:53 +01002006 int filtered,
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05302007 int slk_format)
2008 { return(*(int *)0); }
2009
Steve Kondikae271bc2015-11-15 02:50:53 +01002010#undef _nc_ripoffline_sp
2011int _nc_ripoffline_sp(
2012 SCREEN *sp,
2013 int line,
2014 int (*init)(
2015 WINDOW *p1,
2016 int p2))
2017 { return(*(int *)0); }
2018
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05302019#undef _nc_ripoffline
2020int _nc_ripoffline(
2021 int line,
2022 int (*init)(
2023 WINDOW *p1,
2024 int p2))
2025 { return(*(int *)0); }
2026
Steve Kondikae271bc2015-11-15 02:50:53 +01002027#undef ripoffline_sp
2028int ripoffline_sp(
2029 SCREEN *sp,
2030 int line,
2031 int (*init)(
2032 WINDOW *p1,
2033 int p2))
2034 { return(*(int *)0); }
2035
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05302036#undef ripoffline
2037int ripoffline(
2038 int line,
2039 int (*init)(
2040 WINDOW *p1,
2041 int p2))
2042 { return(*(int *)0); }
2043
2044/* ./base/lib_slk.c */
2045
Steve Kondikae271bc2015-11-15 02:50:53 +01002046#undef _nc_format_slks
2047int _nc_format_slks(
2048 SCREEN *sp,
2049 int cols)
2050 { return(*(int *)0); }
2051
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05302052#undef _nc_slk_initialize
2053int _nc_slk_initialize(
2054 WINDOW *stwin,
2055 int cols)
2056 { return(*(int *)0); }
2057
Steve Kondikae271bc2015-11-15 02:50:53 +01002058#undef slk_restore_sp
2059int slk_restore_sp(
2060 SCREEN *sp)
2061 { return(*(int *)0); }
2062
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05302063#undef slk_restore
2064int slk_restore(void)
2065 { return(*(int *)0); }
2066
2067/* ./base/lib_slkatr_set.c */
2068
Steve Kondikae271bc2015-11-15 02:50:53 +01002069#undef slk_attr_set_sp
2070int slk_attr_set_sp(
2071 SCREEN *sp,
2072 const attr_t attr,
2073 short color_pair_number,
2074 void *opts)
2075 { return(*(int *)0); }
2076
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05302077#undef slk_attr_set
2078int slk_attr_set(
2079 const attr_t attr,
2080 short color_pair_number,
2081 void *opts)
2082 { return(*(int *)0); }
2083
2084/* ./base/lib_slkatrof.c */
2085
Steve Kondikae271bc2015-11-15 02:50:53 +01002086#undef slk_attroff_sp
2087int slk_attroff_sp(
2088 SCREEN *sp,
2089 const chtype attr)
2090 { return(*(int *)0); }
2091
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05302092#undef slk_attroff
2093int slk_attroff(
2094 const chtype attr)
2095 { return(*(int *)0); }
2096
2097/* ./base/lib_slkatron.c */
2098
Steve Kondikae271bc2015-11-15 02:50:53 +01002099#undef slk_attron_sp
2100int slk_attron_sp(
2101 SCREEN *sp,
2102 const chtype attr)
2103 { return(*(int *)0); }
2104
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05302105#undef slk_attron
2106int slk_attron(
2107 const chtype attr)
2108 { return(*(int *)0); }
2109
2110/* ./base/lib_slkatrset.c */
2111
Steve Kondikae271bc2015-11-15 02:50:53 +01002112#undef slk_attrset_sp
2113int slk_attrset_sp(
2114 SCREEN *sp,
2115 const chtype attr)
2116 { return(*(int *)0); }
2117
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05302118#undef slk_attrset
2119int slk_attrset(
2120 const chtype attr)
2121 { return(*(int *)0); }
2122
2123/* ./base/lib_slkattr.c */
2124
Steve Kondikae271bc2015-11-15 02:50:53 +01002125#undef slk_attr_sp
2126attr_t slk_attr_sp(
2127 SCREEN *sp)
2128 { return(*(attr_t *)0); }
2129
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05302130#undef slk_attr
2131attr_t slk_attr(void)
2132 { return(*(attr_t *)0); }
2133
2134/* ./base/lib_slkclear.c */
2135
Steve Kondikae271bc2015-11-15 02:50:53 +01002136#undef slk_clear_sp
2137int slk_clear_sp(
2138 SCREEN *sp)
2139 { return(*(int *)0); }
2140
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05302141#undef slk_clear
2142int slk_clear(void)
2143 { return(*(int *)0); }
2144
2145/* ./base/lib_slkcolor.c */
2146
Steve Kondikae271bc2015-11-15 02:50:53 +01002147#undef slk_color_sp
2148int slk_color_sp(
2149 SCREEN *sp,
2150 short color_pair_number)
2151 { return(*(int *)0); }
2152
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05302153#undef slk_color
2154int slk_color(
2155 short color_pair_number)
2156 { return(*(int *)0); }
2157
2158/* ./base/lib_slkinit.c */
2159
Steve Kondikae271bc2015-11-15 02:50:53 +01002160#undef slk_init_sp
2161int slk_init_sp(
2162 SCREEN *sp,
2163 int format)
2164 { return(*(int *)0); }
2165
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05302166#undef slk_init
2167int slk_init(
2168 int format)
2169 { return(*(int *)0); }
2170
2171/* ./base/lib_slklab.c */
2172
Steve Kondikae271bc2015-11-15 02:50:53 +01002173#undef slk_label_sp
2174char *slk_label_sp(
2175 SCREEN *sp,
2176 int n)
2177 { return(*(char **)0); }
2178
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05302179#undef slk_label
2180char *slk_label(
2181 int n)
2182 { return(*(char **)0); }
2183
2184/* ./base/lib_slkrefr.c */
2185
Steve Kondikae271bc2015-11-15 02:50:53 +01002186#undef slk_noutrefresh_sp
2187int slk_noutrefresh_sp(
2188 SCREEN *sp)
2189 { return(*(int *)0); }
2190
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05302191#undef slk_noutrefresh
2192int slk_noutrefresh(void)
2193 { return(*(int *)0); }
2194
Steve Kondikae271bc2015-11-15 02:50:53 +01002195#undef slk_refresh_sp
2196int slk_refresh_sp(
2197 SCREEN *sp)
2198 { return(*(int *)0); }
2199
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05302200#undef slk_refresh
2201int slk_refresh(void)
2202 { return(*(int *)0); }
2203
2204/* ./base/lib_slkset.c */
2205
Steve Kondikae271bc2015-11-15 02:50:53 +01002206#undef slk_set_sp
2207int slk_set_sp(
2208 SCREEN *sp,
2209 int i,
2210 const char *astr,
2211 int format)
2212 { return(*(int *)0); }
2213
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05302214#undef slk_set
2215int slk_set(
2216 int i,
2217 const char *astr,
2218 int format)
2219 { return(*(int *)0); }
2220
2221/* ./base/lib_slktouch.c */
2222
Steve Kondikae271bc2015-11-15 02:50:53 +01002223#undef slk_touch_sp
2224int slk_touch_sp(
2225 SCREEN *sp)
2226 { return(*(int *)0); }
2227
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05302228#undef slk_touch
2229int slk_touch(void)
2230 { return(*(int *)0); }
2231
2232/* ./base/lib_touch.c */
2233
2234#undef is_linetouched
2235NCURSES_BOOL is_linetouched(
2236 WINDOW *win,
2237 int line)
2238 { return(*(NCURSES_BOOL *)0); }
2239
2240#undef is_wintouched
2241NCURSES_BOOL is_wintouched(
2242 WINDOW *win)
2243 { return(*(NCURSES_BOOL *)0); }
2244
2245#undef wtouchln
2246int wtouchln(
2247 WINDOW *win,
2248 int y,
2249 int n,
2250 int changed)
2251 { return(*(int *)0); }
2252
2253/* ./trace/lib_tracedmp.c */
2254
2255#undef _tracedump
2256void _tracedump(
2257 const char *name,
2258 WINDOW *win)
2259 { /* void */ }
2260
2261/* ./trace/lib_tracemse.c */
2262
Steve Kondikae271bc2015-11-15 02:50:53 +01002263#undef _nc_trace_mmask_t
2264char *_nc_trace_mmask_t(
2265 SCREEN *sp,
2266 mmask_t code)
2267 { return(*(char **)0); }
2268
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05302269#undef _nc_tracemouse
2270char *_nc_tracemouse(
2271 SCREEN *sp,
2272 MEVENT const *ep)
2273 { return(*(char **)0); }
2274
Steve Kondikae271bc2015-11-15 02:50:53 +01002275#undef _nc_retrace_mmask_t
2276mmask_t _nc_retrace_mmask_t(
2277 SCREEN *sp,
2278 mmask_t code)
2279 { return(*(mmask_t *)0); }
2280
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05302281#undef _tracemouse
2282char *_tracemouse(
2283 MEVENT const *ep)
2284 { return(*(char **)0); }
2285
2286/* ./tty/lib_tstp.c */
2287
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05302288#undef _nc_signal_handler
2289void _nc_signal_handler(
Steve Kondikae271bc2015-11-15 02:50:53 +01002290 int enable)
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05302291 { /* void */ }
2292
2293/* ./base/lib_ungetch.c */
2294
2295#undef _nc_fifo_dump
2296void _nc_fifo_dump(
2297 SCREEN *sp)
2298 { /* void */ }
2299
Steve Kondikae271bc2015-11-15 02:50:53 +01002300#undef ungetch_sp
2301int ungetch_sp(
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05302302 SCREEN *sp,
2303 int ch)
2304 { return(*(int *)0); }
2305
2306#undef ungetch
2307int ungetch(
2308 int ch)
2309 { return(*(int *)0); }
2310
2311/* ./tty/lib_vidattr.c */
2312
Steve Kondikae271bc2015-11-15 02:50:53 +01002313#undef vidputs_sp
2314int vidputs_sp(
2315 SCREEN *sp,
2316 chtype newmode,
2317 NCURSES_OUTC_sp outc)
2318 { return(*(int *)0); }
2319
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05302320#undef vidputs
2321int vidputs(
2322 chtype newmode,
Steve Kondikae271bc2015-11-15 02:50:53 +01002323 NCURSES_OUTC outc)
2324 { return(*(int *)0); }
2325
2326#undef vidattr_sp
2327int vidattr_sp(
2328 SCREEN *sp,
2329 chtype newmode)
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05302330 { return(*(int *)0); }
2331
2332#undef vidattr
2333int vidattr(
2334 chtype newmode)
2335 { return(*(int *)0); }
2336
Steve Kondikae271bc2015-11-15 02:50:53 +01002337#undef termattrs_sp
2338chtype termattrs_sp(
2339 SCREEN *sp)
2340 { return(*(chtype *)0); }
2341
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05302342#undef termattrs
2343chtype termattrs(void)
2344 { return(*(chtype *)0); }
2345
2346/* ./base/lib_vline.c */
2347
2348#undef wvline
2349int wvline(
2350 WINDOW *win,
2351 chtype ch,
2352 int n)
2353 { return(*(int *)0); }
2354
2355/* ./base/lib_wattroff.c */
2356
2357#undef wattr_off
2358int wattr_off(
2359 WINDOW *win,
2360 attr_t at,
2361 void *opts)
2362 { return(*(int *)0); }
2363
2364/* ./base/lib_wattron.c */
2365
2366#undef wattr_on
2367int wattr_on(
2368 WINDOW *win,
2369 attr_t at,
2370 void *opts)
2371 { return(*(int *)0); }
2372
2373/* ./base/lib_winch.c */
2374
2375#undef winch
2376chtype winch(
2377 WINDOW *win)
2378 { return(*(chtype *)0); }
2379
2380/* ./base/lib_window.c */
2381
2382#undef _nc_synchook
2383void _nc_synchook(
2384 WINDOW *win)
2385 { /* void */ }
2386
2387#undef mvderwin
2388int mvderwin(
2389 WINDOW *win,
2390 int y,
2391 int x)
2392 { return(*(int *)0); }
2393
2394#undef syncok
2395int syncok(
2396 WINDOW *win,
2397 NCURSES_BOOL bf)
2398 { return(*(int *)0); }
2399
2400#undef wsyncup
2401void wsyncup(
2402 WINDOW *win)
2403 { /* void */ }
2404
2405#undef wsyncdown
2406void wsyncdown(
2407 WINDOW *win)
2408 { /* void */ }
2409
2410#undef wcursyncup
2411void wcursyncup(
2412 WINDOW *win)
2413 { /* void */ }
2414
2415#undef dupwin
2416WINDOW *dupwin(
2417 WINDOW *win)
2418 { return(*(WINDOW **)0); }
2419
2420/* ./base/nc_panel.c */
2421
Steve Kondikae271bc2015-11-15 02:50:53 +01002422#undef _nc_panelhook_sp
2423struct panelhook *_nc_panelhook_sp(
2424 SCREEN *sp)
2425 { return(*(struct panelhook **)0); }
2426
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05302427#undef _nc_panelhook
2428struct panelhook *_nc_panelhook(void)
2429 { return(*(struct panelhook **)0); }
2430
2431/* ./base/safe_sprintf.c */
2432
Steve Kondikae271bc2015-11-15 02:50:53 +01002433#undef _nc_printf_string_sp
2434char *_nc_printf_string_sp(
2435 SCREEN *sp,
2436 const char *fmt,
2437 va_list ap)
2438 { return(*(char **)0); }
2439
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05302440#undef _nc_printf_string
2441char *_nc_printf_string(
2442 const char *fmt,
2443 va_list ap)
2444 { return(*(char **)0); }
2445
2446/* ./tty/tty_update.c */
2447
Steve Kondikae271bc2015-11-15 02:50:53 +01002448#undef doupdate_sp
2449int doupdate_sp(
2450 SCREEN *sp)
2451 { return(*(int *)0); }
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05302452
2453#undef doupdate
2454int doupdate(void)
2455 { return(*(int *)0); }
2456
Steve Kondikae271bc2015-11-15 02:50:53 +01002457#undef _nc_scrolln_sp
2458int _nc_scrolln_sp(
2459 SCREEN *sp,
2460 int n,
2461 int top,
2462 int bot,
2463 int maxy)
2464 { return(*(int *)0); }
2465
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05302466#undef _nc_scrolln
2467int _nc_scrolln(
2468 int n,
2469 int top,
2470 int bot,
2471 int maxy)
2472 { return(*(int *)0); }
2473
Steve Kondikae271bc2015-11-15 02:50:53 +01002474#undef _nc_screen_resume_sp
2475void _nc_screen_resume_sp(
2476 SCREEN *sp)
2477 { /* void */ }
2478
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05302479#undef _nc_screen_resume
2480void _nc_screen_resume(void)
2481 { /* void */ }
2482
Steve Kondikae271bc2015-11-15 02:50:53 +01002483#undef _nc_screen_init_sp
2484void _nc_screen_init_sp(
2485 SCREEN *sp)
2486 { /* void */ }
2487
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05302488#undef _nc_screen_init
2489void _nc_screen_init(void)
2490 { /* void */ }
2491
Steve Kondikae271bc2015-11-15 02:50:53 +01002492#undef _nc_screen_wrap_sp
2493void _nc_screen_wrap_sp(
2494 SCREEN *sp)
2495 { /* void */ }
2496
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05302497#undef _nc_screen_wrap
2498void _nc_screen_wrap(void)
2499 { /* void */ }
2500
Steve Kondikae271bc2015-11-15 02:50:53 +01002501#undef _nc_do_xmc_glitch_sp
2502void _nc_do_xmc_glitch_sp(
2503 SCREEN *sp,
2504 attr_t previous)
2505 { /* void */ }
2506
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05302507#undef _nc_do_xmc_glitch
2508void _nc_do_xmc_glitch(
2509 attr_t previous)
2510 { /* void */ }
2511
2512/* ./trace/varargs.c */
2513
2514typedef enum {
2515 atUnknown = 0, atInteger, atFloat, atPoint, atString
2516} ARGTYPE;
2517
2518#undef _nc_varargs
2519char *_nc_varargs(
2520 const char *fmt,
2521 va_list ap)
2522 { return(*(char **)0); }
2523
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05302524/* ./base/vsscanf.c */
2525
2526#undef _nc_vsscanf
2527void _nc_vsscanf(void)
2528 { /* void */ }
2529
2530/* ./base/lib_freeall.c */
2531
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05302532#undef _nc_freeall
2533void _nc_freeall(void)
2534 { /* void */ }
2535
Steve Kondikae271bc2015-11-15 02:50:53 +01002536#undef _nc_free_and_exit_sp
2537void _nc_free_and_exit_sp(
2538 SCREEN *sp,
2539 int code)
2540 { /* void */ }
2541
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05302542#undef _nc_free_and_exit
2543void _nc_free_and_exit(
2544 int code)
2545 { /* void */ }
2546
2547/* ./expanded.c */
2548
2549#undef _nc_toggle_attr_on
2550void _nc_toggle_attr_on(
2551 attr_t *S,
2552 attr_t at)
2553 { /* void */ }
2554
2555#undef _nc_toggle_attr_off
2556void _nc_toggle_attr_off(
2557 attr_t *S,
2558 attr_t at)
2559 { /* void */ }
2560
Steve Kondikae271bc2015-11-15 02:50:53 +01002561#undef _nc_DelCharCost_sp
2562int _nc_DelCharCost_sp(
2563 SCREEN *sp,
2564 int count)
2565 { return(*(int *)0); }
2566
2567#undef _nc_InsCharCost_sp
2568int _nc_InsCharCost_sp(
2569 SCREEN *sp,
2570 int count)
2571 { return(*(int *)0); }
2572
2573#undef _nc_UpdateAttrs_sp
2574void _nc_UpdateAttrs_sp(
2575 SCREEN *sp,
2576 chtype c)
2577 { /* void */ }
2578
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05302579#undef _nc_DelCharCost
2580int _nc_DelCharCost(
2581 int count)
2582 { return(*(int *)0); }
2583
2584#undef _nc_InsCharCost
2585int _nc_InsCharCost(
2586 int count)
2587 { return(*(int *)0); }
2588
2589#undef _nc_UpdateAttrs
2590void _nc_UpdateAttrs(
2591 chtype c)
2592 { /* void */ }
2593
2594/* ./base/legacy_coding.c */
2595
Steve Kondikae271bc2015-11-15 02:50:53 +01002596#undef use_legacy_coding_sp
2597int use_legacy_coding_sp(
2598 SCREEN *sp,
2599 int level)
2600 { return(*(int *)0); }
2601
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05302602#undef use_legacy_coding
2603int use_legacy_coding(
2604 int level)
2605 { return(*(int *)0); }
2606
2607/* ./base/lib_dft_fgbg.c */
2608
Steve Kondikae271bc2015-11-15 02:50:53 +01002609#undef use_default_colors_sp
2610int use_default_colors_sp(
2611 SCREEN *sp)
2612 { return(*(int *)0); }
2613
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05302614#undef use_default_colors
2615int use_default_colors(void)
2616 { return(*(int *)0); }
2617
Steve Kondikae271bc2015-11-15 02:50:53 +01002618#undef assume_default_colors_sp
2619int assume_default_colors_sp(
2620 SCREEN *sp,
2621 int fg,
2622 int bg)
2623 { return(*(int *)0); }
2624
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05302625#undef assume_default_colors
2626int assume_default_colors(
2627 int fg,
2628 int bg)
2629 { return(*(int *)0); }
2630
2631/* ./tinfo/lib_print.c */
2632
Steve Kondikae271bc2015-11-15 02:50:53 +01002633#undef mcprint_sp
2634int mcprint_sp(
2635 SCREEN *sp,
2636 char *data,
2637 int len)
2638 { return(*(int *)0); }
2639
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05302640#undef mcprint
2641int mcprint(
2642 char *data,
2643 int len)
2644 { return(*(int *)0); }
2645
2646/* ./base/resizeterm.c */
2647
Steve Kondikae271bc2015-11-15 02:50:53 +01002648#undef is_term_resized_sp
2649NCURSES_BOOL is_term_resized_sp(
2650 SCREEN *sp,
2651 int ToLines,
2652 int ToCols)
2653 { return(*(NCURSES_BOOL *)0); }
2654
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05302655#undef is_term_resized
2656NCURSES_BOOL is_term_resized(
2657 int ToLines,
2658 int ToCols)
2659 { return(*(NCURSES_BOOL *)0); }
2660
Steve Kondikae271bc2015-11-15 02:50:53 +01002661#undef resize_term_sp
2662int resize_term_sp(
2663 SCREEN *sp,
2664 int ToLines,
2665 int ToCols)
2666 { return(*(int *)0); }
2667
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05302668#undef resize_term
2669int resize_term(
2670 int ToLines,
2671 int ToCols)
2672 { return(*(int *)0); }
2673
Steve Kondikae271bc2015-11-15 02:50:53 +01002674#undef resizeterm_sp
2675int resizeterm_sp(
2676 SCREEN *sp,
2677 int ToLines,
2678 int ToCols)
2679 { return(*(int *)0); }
2680
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05302681#undef resizeterm
2682int resizeterm(
2683 int ToLines,
2684 int ToCols)
2685 { return(*(int *)0); }
2686
2687/* ./trace/trace_xnames.c */
2688
2689#undef _nc_trace_xnames
2690void _nc_trace_xnames(
2691 TERMTYPE *tp)
2692 { /* void */ }
2693
2694/* ./tinfo/use_screen.c */
2695
2696#undef use_screen
2697int use_screen(
2698 SCREEN *screen,
2699 NCURSES_SCREEN_CB func,
2700 void *data)
2701 { return(*(int *)0); }
2702
2703/* ./base/use_window.c */
2704
2705#undef use_window
2706int use_window(
2707 WINDOW *win,
2708 NCURSES_WINDOW_CB func,
2709 void *data)
2710 { return(*(int *)0); }
2711
2712/* ./base/wresize.c */
2713
2714#undef wresize
2715int wresize(
2716 WINDOW *win,
2717 int ToLines,
2718 int ToCols)
2719 { return(*(int *)0); }
2720
2721/* ./tinfo/access.c */
2722
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05302723#undef _nc_rootname
2724char *_nc_rootname(
2725 char *path)
2726 { return(*(char **)0); }
2727
2728#undef _nc_is_abs_path
2729NCURSES_BOOL _nc_is_abs_path(
2730 const char *path)
2731 { return(*(NCURSES_BOOL *)0); }
2732
2733#undef _nc_pathlast
2734unsigned _nc_pathlast(
2735 const char *path)
2736 { return(*(unsigned *)0); }
2737
2738#undef _nc_basename
2739char *_nc_basename(
2740 char *path)
2741 { return(*(char **)0); }
2742
2743#undef _nc_access
2744int _nc_access(
2745 const char *path,
2746 int mode)
2747 { return(*(int *)0); }
2748
2749#undef _nc_is_dir_path
2750NCURSES_BOOL _nc_is_dir_path(
2751 const char *path)
2752 { return(*(NCURSES_BOOL *)0); }
2753
2754#undef _nc_is_file_path
2755NCURSES_BOOL _nc_is_file_path(
2756 const char *path)
2757 { return(*(NCURSES_BOOL *)0); }
2758
2759#undef _nc_env_access
2760int _nc_env_access(void)
2761 { return(*(int *)0); }
2762
2763/* ./tinfo/add_tries.c */
2764
2765#undef _nc_add_to_try
2766int _nc_add_to_try(
2767 TRIES **tree,
2768 const char *str,
2769 unsigned code)
2770 { return(*(int *)0); }
2771
2772/* ./tinfo/alloc_ttype.c */
2773
2774#undef _nc_align_termtype
2775void _nc_align_termtype(
2776 TERMTYPE *to,
2777 TERMTYPE *from)
2778 { /* void */ }
2779
2780#undef _nc_copy_termtype
2781void _nc_copy_termtype(
2782 TERMTYPE *dst,
Steve Kondikae271bc2015-11-15 02:50:53 +01002783 const TERMTYPE *src)
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05302784 { /* void */ }
2785
2786/* ./codes.c */
2787
2788#undef boolcodes
Steve Kondikae271bc2015-11-15 02:50:53 +01002789const char *const boolcodes[] = {0};
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05302790#undef numcodes
Steve Kondikae271bc2015-11-15 02:50:53 +01002791const char *const numcodes[] = {0};
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05302792#undef strcodes
Steve Kondikae271bc2015-11-15 02:50:53 +01002793const char *const strcodes[] = {0};
2794
2795/* ./comp_captab.c */
2796
2797#undef _nc_get_table
2798const struct name_table_entry *_nc_get_table(
2799 NCURSES_BOOL termcap)
2800 { return(*(const struct name_table_entry **)0); }
2801
2802#undef _nc_get_hash_table
2803const HashValue *_nc_get_hash_table(
2804 NCURSES_BOOL termcap)
2805 { return(*(const HashValue **)0); }
2806
2807#undef _nc_get_alias_table
2808const struct alias *_nc_get_alias_table(
2809 NCURSES_BOOL termcap)
2810 { return(*(const struct alias **)0); }
2811
2812#undef _nc_get_hash_info
2813const HashData *_nc_get_hash_info(
2814 NCURSES_BOOL termcap)
2815 { return(*(const HashData **)0); }
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05302816
2817/* ./tinfo/comp_error.c */
Steve Kondikae271bc2015-11-15 02:50:53 +01002818
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05302819#undef _nc_suppress_warnings
2820NCURSES_BOOL _nc_suppress_warnings;
2821#undef _nc_curr_line
2822int _nc_curr_line;
2823#undef _nc_curr_col
2824int _nc_curr_col;
2825
2826#undef _nc_get_source
2827const char *_nc_get_source(void)
2828 { return(*(const char **)0); }
2829
2830#undef _nc_set_source
2831void _nc_set_source(
2832 const char *const name)
2833 { /* void */ }
2834
2835#undef _nc_set_type
2836void _nc_set_type(
2837 const char *const name)
2838 { /* void */ }
2839
2840#undef _nc_get_type
2841void _nc_get_type(
2842 char *name)
2843 { /* void */ }
2844
2845#undef _nc_warning
2846void _nc_warning(
2847 const char *const fmt,
2848 ...)
2849 { /* void */ }
2850
2851#undef _nc_err_abort
2852void _nc_err_abort(
2853 const char *const fmt,
2854 ...)
2855 { /* void */ }
2856
2857#undef _nc_syserr_abort
2858void _nc_syserr_abort(
2859 const char *const fmt,
2860 ...)
2861 { /* void */ }
2862
Steve Kondikae271bc2015-11-15 02:50:53 +01002863/* ./tinfo/comp_hash.c */
2864
2865#undef _nc_find_entry
2866struct name_table_entry const *_nc_find_entry(
2867 const char *string,
2868 const HashValue *hash_table)
2869 { return(*(struct name_table_entry const **)0); }
2870
2871#undef _nc_find_type_entry
2872struct name_table_entry const *_nc_find_type_entry(
2873 const char *string,
2874 int type,
2875 NCURSES_BOOL termcap)
2876 { return(*(struct name_table_entry const **)0); }
2877
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05302878/* ./tinfo/db_iterator.c */
2879
2880#undef _nc_tic_dir
2881const char *_nc_tic_dir(
2882 const char *path)
2883 { return(*(const char **)0); }
2884
2885#undef _nc_keep_tic_dir
2886void _nc_keep_tic_dir(
2887 const char *path)
2888 { /* void */ }
2889
2890#undef _nc_last_db
2891void _nc_last_db(void)
2892 { /* void */ }
2893
2894#undef _nc_next_db
2895const char *_nc_next_db(
2896 DBDIRS *state,
2897 int *offset)
2898 { return(*(const char **)0); }
2899
2900#undef _nc_first_db
2901void _nc_first_db(
2902 DBDIRS *state,
2903 int *offset)
2904 { /* void */ }
2905
2906/* ./tinfo/doalloc.c */
2907
2908#undef _nc_doalloc
2909void *_nc_doalloc(
2910 void *oldp,
2911 size_t amount)
2912 { return(*(void **)0); }
2913
2914/* ./tinfo/entries.c */
2915
2916#undef _nc_head
2917ENTRY *_nc_head;
2918#undef _nc_tail
2919ENTRY *_nc_tail;
2920
2921#undef _nc_free_entry
2922void _nc_free_entry(
2923 ENTRY *headp,
2924 TERMTYPE *tterm)
2925 { /* void */ }
2926
2927#undef _nc_free_entries
2928void _nc_free_entries(
2929 ENTRY *headp)
2930 { /* void */ }
2931
2932#undef _nc_delink_entry
2933ENTRY *_nc_delink_entry(
2934 ENTRY *headp,
2935 TERMTYPE *tterm)
2936 { return(*(ENTRY **)0); }
2937
2938#undef _nc_leaks_tinfo
2939void _nc_leaks_tinfo(void)
2940 { /* void */ }
2941
2942/* ./fallback.c */
2943
2944#undef _nc_fallback
2945const TERMTYPE *_nc_fallback(
2946 const char *name)
2947 { return(*(const TERMTYPE **)0); }
2948
2949/* ./tinfo/free_ttype.c */
2950
2951#undef _nc_free_termtype
2952void _nc_free_termtype(
2953 TERMTYPE *ptr)
2954 { /* void */ }
2955
2956#undef _nc_user_definable
2957NCURSES_BOOL _nc_user_definable;
2958
2959#undef use_extended_names
2960int use_extended_names(
2961 NCURSES_BOOL flag)
2962 { return(*(int *)0); }
2963
2964/* ./tinfo/getenv_num.c */
2965
2966#undef _nc_getenv_num
2967int _nc_getenv_num(
2968 const char *name)
2969 { return(*(int *)0); }
2970
Steve Kondikae271bc2015-11-15 02:50:53 +01002971#undef _nc_setenv_num
2972void _nc_setenv_num(
2973 const char *name,
2974 int value)
2975 { /* void */ }
2976
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05302977/* ./tinfo/home_terminfo.c */
2978
2979#undef _nc_home_terminfo
2980char *_nc_home_terminfo(void)
2981 { return(*(char **)0); }
2982
2983/* ./tinfo/init_keytry.c */
2984
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05302985#undef _nc_init_keytry
2986void _nc_init_keytry(
2987 SCREEN *sp)
2988 { /* void */ }
2989
2990/* ./tinfo/lib_acs.c */
2991
2992#undef acs_map
2993chtype acs_map[128];
2994
Steve Kondikae271bc2015-11-15 02:50:53 +01002995#undef _nc_init_acs_sp
2996void _nc_init_acs_sp(
2997 SCREEN *sp)
2998 { /* void */ }
2999
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05303000#undef _nc_init_acs
3001void _nc_init_acs(void)
3002 { /* void */ }
3003
3004/* ./tinfo/lib_baudrate.c */
3005
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05303006struct speed {
Steve Kondikae271bc2015-11-15 02:50:53 +01003007 short s;
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05303008 int sp;
3009};
3010
3011#undef _nc_baudrate
3012int _nc_baudrate(
3013 int OSpeed)
3014 { return(*(int *)0); }
3015
3016#undef _nc_ospeed
3017int _nc_ospeed(
3018 int BaudRate)
3019 { return(*(int *)0); }
3020
Steve Kondikae271bc2015-11-15 02:50:53 +01003021#undef baudrate_sp
3022int baudrate_sp(
3023 SCREEN *sp)
3024 { return(*(int *)0); }
3025
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05303026#undef baudrate
3027int baudrate(void)
3028 { return(*(int *)0); }
3029
3030/* ./tinfo/lib_cur_term.c */
3031
3032#undef cur_term
3033TERMINAL *cur_term;
3034
Steve Kondikae271bc2015-11-15 02:50:53 +01003035#undef set_curterm_sp
3036TERMINAL *set_curterm_sp(
3037 SCREEN *sp,
3038 TERMINAL *termp)
3039 { return(*(TERMINAL **)0); }
3040
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05303041#undef set_curterm
3042TERMINAL *set_curterm(
3043 TERMINAL *termp)
3044 { return(*(TERMINAL **)0); }
3045
Steve Kondikae271bc2015-11-15 02:50:53 +01003046#undef del_curterm_sp
3047int del_curterm_sp(
3048 SCREEN *sp,
3049 TERMINAL *termp)
3050 { return(*(int *)0); }
3051
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05303052#undef del_curterm
3053int del_curterm(
3054 TERMINAL *termp)
3055 { return(*(int *)0); }
3056
3057/* ./tinfo/lib_data.c */
3058
3059#undef stdscr
3060WINDOW *stdscr;
3061#undef curscr
3062WINDOW *curscr;
3063#undef newscr
3064WINDOW *newscr;
3065#undef _nc_screen_chain
3066SCREEN *_nc_screen_chain;
3067#undef SP
3068SCREEN *SP;
3069#undef _nc_globals
3070NCURSES_GLOBALS _nc_globals;
3071#undef _nc_prescreen
3072NCURSES_PRESCREEN _nc_prescreen;
3073
Steve Kondikae271bc2015-11-15 02:50:53 +01003074#undef _nc_screen_of
3075SCREEN *_nc_screen_of(
3076 WINDOW *win)
3077 { return(*(SCREEN **)0); }
3078
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05303079/* ./tinfo/lib_has_cap.c */
3080
Steve Kondikae271bc2015-11-15 02:50:53 +01003081#undef has_ic_sp
3082NCURSES_BOOL has_ic_sp(
3083 SCREEN *sp)
3084 { return(*(NCURSES_BOOL *)0); }
3085
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05303086#undef has_ic
3087NCURSES_BOOL has_ic(void)
3088 { return(*(NCURSES_BOOL *)0); }
3089
Steve Kondikae271bc2015-11-15 02:50:53 +01003090#undef has_il_sp
3091NCURSES_BOOL has_il_sp(
3092 SCREEN *sp)
3093 { return(*(NCURSES_BOOL *)0); }
3094
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05303095#undef has_il
3096NCURSES_BOOL has_il(void)
3097 { return(*(NCURSES_BOOL *)0); }
3098
3099/* ./tinfo/lib_kernel.c */
3100
Steve Kondikae271bc2015-11-15 02:50:53 +01003101#undef erasechar_sp
3102char erasechar_sp(
3103 SCREEN *sp)
3104 { return(*(char *)0); }
3105
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05303106#undef erasechar
3107char erasechar(void)
3108 { return(*(char *)0); }
3109
Steve Kondikae271bc2015-11-15 02:50:53 +01003110#undef killchar_sp
3111char killchar_sp(
3112 SCREEN *sp)
3113 { return(*(char *)0); }
3114
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05303115#undef killchar
3116char killchar(void)
3117 { return(*(char *)0); }
3118
Steve Kondikae271bc2015-11-15 02:50:53 +01003119#undef flushinp_sp
3120int flushinp_sp(
3121 SCREEN *sp)
3122 { return(*(int *)0); }
3123
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05303124#undef flushinp
3125int flushinp(void)
3126 { return(*(int *)0); }
3127
3128/* ./lib_keyname.c */
3129
3130struct kn { short offset; int code; };
3131
Steve Kondikae271bc2015-11-15 02:50:53 +01003132#undef keyname_sp
3133const char *keyname_sp(
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05303134 SCREEN *sp,
3135 int c)
Steve Kondikae271bc2015-11-15 02:50:53 +01003136 { return(*(const char **)0); }
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05303137
3138#undef keyname
Steve Kondikae271bc2015-11-15 02:50:53 +01003139const char *keyname(
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05303140 int c)
Steve Kondikae271bc2015-11-15 02:50:53 +01003141 { return(*(const char **)0); }
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05303142
3143/* ./tinfo/lib_longname.c */
3144
Steve Kondikae271bc2015-11-15 02:50:53 +01003145#undef longname_sp
3146char *longname_sp(
3147 SCREEN *sp)
3148 { return(*(char **)0); }
3149
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05303150#undef longname
3151char *longname(void)
3152 { return(*(char **)0); }
3153
3154/* ./tinfo/lib_napms.c */
3155
Steve Kondikae271bc2015-11-15 02:50:53 +01003156#undef napms_sp
3157int napms_sp(
3158 SCREEN *sp,
3159 int ms)
3160 { return(*(int *)0); }
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05303161
3162#undef napms
3163int napms(
3164 int ms)
3165 { return(*(int *)0); }
3166
3167/* ./tinfo/lib_options.c */
3168
3169#undef idlok
3170int idlok(
3171 WINDOW *win,
3172 NCURSES_BOOL flag)
3173 { return(*(int *)0); }
3174
3175#undef idcok
3176void idcok(
3177 WINDOW *win,
3178 NCURSES_BOOL flag)
3179 { /* void */ }
3180
Steve Kondikae271bc2015-11-15 02:50:53 +01003181#undef halfdelay_sp
3182int halfdelay_sp(
3183 SCREEN *sp,
3184 int t)
3185 { return(*(int *)0); }
3186
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05303187#undef halfdelay
3188int halfdelay(
3189 int t)
3190 { return(*(int *)0); }
3191
3192#undef nodelay
3193int nodelay(
3194 WINDOW *win,
3195 NCURSES_BOOL flag)
3196 { return(*(int *)0); }
3197
3198#undef notimeout
3199int notimeout(
3200 WINDOW *win,
3201 NCURSES_BOOL f)
3202 { return(*(int *)0); }
3203
3204#undef wtimeout
3205void wtimeout(
3206 WINDOW *win,
3207 int delay)
3208 { /* void */ }
3209
3210#undef keypad
3211int keypad(
3212 WINDOW *win,
3213 NCURSES_BOOL flag)
3214 { return(*(int *)0); }
3215
3216#undef meta
3217int meta(
3218 WINDOW *win,
3219 NCURSES_BOOL flag)
3220 { return(*(int *)0); }
3221
Steve Kondikae271bc2015-11-15 02:50:53 +01003222#undef curs_set_sp
3223int curs_set_sp(
3224 SCREEN *sp,
3225 int vis)
3226 { return(*(int *)0); }
3227
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05303228#undef curs_set
3229int curs_set(
3230 int vis)
3231 { return(*(int *)0); }
3232
Steve Kondikae271bc2015-11-15 02:50:53 +01003233#undef typeahead_sp
3234int typeahead_sp(
3235 SCREEN *sp,
3236 int fd)
3237 { return(*(int *)0); }
3238
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05303239#undef typeahead
3240int typeahead(
3241 int fd)
3242 { return(*(int *)0); }
3243
Steve Kondikae271bc2015-11-15 02:50:53 +01003244#undef has_key_sp
3245int has_key_sp(
3246 SCREEN *sp,
3247 int keycode)
3248 { return(*(int *)0); }
3249
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05303250#undef has_key
3251int has_key(
3252 int keycode)
3253 { return(*(int *)0); }
3254
Steve Kondikae271bc2015-11-15 02:50:53 +01003255#undef _nc_putp_flush_sp
3256int _nc_putp_flush_sp(
3257 SCREEN *sp,
3258 const char *name,
3259 const char *value)
3260 { return(*(int *)0); }
3261
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05303262#undef _nc_keypad
3263int _nc_keypad(
3264 SCREEN *sp,
Steve Kondikae271bc2015-11-15 02:50:53 +01003265 int flag)
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05303266 { return(*(int *)0); }
3267
3268/* ./tinfo/lib_raw.c */
3269
Steve Kondikae271bc2015-11-15 02:50:53 +01003270#undef raw_sp
3271int raw_sp(
3272 SCREEN *sp)
3273 { return(*(int *)0); }
3274
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05303275#undef raw
3276int raw(void)
3277 { return(*(int *)0); }
3278
Steve Kondikae271bc2015-11-15 02:50:53 +01003279#undef cbreak_sp
3280int cbreak_sp(
3281 SCREEN *sp)
3282 { return(*(int *)0); }
3283
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05303284#undef cbreak
3285int cbreak(void)
3286 { return(*(int *)0); }
3287
Steve Kondikae271bc2015-11-15 02:50:53 +01003288#undef qiflush_sp
3289void qiflush_sp(
3290 SCREEN *sp)
3291 { /* void */ }
3292
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05303293#undef qiflush
3294void qiflush(void)
3295 { /* void */ }
3296
Steve Kondikae271bc2015-11-15 02:50:53 +01003297#undef noraw_sp
3298int noraw_sp(
3299 SCREEN *sp)
3300 { return(*(int *)0); }
3301
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05303302#undef noraw
3303int noraw(void)
3304 { return(*(int *)0); }
3305
Steve Kondikae271bc2015-11-15 02:50:53 +01003306#undef nocbreak_sp
3307int nocbreak_sp(
3308 SCREEN *sp)
3309 { return(*(int *)0); }
3310
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05303311#undef nocbreak
3312int nocbreak(void)
3313 { return(*(int *)0); }
3314
Steve Kondikae271bc2015-11-15 02:50:53 +01003315#undef noqiflush_sp
3316void noqiflush_sp(
3317 SCREEN *sp)
3318 { /* void */ }
3319
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05303320#undef noqiflush
3321void noqiflush(void)
3322 { /* void */ }
3323
Steve Kondikae271bc2015-11-15 02:50:53 +01003324#undef intrflush_sp
3325int intrflush_sp(
3326 SCREEN *sp,
3327 WINDOW *win,
3328 NCURSES_BOOL flag)
3329 { return(*(int *)0); }
3330
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05303331#undef intrflush
3332int intrflush(
3333 WINDOW *win,
3334 NCURSES_BOOL flag)
3335 { return(*(int *)0); }
3336
3337/* ./tinfo/lib_setup.c */
3338
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05303339#undef ttytype
3340char ttytype[256];
3341#undef LINES
3342int LINES;
3343#undef COLS
3344int COLS;
3345#undef TABSIZE
3346int TABSIZE;
3347
Steve Kondikae271bc2015-11-15 02:50:53 +01003348#undef set_tabsize_sp
3349int set_tabsize_sp(
3350 SCREEN *sp,
3351 int value)
3352 { return(*(int *)0); }
3353
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05303354#undef set_tabsize
3355int set_tabsize(
3356 int value)
3357 { return(*(int *)0); }
3358
3359#undef _nc_handle_sigwinch
3360int _nc_handle_sigwinch(
3361 SCREEN *sp)
3362 { return(*(int *)0); }
3363
Steve Kondikae271bc2015-11-15 02:50:53 +01003364#undef use_env_sp
3365void use_env_sp(
3366 SCREEN *sp,
3367 NCURSES_BOOL f)
3368 { /* void */ }
3369
3370#undef use_tioctl_sp
3371void use_tioctl_sp(
3372 SCREEN *sp,
3373 NCURSES_BOOL f)
3374 { /* void */ }
3375
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05303376#undef use_env
3377void use_env(
3378 NCURSES_BOOL f)
3379 { /* void */ }
3380
Steve Kondikae271bc2015-11-15 02:50:53 +01003381#undef use_tioctl
3382void use_tioctl(
3383 NCURSES_BOOL f)
3384 { /* void */ }
3385
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05303386#undef _nc_get_screensize
3387void _nc_get_screensize(
3388 SCREEN *sp,
3389 int *linep,
3390 int *colp)
3391 { /* void */ }
3392
3393#undef _nc_update_screensize
3394void _nc_update_screensize(
3395 SCREEN *sp)
3396 { /* void */ }
3397
Steve Kondikae271bc2015-11-15 02:50:53 +01003398#undef _nc_setup_tinfo
3399int _nc_setup_tinfo(
3400 const char *const tn,
3401 TERMTYPE *const tp)
3402 { return(*(int *)0); }
3403
3404#undef _nc_tinfo_cmdch
3405void _nc_tinfo_cmdch(
3406 TERMINAL *termp,
3407 int proto)
3408 { /* void */ }
3409
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05303410#undef _nc_get_locale
3411char *_nc_get_locale(void)
3412 { return(*(char **)0); }
3413
3414#undef _nc_unicode_locale
3415int _nc_unicode_locale(void)
3416 { return(*(int *)0); }
3417
3418#undef _nc_locale_breaks_acs
3419int _nc_locale_breaks_acs(
3420 TERMINAL *termp)
3421 { return(*(int *)0); }
3422
3423#undef _nc_setupterm
3424int _nc_setupterm(
Steve Kondikae271bc2015-11-15 02:50:53 +01003425 const char *tname,
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05303426 int Filedes,
3427 int *errret,
Steve Kondikae271bc2015-11-15 02:50:53 +01003428 int reuse)
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05303429 { return(*(int *)0); }
3430
Steve Kondikae271bc2015-11-15 02:50:53 +01003431#undef new_prescr
3432SCREEN *new_prescr(void)
3433 { return(*(SCREEN **)0); }
3434
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05303435#undef setupterm
3436int setupterm(
Steve Kondikae271bc2015-11-15 02:50:53 +01003437 const char *tname,
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05303438 int Filedes,
3439 int *errret)
3440 { return(*(int *)0); }
3441
3442/* ./tinfo/lib_termcap.c */
3443
3444#undef UP
3445char *UP;
3446#undef BC
3447char *BC;
3448
Steve Kondikae271bc2015-11-15 02:50:53 +01003449#undef tgetent_sp
3450int tgetent_sp(
3451 SCREEN *sp,
3452 char *bufp,
3453 const char *name)
3454 { return(*(int *)0); }
3455
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05303456#undef tgetent
3457int tgetent(
3458 char *bufp,
3459 const char *name)
3460 { return(*(int *)0); }
3461
Steve Kondikae271bc2015-11-15 02:50:53 +01003462#undef tgetflag_sp
3463int tgetflag_sp(
3464 SCREEN *sp,
3465 const char *id)
3466 { return(*(int *)0); }
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05303467
3468#undef tgetflag
3469int tgetflag(
Steve Kondikae271bc2015-11-15 02:50:53 +01003470 const char *id)
3471 { return(*(int *)0); }
3472
3473#undef tgetnum_sp
3474int tgetnum_sp(
3475 SCREEN *sp,
3476 const char *id)
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05303477 { return(*(int *)0); }
3478
3479#undef tgetnum
3480int tgetnum(
Steve Kondikae271bc2015-11-15 02:50:53 +01003481 const char *id)
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05303482 { return(*(int *)0); }
3483
Steve Kondikae271bc2015-11-15 02:50:53 +01003484#undef tgetstr_sp
3485char *tgetstr_sp(
3486 SCREEN *sp,
3487 const char *id,
3488 char **area)
3489 { return(*(char **)0); }
3490
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05303491#undef tgetstr
3492char *tgetstr(
Steve Kondikae271bc2015-11-15 02:50:53 +01003493 const char *id,
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05303494 char **area)
3495 { return(*(char **)0); }
3496
3497/* ./tinfo/lib_termname.c */
3498
Steve Kondikae271bc2015-11-15 02:50:53 +01003499#undef termname_sp
3500char *termname_sp(
3501 SCREEN *sp)
3502 { return(*(char **)0); }
3503
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05303504#undef termname
3505char *termname(void)
3506 { return(*(char **)0); }
3507
3508/* ./tinfo/lib_tgoto.c */
3509
3510#undef tgoto
3511char *tgoto(
3512 const char *string,
3513 int x,
3514 int y)
3515 { return(*(char **)0); }
3516
3517/* ./tinfo/lib_ti.c */
3518
Steve Kondikae271bc2015-11-15 02:50:53 +01003519#undef tigetflag_sp
3520int tigetflag_sp(
3521 SCREEN *sp,
3522 const char *str)
3523 { return(*(int *)0); }
3524
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05303525#undef tigetflag
3526int tigetflag(
Steve Kondikae271bc2015-11-15 02:50:53 +01003527 const char *str)
3528 { return(*(int *)0); }
3529
3530#undef tigetnum_sp
3531int tigetnum_sp(
3532 SCREEN *sp,
3533 const char *str)
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05303534 { return(*(int *)0); }
3535
3536#undef tigetnum
3537int tigetnum(
Steve Kondikae271bc2015-11-15 02:50:53 +01003538 const char *str)
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05303539 { return(*(int *)0); }
3540
Steve Kondikae271bc2015-11-15 02:50:53 +01003541#undef tigetstr_sp
3542char *tigetstr_sp(
3543 SCREEN *sp,
3544 const char *str)
3545 { return(*(char **)0); }
3546
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05303547#undef tigetstr
3548char *tigetstr(
Steve Kondikae271bc2015-11-15 02:50:53 +01003549 const char *str)
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05303550 { return(*(char **)0); }
3551
3552/* ./tinfo/lib_tparm.c */
3553
3554#undef _nc_tparm_err
3555int _nc_tparm_err;
3556
3557#undef _nc_tparm_analyze
3558int _nc_tparm_analyze(
3559 const char *string,
3560 char *p_is_s[9],
Steve Kondikae271bc2015-11-15 02:50:53 +01003561 int *_nc_popcount)
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05303562 { return(*(int *)0); }
3563
3564#undef tparm
3565char *tparm(
Steve Kondikae271bc2015-11-15 02:50:53 +01003566 const char *string,
3567 ...)
3568 { return(*(char **)0); }
3569
3570#undef tiparm
3571char *tiparm(
3572 const char *string,
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05303573 ...)
3574 { return(*(char **)0); }
3575
3576/* ./tinfo/lib_tputs.c */
3577
3578#undef PC
3579char PC;
3580#undef ospeed
Steve Kondikae271bc2015-11-15 02:50:53 +01003581short ospeed;
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05303582#undef _nc_nulls_sent
3583int _nc_nulls_sent;
3584
3585#undef _nc_set_no_padding
3586void _nc_set_no_padding(
3587 SCREEN *sp)
3588 { /* void */ }
3589
Steve Kondikae271bc2015-11-15 02:50:53 +01003590#undef delay_output_sp
3591int delay_output_sp(
3592 SCREEN *sp,
3593 int ms)
3594 { return(*(int *)0); }
3595
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05303596#undef delay_output
3597int delay_output(
3598 int ms)
3599 { return(*(int *)0); }
3600
Steve Kondikae271bc2015-11-15 02:50:53 +01003601#undef _nc_flush_sp
3602void _nc_flush_sp(
3603 SCREEN *sp)
3604 { /* void */ }
3605
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05303606#undef _nc_flush
3607void _nc_flush(void)
3608 { /* void */ }
3609
Steve Kondikae271bc2015-11-15 02:50:53 +01003610#undef _nc_outch_sp
3611int _nc_outch_sp(
3612 SCREEN *sp,
3613 int ch)
3614 { return(*(int *)0); }
3615
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05303616#undef _nc_outch
3617int _nc_outch(
3618 int ch)
3619 { return(*(int *)0); }
3620
Steve Kondikae271bc2015-11-15 02:50:53 +01003621#undef _nc_putchar_sp
3622int _nc_putchar_sp(
3623 SCREEN *sp,
3624 int ch)
3625 { return(*(int *)0); }
3626
3627#undef _nc_putchar
3628int _nc_putchar(
3629 int ch)
3630 { return(*(int *)0); }
3631
3632#undef putp_sp
3633int putp_sp(
3634 SCREEN *sp,
3635 const char *string)
3636 { return(*(int *)0); }
3637
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05303638#undef putp
3639int putp(
3640 const char *string)
3641 { return(*(int *)0); }
3642
Steve Kondikae271bc2015-11-15 02:50:53 +01003643#undef _nc_putp_sp
3644int _nc_putp_sp(
3645 SCREEN *sp,
3646 const char *name,
3647 const char *string)
3648 { return(*(int *)0); }
3649
3650#undef _nc_putp
3651int _nc_putp(
3652 const char *name,
3653 const char *string)
3654 { return(*(int *)0); }
3655
3656#undef tputs_sp
3657int tputs_sp(
3658 SCREEN *sp,
3659 const char *string,
3660 int affcnt,
3661 NCURSES_OUTC_sp outc)
3662 { return(*(int *)0); }
3663
3664#undef _nc_outc_wrapper
3665int _nc_outc_wrapper(
3666 SCREEN *sp,
3667 int c)
3668 { return(*(int *)0); }
3669
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05303670#undef tputs
3671int tputs(
3672 const char *string,
3673 int affcnt,
3674 int (*outc)(
3675 int p1))
3676 { return(*(int *)0); }
3677
3678/* ./trace/lib_trace.c */
3679
3680#undef _nc_tracing
3681unsigned _nc_tracing;
3682#undef _nc_tputs_trace
3683const char *_nc_tputs_trace = {0};
3684#undef _nc_outchars
3685long _nc_outchars;
3686
3687#undef trace
3688void trace(
3689 const unsigned int tracelevel)
3690 { /* void */ }
3691
3692#undef _tracef
3693void _tracef(
3694 const char *fmt,
3695 ...)
3696 { /* void */ }
3697
3698#undef _nc_retrace_bool
3699NCURSES_BOOL _nc_retrace_bool(
Steve Kondikae271bc2015-11-15 02:50:53 +01003700 int code)
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05303701 { return(*(NCURSES_BOOL *)0); }
3702
Steve Kondikae271bc2015-11-15 02:50:53 +01003703#undef _nc_retrace_char
3704char _nc_retrace_char(
3705 int code)
3706 { return(*(char *)0); }
3707
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05303708#undef _nc_retrace_int
3709int _nc_retrace_int(
3710 int code)
3711 { return(*(int *)0); }
3712
3713#undef _nc_retrace_unsigned
3714unsigned _nc_retrace_unsigned(
3715 unsigned code)
3716 { return(*(unsigned *)0); }
3717
3718#undef _nc_retrace_ptr
3719char *_nc_retrace_ptr(
3720 char *code)
3721 { return(*(char **)0); }
3722
3723#undef _nc_retrace_cptr
3724const char *_nc_retrace_cptr(
3725 const char *code)
3726 { return(*(const char **)0); }
3727
3728#undef _nc_retrace_cvoid_ptr
Steve Kondikae271bc2015-11-15 02:50:53 +01003729const void *_nc_retrace_cvoid_ptr(
3730 const void *code)
3731 { return(*(const void **)0); }
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05303732
3733#undef _nc_retrace_void_ptr
3734void *_nc_retrace_void_ptr(
3735 void *code)
3736 { return(*(void **)0); }
3737
3738#undef _nc_retrace_sp
3739SCREEN *_nc_retrace_sp(
3740 SCREEN *code)
3741 { return(*(SCREEN **)0); }
3742
3743#undef _nc_retrace_win
3744WINDOW *_nc_retrace_win(
3745 WINDOW *code)
3746 { return(*(WINDOW **)0); }
3747
3748/* ./trace/lib_traceatr.c */
3749
3750#undef _traceattr2
3751char *_traceattr2(
3752 int bufnum,
3753 chtype newmode)
3754 { return(*(char **)0); }
3755
3756#undef _traceattr
3757char *_traceattr(
3758 attr_t newmode)
3759 { return(*(char **)0); }
3760
Steve Kondikae271bc2015-11-15 02:50:53 +01003761#undef _nc_retrace_int_attr_t
3762int _nc_retrace_int_attr_t(
3763 attr_t code)
3764 { return(*(int *)0); }
3765
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05303766#undef _nc_retrace_attr_t
3767attr_t _nc_retrace_attr_t(
3768 attr_t code)
3769 { return(*(attr_t *)0); }
3770
3771#undef _nc_altcharset_name
3772const char *_nc_altcharset_name(
3773 attr_t attr,
3774 chtype ch)
3775 { return(*(const char **)0); }
3776
3777#undef _tracechtype2
3778char *_tracechtype2(
3779 int bufnum,
3780 chtype ch)
3781 { return(*(char **)0); }
3782
3783#undef _tracechtype
3784char *_tracechtype(
3785 chtype ch)
3786 { return(*(char **)0); }
3787
3788#undef _nc_retrace_chtype
3789chtype _nc_retrace_chtype(
3790 chtype code)
3791 { return(*(chtype *)0); }
3792
3793/* ./trace/lib_tracebits.c */
3794
3795typedef struct {
3796 unsigned int val;
Steve Kondikae271bc2015-11-15 02:50:53 +01003797 const char name[8];
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05303798} BITNAMES;
3799
3800#undef _nc_trace_ttymode
3801char *_nc_trace_ttymode(
3802 struct termios *tty)
3803 { return(*(char **)0); }
3804
3805#undef _nc_tracebits
3806char *_nc_tracebits(void)
3807 { return(*(char **)0); }
3808
3809/* ./trace/lib_tracechr.c */
3810
3811#undef _nc_tracechar
3812char *_nc_tracechar(
3813 SCREEN *sp,
3814 int ch)
3815 { return(*(char **)0); }
3816
3817#undef _tracechar
3818char *_tracechar(
3819 int ch)
3820 { return(*(char **)0); }
3821
3822/* ./tinfo/lib_ttyflags.c */
3823
Steve Kondikae271bc2015-11-15 02:50:53 +01003824#undef _nc_get_tty_mode_sp
3825int _nc_get_tty_mode_sp(
3826 SCREEN *sp,
3827 struct termios *buf)
3828 { return(*(int *)0); }
3829
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05303830#undef _nc_get_tty_mode
3831int _nc_get_tty_mode(
3832 struct termios *buf)
3833 { return(*(int *)0); }
3834
Steve Kondikae271bc2015-11-15 02:50:53 +01003835#undef _nc_set_tty_mode_sp
3836int _nc_set_tty_mode_sp(
3837 SCREEN *sp,
3838 struct termios *buf)
3839 { return(*(int *)0); }
3840
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05303841#undef _nc_set_tty_mode
3842int _nc_set_tty_mode(
3843 struct termios *buf)
3844 { return(*(int *)0); }
3845
Steve Kondikae271bc2015-11-15 02:50:53 +01003846#undef def_shell_mode_sp
3847int def_shell_mode_sp(
3848 SCREEN *sp)
3849 { return(*(int *)0); }
3850
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05303851#undef def_shell_mode
3852int def_shell_mode(void)
3853 { return(*(int *)0); }
3854
Steve Kondikae271bc2015-11-15 02:50:53 +01003855#undef def_prog_mode_sp
3856int def_prog_mode_sp(
3857 SCREEN *sp)
3858 { return(*(int *)0); }
3859
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05303860#undef def_prog_mode
3861int def_prog_mode(void)
3862 { return(*(int *)0); }
3863
Steve Kondikae271bc2015-11-15 02:50:53 +01003864#undef reset_prog_mode_sp
3865int reset_prog_mode_sp(
3866 SCREEN *sp)
3867 { return(*(int *)0); }
3868
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05303869#undef reset_prog_mode
3870int reset_prog_mode(void)
3871 { return(*(int *)0); }
3872
Steve Kondikae271bc2015-11-15 02:50:53 +01003873#undef reset_shell_mode_sp
3874int reset_shell_mode_sp(
3875 SCREEN *sp)
3876 { return(*(int *)0); }
3877
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05303878#undef reset_shell_mode
3879int reset_shell_mode(void)
3880 { return(*(int *)0); }
3881
Steve Kondikae271bc2015-11-15 02:50:53 +01003882#undef savetty_sp
3883int savetty_sp(
3884 SCREEN *sp)
3885 { return(*(int *)0); }
3886
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05303887#undef savetty
3888int savetty(void)
3889 { return(*(int *)0); }
3890
Steve Kondikae271bc2015-11-15 02:50:53 +01003891#undef resetty_sp
3892int resetty_sp(
3893 SCREEN *sp)
3894 { return(*(int *)0); }
3895
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05303896#undef resetty
3897int resetty(void)
3898 { return(*(int *)0); }
3899
3900/* ./tty/lib_twait.c */
3901
3902#undef _nc_timed_wait
3903int _nc_timed_wait(
3904 SCREEN *sp,
3905 int mode,
3906 int milliseconds,
3907 int *timeleft)
3908 { return(*(int *)0); }
3909
3910/* ./tinfo/name_match.c */
3911
3912#undef _nc_first_name
3913char *_nc_first_name(
3914 const char *const sp)
3915 { return(*(char **)0); }
3916
3917#undef _nc_name_match
3918int _nc_name_match(
3919 const char *const namelst,
3920 const char *const name,
3921 const char *const delim)
3922 { return(*(int *)0); }
3923
3924/* ./names.c */
3925
3926#undef boolnames
Steve Kondikae271bc2015-11-15 02:50:53 +01003927const char *const boolnames[] = {0};
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05303928#undef boolfnames
Steve Kondikae271bc2015-11-15 02:50:53 +01003929const char *const boolfnames[] = {0};
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05303930#undef numnames
Steve Kondikae271bc2015-11-15 02:50:53 +01003931const char *const numnames[] = {0};
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05303932#undef numfnames
Steve Kondikae271bc2015-11-15 02:50:53 +01003933const char *const numfnames[] = {0};
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05303934#undef strnames
Steve Kondikae271bc2015-11-15 02:50:53 +01003935const char *const strnames[] = {0};
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05303936#undef strfnames
Steve Kondikae271bc2015-11-15 02:50:53 +01003937const char *const strfnames[] = {0};
3938
3939/* ./tinfo/obsolete.c */
3940
3941#undef _nc_set_buffer_sp
3942void _nc_set_buffer_sp(
3943 SCREEN *sp,
3944 FILE *ofp,
3945 int buffered)
3946 { /* void */ }
3947
3948#undef _nc_set_buffer
3949void _nc_set_buffer(
3950 FILE *ofp,
3951 int buffered)
3952 { /* void */ }
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05303953
3954/* ./tinfo/read_entry.c */
3955
Steve Kondikae271bc2015-11-15 02:50:53 +01003956#undef _nc_init_termtype
3957void _nc_init_termtype(
3958 TERMTYPE *const tp)
3959 { /* void */ }
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05303960
3961#undef _nc_read_termtype
3962int _nc_read_termtype(
3963 TERMTYPE *ptr,
3964 char *buffer,
3965 int limit)
3966 { return(*(int *)0); }
3967
3968#undef _nc_read_file_entry
3969int _nc_read_file_entry(
3970 const char *const filename,
3971 TERMTYPE *ptr)
3972 { return(*(int *)0); }
3973
3974#undef _nc_read_entry
3975int _nc_read_entry(
3976 const char *const name,
3977 char *const filename,
3978 TERMTYPE *const tp)
3979 { return(*(int *)0); }
3980
3981/* ./tinfo/read_termcap.c */
3982
Steve Kondikae271bc2015-11-15 02:50:53 +01003983#undef _nc_read_termcap
3984void _nc_read_termcap(void)
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05303985 { /* void */ }
3986
3987/* ./tinfo/strings.c */
3988
3989#undef _nc_str_init
3990string_desc *_nc_str_init(
3991 string_desc *dst,
3992 char *src,
3993 size_t len)
3994 { return(*(string_desc **)0); }
3995
3996#undef _nc_str_null
3997string_desc *_nc_str_null(
3998 string_desc *dst,
3999 size_t len)
4000 { return(*(string_desc **)0); }
4001
4002#undef _nc_str_copy
4003string_desc *_nc_str_copy(
4004 string_desc *dst,
4005 string_desc *src)
4006 { return(*(string_desc **)0); }
4007
4008#undef _nc_safe_strcat
4009NCURSES_BOOL _nc_safe_strcat(
4010 string_desc *dst,
4011 const char *src)
4012 { return(*(NCURSES_BOOL *)0); }
4013
4014#undef _nc_safe_strcpy
4015NCURSES_BOOL _nc_safe_strcpy(
4016 string_desc *dst,
4017 const char *src)
4018 { return(*(NCURSES_BOOL *)0); }
4019
4020/* ./trace/trace_buf.c */
4021
4022#undef _nc_trace_buf
4023char *_nc_trace_buf(
4024 int bufnum,
4025 size_t want)
4026 { return(*(char **)0); }
4027
4028#undef _nc_trace_bufcat
4029char *_nc_trace_bufcat(
4030 int bufnum,
4031 const char *value)
4032 { return(*(char **)0); }
4033
4034/* ./trace/trace_tries.c */
4035
4036#undef _nc_trace_tries
4037void _nc_trace_tries(
4038 TRIES *tree)
4039 { /* void */ }
4040
4041/* ./base/tries.c */
4042
4043#undef _nc_expand_try
4044char *_nc_expand_try(
4045 TRIES *tree,
4046 unsigned code,
4047 int *count,
4048 size_t len)
4049 { return(*(char **)0); }
4050
4051#undef _nc_remove_key
4052int _nc_remove_key(
4053 TRIES **tree,
4054 unsigned code)
4055 { return(*(int *)0); }
4056
4057#undef _nc_remove_string
4058int _nc_remove_string(
4059 TRIES **tree,
4060 const char *string)
4061 { return(*(int *)0); }
4062
4063/* ./tinfo/trim_sgr0.c */
4064
4065#undef _nc_trim_sgr0
4066char *_nc_trim_sgr0(
4067 TERMTYPE *tp)
4068 { return(*(char **)0); }
4069
4070/* ./unctrl.c */
4071
Steve Kondikae271bc2015-11-15 02:50:53 +01004072#undef unctrl_sp
4073const char *unctrl_sp(
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05304074 SCREEN *sp,
4075 chtype ch)
Steve Kondikae271bc2015-11-15 02:50:53 +01004076 { return(*(const char **)0); }
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05304077
4078#undef unctrl
Steve Kondikae271bc2015-11-15 02:50:53 +01004079const char *unctrl(
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05304080 chtype ch)
Steve Kondikae271bc2015-11-15 02:50:53 +01004081 { return(*(const char **)0); }
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05304082
4083/* ./trace/visbuf.c */
4084
4085#undef _nc_visbuf2
4086const char *_nc_visbuf2(
4087 int bufnum,
4088 const char *buf)
4089 { return(*(const char **)0); }
4090
4091#undef _nc_visbuf
4092const char *_nc_visbuf(
4093 const char *buf)
4094 { return(*(const char **)0); }
4095
4096#undef _nc_visbufn
4097const char *_nc_visbufn(
4098 const char *buf,
4099 int len)
4100 { return(*(const char **)0); }
4101
4102#undef _nc_viscbuf2
4103const char *_nc_viscbuf2(
4104 int bufnum,
4105 const chtype *buf,
4106 int len)
4107 { return(*(const char **)0); }
4108
4109#undef _nc_viscbuf
4110const char *_nc_viscbuf(
4111 const chtype *buf,
4112 int len)
4113 { return(*(const char **)0); }
4114
4115/* ./tinfo/alloc_entry.c */
4116
4117#undef _nc_init_entry
4118void _nc_init_entry(
4119 TERMTYPE *const tp)
4120 { /* void */ }
4121
4122#undef _nc_copy_entry
4123ENTRY *_nc_copy_entry(
4124 ENTRY *oldp)
4125 { return(*(ENTRY **)0); }
4126
4127#undef _nc_save_str
4128char *_nc_save_str(
4129 const char *const string)
4130 { return(*(char **)0); }
4131
4132#undef _nc_wrap_entry
4133void _nc_wrap_entry(
4134 ENTRY *const ep,
4135 NCURSES_BOOL copy_strings)
4136 { /* void */ }
4137
4138#undef _nc_merge_entry
4139void _nc_merge_entry(
4140 TERMTYPE *const to,
4141 TERMTYPE *const from)
4142 { /* void */ }
4143
4144/* ./tinfo/captoinfo.c */
4145
4146#undef _nc_captoinfo
4147char *_nc_captoinfo(
4148 const char *cap,
4149 const char *s,
4150 int const parameterized)
4151 { return(*(char **)0); }
4152
4153#undef _nc_infotocap
4154char *_nc_infotocap(
4155 const char *cap,
4156 const char *str,
4157 int const parameterized)
4158 { return(*(char **)0); }
4159
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05304160/* ./tinfo/comp_expand.c */
4161
4162#undef _nc_tic_expand
4163char *_nc_tic_expand(
4164 const char *srcp,
4165 NCURSES_BOOL tic_format,
4166 int numbers)
4167 { return(*(char **)0); }
4168
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05304169/* ./tinfo/comp_parse.c */
4170
4171#undef _nc_check_termtype2
4172void (*_nc_check_termtype2)(
4173 TERMTYPE *p1,
4174 NCURSES_BOOL p2);
4175#undef _nc_check_termtype
4176void (*_nc_check_termtype)(
4177 TERMTYPE *p1);
4178
4179#undef _nc_entry_match
4180NCURSES_BOOL _nc_entry_match(
4181 char *n1,
4182 char *n2)
4183 { return(*(NCURSES_BOOL *)0); }
4184
4185#undef _nc_read_entry_source
4186void _nc_read_entry_source(
4187 FILE *fp,
4188 char *buf,
4189 int literal,
4190 NCURSES_BOOL silent,
4191 NCURSES_BOOL (*hook)(
4192 ENTRY *p1))
4193 { /* void */ }
4194
4195#undef _nc_resolve_uses2
4196int _nc_resolve_uses2(
4197 NCURSES_BOOL fullresolve,
4198 NCURSES_BOOL literal)
4199 { return(*(int *)0); }
4200
4201#undef _nc_resolve_uses
4202int _nc_resolve_uses(
4203 NCURSES_BOOL fullresolve)
4204 { return(*(int *)0); }
4205
4206/* ./tinfo/comp_scan.c */
4207
4208#undef _nc_syntax
4209int _nc_syntax;
Steve Kondikae271bc2015-11-15 02:50:53 +01004210#undef _nc_strict_bsd
4211int _nc_strict_bsd;
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05304212#undef _nc_curr_file_pos
4213long _nc_curr_file_pos;
4214#undef _nc_comment_start
4215long _nc_comment_start;
4216#undef _nc_comment_end
4217long _nc_comment_end;
4218#undef _nc_start_line
4219long _nc_start_line;
4220#undef _nc_curr_token
4221struct token _nc_curr_token;
4222#undef _nc_disable_period
4223NCURSES_BOOL _nc_disable_period;
4224
4225#undef _nc_reset_input
4226void _nc_reset_input(
4227 FILE *fp,
4228 char *buf)
4229 { /* void */ }
4230
4231#undef _nc_get_token
4232int _nc_get_token(
4233 NCURSES_BOOL silent)
4234 { return(*(int *)0); }
4235
4236#undef _nc_trans_string
4237int _nc_trans_string(
4238 char *ptr,
4239 char *last)
4240 { return(*(int *)0); }
4241
4242#undef _nc_push_token
4243void _nc_push_token(
4244 int tokclass)
4245 { /* void */ }
4246
4247#undef _nc_panic_mode
4248void _nc_panic_mode(
4249 char ch)
4250 { /* void */ }
4251
4252/* ./tinfo/parse_entry.c */
4253
4254#undef _nc_parse_entry
4255int _nc_parse_entry(
4256 struct entry *entryp,
4257 int literal,
4258 NCURSES_BOOL silent)
4259 { return(*(int *)0); }
4260
4261#undef _nc_capcmp
4262int _nc_capcmp(
4263 const char *s,
4264 const char *t)
4265 { return(*(int *)0); }
4266
4267typedef struct {
Steve Kondikae271bc2015-11-15 02:50:53 +01004268 const char from[3];
4269 const char to[6];
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05304270} assoc;
4271
4272/* ./tinfo/write_entry.c */
4273
4274#undef _nc_set_writedir
4275void _nc_set_writedir(
Steve Kondikae271bc2015-11-15 02:50:53 +01004276 const char *dir)
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05304277 { /* void */ }
4278
4279#undef _nc_write_entry
4280void _nc_write_entry(
4281 TERMTYPE *const tp)
4282 { /* void */ }
4283
4284#undef _nc_tic_written
4285int _nc_tic_written(void)
4286 { return(*(int *)0); }
4287
4288/* ./base/define_key.c */
4289
Steve Kondikae271bc2015-11-15 02:50:53 +01004290#undef define_key_sp
4291int define_key_sp(
4292 SCREEN *sp,
4293 const char *str,
4294 int keycode)
4295 { return(*(int *)0); }
4296
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05304297#undef define_key
4298int define_key(
4299 const char *str,
4300 int keycode)
4301 { return(*(int *)0); }
4302
4303/* ./tinfo/hashed_db.c */
4304
4305#undef _nc_hashed_db
4306void _nc_hashed_db(void)
4307 { /* void */ }
4308
4309/* ./base/key_defined.c */
4310
Steve Kondikae271bc2015-11-15 02:50:53 +01004311#undef key_defined_sp
4312int key_defined_sp(
4313 SCREEN *sp,
4314 const char *str)
4315 { return(*(int *)0); }
4316
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05304317#undef key_defined
4318int key_defined(
4319 const char *str)
4320 { return(*(int *)0); }
4321
4322/* ./base/keybound.c */
4323
Steve Kondikae271bc2015-11-15 02:50:53 +01004324#undef keybound_sp
4325char *keybound_sp(
4326 SCREEN *sp,
4327 int code,
4328 int count)
4329 { return(*(char **)0); }
4330
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05304331#undef keybound
4332char *keybound(
4333 int code,
4334 int count)
4335 { return(*(char **)0); }
4336
4337/* ./base/keyok.c */
4338
Steve Kondikae271bc2015-11-15 02:50:53 +01004339#undef keyok_sp
4340int keyok_sp(
4341 SCREEN *sp,
4342 int c,
4343 NCURSES_BOOL flag)
4344 { return(*(int *)0); }
4345
Amit Daniel Kachhape6a01f52011-07-20 11:45:59 +05304346#undef keyok
4347int keyok(
4348 int c,
4349 NCURSES_BOOL flag)
4350 { return(*(int *)0); }
4351
4352/* ./base/version.c */
4353
4354#undef curses_version
4355const char *curses_version(void)
4356 { return(*(const char **)0); }