]> ncurses.scripts.mit.edu Git - ncurses.git/blob - ncurses/llib-ltinfot
ncurses 6.4 - patch 20230424
[ncurses.git] / ncurses / llib-ltinfot
1 /****************************************************************************
2  * Copyright 2019-2022,2023 Thomas E. Dickey                                *
3  * Copyright 2013-2016,2017 Free Software Foundation, Inc.                  *
4  *                                                                          *
5  * Permission is hereby granted, free of charge, to any person obtaining a  *
6  * copy of this software and associated documentation files (the            *
7  * "Software"), to deal in the Software without restriction, including      *
8  * without limitation the rights to use, copy, modify, merge, publish,      *
9  * distribute, distribute with modifications, sublicense, and/or sell       *
10  * copies of the Software, and to permit persons to whom the Software is    *
11  * furnished to do so, subject to the following conditions:                 *
12  *                                                                          *
13  * The above copyright notice and this permission notice shall be included  *
14  * in all copies or substantial portions of the Software.                   *
15  *                                                                          *
16  * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS  *
17  * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF               *
18  * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.   *
19  * IN NO EVENT SHALL THE ABOVE COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,   *
20  * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR    *
21  * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR    *
22  * THE USE OR OTHER DEALINGS IN THE SOFTWARE.                               *
23  *                                                                          *
24  * Except as contained in this notice, the name(s) of the above copyright   *
25  * holders shall not be used in advertising or otherwise to promote the     *
26  * sale, use or other dealings in this Software without prior written       *
27  * authorization.                                                           *
28  ****************************************************************************/
29
30 /****************************************************************************
31  *  Author: Thomas E. Dickey       2013-on                                  *
32  ****************************************************************************/
33 /* LINTLIBRARY */
34
35 /* ./tinfo/access.c */
36
37 #include <curses.priv.h>
38
39 #undef _nc_rootname
40 char    *_nc_rootname(
41                 char    *path)
42                 { return(*(char **)0); }
43
44 #undef _nc_is_abs_path
45 NCURSES_BOOL _nc_is_abs_path(
46                 const char *path)
47                 { return(*(NCURSES_BOOL *)0); }
48
49 #undef _nc_pathlast
50 unsigned _nc_pathlast(
51                 const char *path)
52                 { return(*(unsigned *)0); }
53
54 #undef _nc_basename
55 char    *_nc_basename(
56                 char    *path)
57                 { return(*(char **)0); }
58
59 #undef _nc_access
60 int     _nc_access(
61                 const char *path,
62                 int     mode)
63                 { return(*(int *)0); }
64
65 #undef _nc_is_dir_path
66 NCURSES_BOOL _nc_is_dir_path(
67                 const char *path)
68                 { return(*(NCURSES_BOOL *)0); }
69
70 #undef _nc_is_file_path
71 NCURSES_BOOL _nc_is_file_path(
72                 const char *path)
73                 { return(*(NCURSES_BOOL *)0); }
74
75 #undef _nc_env_access
76 int     _nc_env_access(void)
77                 { return(*(int *)0); }
78
79 #undef _nc_safe_fopen
80 FILE    *_nc_safe_fopen(
81                 const char *path,
82                 const char *mode)
83                 { return(*(FILE **)0); }
84
85 #undef _nc_safe_open3
86 int     _nc_safe_open3(
87                 const char *path,
88                 int     flags,
89                 mode_t  mode)
90                 { return(*(int *)0); }
91
92 /* ./tinfo/add_tries.c */
93
94 #undef _nc_add_to_try
95 int     _nc_add_to_try(
96                 TRIES   **tree,
97                 const char *str,
98                 unsigned code)
99                 { return(*(int *)0); }
100
101 /* ./tinfo/alloc_ttype.c */
102
103 #undef _nc_align_termtype
104 void    _nc_align_termtype(
105                 TERMTYPE *to,
106                 TERMTYPE *from)
107                 { /* void */ }
108
109 #undef _nc_copy_termtype
110 void    _nc_copy_termtype(
111                 TERMTYPE *dst,
112                 const TERMTYPE *src)
113                 { /* void */ }
114
115 /* ./codes.c */
116
117 #undef _nc_boolcodes
118 const char *const *_nc_boolcodes(void)
119                 { return(*(const char **)0); }
120
121 #undef _nc_numcodes
122 const char *const *_nc_numcodes(void)
123                 { return(*(const char **)0); }
124
125 #undef _nc_strcodes
126 const char *const *_nc_strcodes(void)
127                 { return(*(const char **)0); }
128
129 /* ./comp_captab.c */
130
131 #undef _nc_get_table
132 const struct name_table_entry *_nc_get_table(
133                 NCURSES_BOOL termcap)
134                 { return(*(const struct name_table_entry **)0); }
135
136 #undef _nc_get_hash_table
137 const HashValue *_nc_get_hash_table(
138                 NCURSES_BOOL termcap)
139                 { return(*(const HashValue **)0); }
140
141 #undef _nc_get_alias_table
142 const struct alias *_nc_get_alias_table(
143                 NCURSES_BOOL termcap)
144                 { return(*(const struct alias **)0); }
145
146 #undef _nc_get_hash_info
147 const HashData *_nc_get_hash_info(
148                 NCURSES_BOOL termcap)
149                 { return(*(const HashData **)0); }
150
151 /* ./tinfo/comp_error.c */
152
153 #undef _nc_suppress_warnings
154 NCURSES_BOOL _nc_suppress_warnings;
155 #undef _nc_curr_line
156 int     _nc_curr_line;
157 #undef _nc_curr_col
158 int     _nc_curr_col;
159
160 #undef _nc_get_source
161 const char *_nc_get_source(void)
162                 { return(*(const char **)0); }
163
164 #undef _nc_set_source
165 void    _nc_set_source(
166                 const char *const name)
167                 { /* void */ }
168
169 #undef _nc_set_type
170 void    _nc_set_type(
171                 const char *const name)
172                 { /* void */ }
173
174 #undef _nc_get_type
175 void    _nc_get_type(
176                 char    *name)
177                 { /* void */ }
178
179 #undef _nc_warning
180 void    _nc_warning(
181                 const char *const fmt,
182                 ...)
183                 { /* void */ }
184
185 #undef _nc_err_abort
186 void    _nc_err_abort(
187                 const char *const fmt,
188                 ...)
189                 { /* void */ }
190
191 #undef _nc_syserr_abort
192 void    _nc_syserr_abort(
193                 const char *const fmt,
194                 ...)
195                 { /* void */ }
196
197 /* ./tinfo/comp_hash.c */
198
199 #undef _nc_find_entry
200 struct name_table_entry const *_nc_find_entry(
201                 const char *string,
202                 const HashValue *hash_table)
203                 { return(*(struct name_table_entry const **)0); }
204
205 #undef _nc_find_type_entry
206 struct name_table_entry const *_nc_find_type_entry(
207                 const char *string,
208                 int     type,
209                 NCURSES_BOOL termcap)
210                 { return(*(struct name_table_entry const **)0); }
211
212 #undef _nc_find_user_entry
213 struct user_table_entry const *_nc_find_user_entry(
214                 const char *string)
215                 { return(*(struct user_table_entry const **)0); }
216
217 /* ./comp_userdefs.c */
218
219 #undef _nc_get_userdefs_table
220 const struct user_table_entry *_nc_get_userdefs_table(void)
221                 { return(*(const struct user_table_entry **)0); }
222
223 #undef _nc_get_hash_user
224 const HashData *_nc_get_hash_user(void)
225                 { return(*(const HashData **)0); }
226
227 /* ./tinfo/db_iterator.c */
228
229 #undef _nc_tic_dir
230 const char *_nc_tic_dir(
231                 const char *path)
232                 { return(*(const char **)0); }
233
234 #undef _nc_keep_tic_dir
235 void    _nc_keep_tic_dir(
236                 const char *path)
237                 { /* void */ }
238
239 #undef _nc_last_db
240 void    _nc_last_db(void)
241                 { /* void */ }
242
243 #undef _nc_next_db
244 const char *_nc_next_db(
245                 DBDIRS  *state,
246                 int     *offset)
247                 { return(*(const char **)0); }
248
249 #undef _nc_first_db
250 void    _nc_first_db(
251                 DBDIRS  *state,
252                 int     *offset)
253                 { /* void */ }
254
255 /* ./tinfo/doalloc.c */
256
257 #undef _nc_doalloc
258 void    *_nc_doalloc(
259                 void    *oldp,
260                 size_t  amount)
261                 { return(*(void **)0); }
262
263 /* ./tinfo/entries.c */
264
265 #undef _nc_head
266 ENTRY   *_nc_head;
267 #undef _nc_tail
268 ENTRY   *_nc_tail;
269
270 #undef _nc_free_entry
271 void    _nc_free_entry(
272                 ENTRY   *headp,
273                 TERMTYPE *tterm)
274                 { /* void */ }
275
276 #undef _nc_free_entries
277 void    _nc_free_entries(
278                 ENTRY   *headp)
279                 { /* void */ }
280
281 #undef _nc_leaks_tinfo
282 void    _nc_leaks_tinfo(void)
283                 { /* void */ }
284
285 #undef exit_terminfo
286 void    exit_terminfo(
287                 int     code)
288                 { /* void */ }
289
290 /* ./fallback.c */
291
292 #undef _nc_fallback
293 const TERMTYPE *_nc_fallback(
294                 const char *name)
295                 { return(*(const TERMTYPE **)0); }
296
297 /* ./tinfo/free_ttype.c */
298
299 #undef _nc_free_termtype
300 void    _nc_free_termtype(
301                 TERMTYPE *ptr)
302                 { /* void */ }
303
304 #undef _nc_free_termtype1
305 void    _nc_free_termtype1(
306                 TERMTYPE *ptr)
307                 { /* void */ }
308
309 #undef _nc_user_definable
310 NCURSES_BOOL _nc_user_definable;
311
312 #undef use_extended_names
313 int     use_extended_names(
314                 NCURSES_BOOL flag)
315                 { return(*(int *)0); }
316
317 /* ./tinfo/getenv_num.c */
318
319 #undef _nc_getenv_num
320 int     _nc_getenv_num(
321                 const char *name)
322                 { return(*(int *)0); }
323
324 #undef _nc_setenv_num
325 void    _nc_setenv_num(
326                 const char *name,
327                 int     value)
328                 { /* void */ }
329
330 /* ./tinfo/home_terminfo.c */
331
332 #undef _nc_home_terminfo
333 char    *_nc_home_terminfo(void)
334                 { return(*(char **)0); }
335
336 /* ./tinfo/init_keytry.c */
337
338 #undef _nc_init_keytry
339 void    _nc_init_keytry(
340                 SCREEN  *sp)
341                 { /* void */ }
342
343 /* ./tinfo/lib_acs.c */
344
345 #undef _nc_acs_map
346 chtype  *_nc_acs_map(void)
347                 { return(*(chtype **)0); }
348
349 #undef _nc_init_acs_sp
350 void    _nc_init_acs_sp(
351                 SCREEN  *sp)
352                 { /* void */ }
353
354 #undef _nc_init_acs
355 void    _nc_init_acs(void)
356                 { /* void */ }
357
358 /* ./tinfo/lib_baudrate.c */
359
360 struct speed {
361     int given_speed;
362     int actual_speed;
363 };
364
365 #undef _nc_baudrate
366 int     _nc_baudrate(
367                 int     OSpeed)
368                 { return(*(int *)0); }
369
370 #undef _nc_ospeed
371 int     _nc_ospeed(
372                 int     BaudRate)
373                 { return(*(int *)0); }
374
375 #undef baudrate_sp
376 int     baudrate_sp(
377                 SCREEN  *sp)
378                 { return(*(int *)0); }
379
380 #undef baudrate
381 int     baudrate(void)
382                 { return(*(int *)0); }
383
384 /* ./tinfo/lib_cur_term.c */
385
386 #undef _nc_get_cur_term_sp
387 TERMINAL *_nc_get_cur_term_sp(
388                 SCREEN  *sp)
389                 { return(*(TERMINAL **)0); }
390
391 #undef _nc_get_cur_term
392 TERMINAL *_nc_get_cur_term(void)
393                 { return(*(TERMINAL **)0); }
394
395 #undef _nc_cur_term
396 TERMINAL *_nc_cur_term(void)
397                 { return(*(TERMINAL **)0); }
398
399 #undef set_curterm_sp
400 TERMINAL *set_curterm_sp(
401                 SCREEN  *sp,
402                 TERMINAL *termp)
403                 { return(*(TERMINAL **)0); }
404
405 #undef set_curterm
406 TERMINAL *set_curterm(
407                 TERMINAL *termp)
408                 { return(*(TERMINAL **)0); }
409
410 #undef del_curterm_sp
411 int     del_curterm_sp(
412                 SCREEN  *sp,
413                 TERMINAL *termp)
414                 { return(*(int *)0); }
415
416 #undef del_curterm
417 int     del_curterm(
418                 TERMINAL *termp)
419                 { return(*(int *)0); }
420
421 /* ./tinfo/lib_data.c */
422
423 #undef _nc_stdscr
424 WINDOW  *_nc_stdscr(void)
425                 { return(*(WINDOW **)0); }
426
427 #undef _nc_curscr
428 WINDOW  *_nc_curscr(void)
429                 { return(*(WINDOW **)0); }
430
431 #undef _nc_newscr
432 WINDOW  *_nc_newscr(void)
433                 { return(*(WINDOW **)0); }
434
435 #undef _nc_screen_chain
436 SCREEN  *_nc_screen_chain;
437 #undef SP
438 SCREEN  *SP;
439 #undef _nc_globals
440 NCURSES_GLOBALS _nc_globals;
441 #undef _nc_prescreen
442 NCURSES_PRESCREEN _nc_prescreen;
443
444 #undef _nc_screen_of
445 SCREEN  *_nc_screen_of(
446                 WINDOW  *win)
447                 { return(*(SCREEN **)0); }
448
449 #undef _nc_init_pthreads
450 void    _nc_init_pthreads(void)
451                 { /* void */ }
452
453 #undef _nc_mutex_init
454 void    _nc_mutex_init(
455                 pthread_mutex_t *obj)
456                 { /* void */ }
457
458 #undef _nc_mutex_lock
459 int     _nc_mutex_lock(
460                 pthread_mutex_t *obj)
461                 { return(*(int *)0); }
462
463 #undef _nc_mutex_trylock
464 int     _nc_mutex_trylock(
465                 pthread_mutex_t *obj)
466                 { return(*(int *)0); }
467
468 #undef _nc_mutex_unlock
469 int     _nc_mutex_unlock(
470                 pthread_mutex_t *obj)
471                 { return(*(int *)0); }
472
473 /* ./tinfo/lib_has_cap.c */
474
475 #undef has_ic_sp
476 NCURSES_BOOL has_ic_sp(
477                 SCREEN  *sp)
478                 { return(*(NCURSES_BOOL *)0); }
479
480 #undef has_ic
481 NCURSES_BOOL has_ic(void)
482                 { return(*(NCURSES_BOOL *)0); }
483
484 #undef has_il_sp
485 NCURSES_BOOL has_il_sp(
486                 SCREEN  *sp)
487                 { return(*(NCURSES_BOOL *)0); }
488
489 #undef has_il
490 NCURSES_BOOL has_il(void)
491                 { return(*(NCURSES_BOOL *)0); }
492
493 /* ./tinfo/lib_kernel.c */
494
495 #undef erasechar_sp
496 char    erasechar_sp(
497                 SCREEN  *sp)
498                 { return(*(char *)0); }
499
500 #undef erasechar
501 char    erasechar(void)
502                 { return(*(char *)0); }
503
504 #undef killchar_sp
505 char    killchar_sp(
506                 SCREEN  *sp)
507                 { return(*(char *)0); }
508
509 #undef killchar
510 char    killchar(void)
511                 { return(*(char *)0); }
512
513 #undef flushinp_sp
514 int     flushinp_sp(
515                 SCREEN  *sp)
516                 { return(*(int *)0); }
517
518 #undef flushinp
519 int     flushinp(void)
520                 { return(*(int *)0); }
521
522 /* ./lib_keyname.c */
523
524 struct kn { short offset; int code; };
525
526 #undef keyname_sp
527 const char *keyname_sp(
528                 SCREEN  *sp,
529                 int     c)
530                 { return(*(const char **)0); }
531
532 #undef keyname
533 const char *keyname(
534                 int     c)
535                 { return(*(const char **)0); }
536
537 /* ./tinfo/lib_longname.c */
538
539 #undef longname_sp
540 char    *longname_sp(
541                 SCREEN  *sp)
542                 { return(*(char **)0); }
543
544 #undef longname
545 char    *longname(void)
546                 { return(*(char **)0); }
547
548 /* ./tinfo/lib_napms.c */
549
550 #undef napms_sp
551 int     napms_sp(
552                 SCREEN  *sp,
553                 int     ms)
554                 { return(*(int *)0); }
555
556 #undef napms
557 int     napms(
558                 int     ms)
559                 { return(*(int *)0); }
560
561 /* ./tinfo/lib_options.c */
562
563 #undef idlok
564 int     idlok(
565                 WINDOW  *win,
566                 NCURSES_BOOL flag)
567                 { return(*(int *)0); }
568
569 #undef idcok
570 void    idcok(
571                 WINDOW  *win,
572                 NCURSES_BOOL flag)
573                 { /* void */ }
574
575 #undef halfdelay_sp
576 int     halfdelay_sp(
577                 SCREEN  *sp,
578                 int     t)
579                 { return(*(int *)0); }
580
581 #undef halfdelay
582 int     halfdelay(
583                 int     t)
584                 { return(*(int *)0); }
585
586 #undef nodelay
587 int     nodelay(
588                 WINDOW  *win,
589                 NCURSES_BOOL flag)
590                 { return(*(int *)0); }
591
592 #undef notimeout
593 int     notimeout(
594                 WINDOW  *win,
595                 NCURSES_BOOL f)
596                 { return(*(int *)0); }
597
598 #undef wtimeout
599 void    wtimeout(
600                 WINDOW  *win,
601                 int     delay)
602                 { /* void */ }
603
604 #undef keypad
605 int     keypad(
606                 WINDOW  *win,
607                 NCURSES_BOOL flag)
608                 { return(*(int *)0); }
609
610 #undef meta
611 int     meta(
612                 WINDOW  *win,
613                 NCURSES_BOOL flag)
614                 { return(*(int *)0); }
615
616 #undef curs_set_sp
617 int     curs_set_sp(
618                 SCREEN  *sp,
619                 int     vis)
620                 { return(*(int *)0); }
621
622 #undef curs_set
623 int     curs_set(
624                 int     vis)
625                 { return(*(int *)0); }
626
627 #undef typeahead_sp
628 int     typeahead_sp(
629                 SCREEN  *sp,
630                 int     fd)
631                 { return(*(int *)0); }
632
633 #undef typeahead
634 int     typeahead(
635                 int     fd)
636                 { return(*(int *)0); }
637
638 #undef has_key_sp
639 int     has_key_sp(
640                 SCREEN  *sp,
641                 int     keycode)
642                 { return(*(int *)0); }
643
644 #undef has_key
645 int     has_key(
646                 int     keycode)
647                 { return(*(int *)0); }
648
649 #undef _nc_putp_flush_sp
650 int     _nc_putp_flush_sp(
651                 SCREEN  *sp,
652                 const char *name,
653                 const char *value)
654                 { return(*(int *)0); }
655
656 #undef _nc_keypad
657 int     _nc_keypad(
658                 SCREEN  *sp,
659                 int     flag)
660                 { return(*(int *)0); }
661
662 /* ./tinfo/lib_raw.c */
663
664 #undef raw_sp
665 int     raw_sp(
666                 SCREEN  *sp)
667                 { return(*(int *)0); }
668
669 #undef raw
670 int     raw(void)
671                 { return(*(int *)0); }
672
673 #undef cbreak_sp
674 int     cbreak_sp(
675                 SCREEN  *sp)
676                 { return(*(int *)0); }
677
678 #undef cbreak
679 int     cbreak(void)
680                 { return(*(int *)0); }
681
682 #undef qiflush_sp
683 void    qiflush_sp(
684                 SCREEN  *sp)
685                 { /* void */ }
686
687 #undef qiflush
688 void    qiflush(void)
689                 { /* void */ }
690
691 #undef noraw_sp
692 int     noraw_sp(
693                 SCREEN  *sp)
694                 { return(*(int *)0); }
695
696 #undef noraw
697 int     noraw(void)
698                 { return(*(int *)0); }
699
700 #undef nocbreak_sp
701 int     nocbreak_sp(
702                 SCREEN  *sp)
703                 { return(*(int *)0); }
704
705 #undef nocbreak
706 int     nocbreak(void)
707                 { return(*(int *)0); }
708
709 #undef noqiflush_sp
710 void    noqiflush_sp(
711                 SCREEN  *sp)
712                 { /* void */ }
713
714 #undef noqiflush
715 void    noqiflush(void)
716                 { /* void */ }
717
718 #undef intrflush_sp
719 int     intrflush_sp(
720                 SCREEN  *sp,
721                 WINDOW  *win,
722                 NCURSES_BOOL flag)
723                 { return(*(int *)0); }
724
725 #undef intrflush
726 int     intrflush(
727                 WINDOW  *win,
728                 NCURSES_BOOL flag)
729                 { return(*(int *)0); }
730
731 /* ./tinfo/lib_setup.c */
732
733 #undef _nc_ttytype
734 char    *_nc_ttytype(void)
735                 { return(*(char **)0); }
736
737 #undef _nc_ptr_Lines
738 int     *_nc_ptr_Lines(
739                 SCREEN  *sp)
740                 { return(*(int **)0); }
741
742 #undef _nc_LINES
743 int     _nc_LINES(void)
744                 { return(*(int *)0); }
745
746 #undef _nc_ptr_Cols
747 int     *_nc_ptr_Cols(
748                 SCREEN  *sp)
749                 { return(*(int **)0); }
750
751 #undef _nc_COLS
752 int     _nc_COLS(void)
753                 { return(*(int *)0); }
754
755 #undef _nc_ptr_Tabsize
756 int     *_nc_ptr_Tabsize(
757                 SCREEN  *sp)
758                 { return(*(int **)0); }
759
760 #undef _nc_TABSIZE
761 int     _nc_TABSIZE(void)
762                 { return(*(int *)0); }
763
764 #undef set_tabsize_sp
765 int     set_tabsize_sp(
766                 SCREEN  *sp,
767                 int     value)
768                 { return(*(int *)0); }
769
770 #undef set_tabsize
771 int     set_tabsize(
772                 int     value)
773                 { return(*(int *)0); }
774
775 #undef _nc_handle_sigwinch
776 int     _nc_handle_sigwinch(
777                 SCREEN  *sp)
778                 { return(*(int *)0); }
779
780 #undef use_env_sp
781 void    use_env_sp(
782                 SCREEN  *sp,
783                 NCURSES_BOOL f)
784                 { /* void */ }
785
786 #undef use_tioctl_sp
787 void    use_tioctl_sp(
788                 SCREEN  *sp,
789                 NCURSES_BOOL f)
790                 { /* void */ }
791
792 #undef use_env
793 void    use_env(
794                 NCURSES_BOOL f)
795                 { /* void */ }
796
797 #undef use_tioctl
798 void    use_tioctl(
799                 NCURSES_BOOL f)
800                 { /* void */ }
801
802 #undef _nc_get_screensize
803 void    _nc_get_screensize(
804                 SCREEN  *sp,
805                 int     *linep,
806                 int     *colp)
807                 { /* void */ }
808
809 #undef _nc_update_screensize
810 void    _nc_update_screensize(
811                 SCREEN  *sp)
812                 { /* void */ }
813
814 #undef _nc_setup_tinfo
815 int     _nc_setup_tinfo(
816                 const char *const tn,
817                 TERMTYPE *const tp)
818                 { return(*(int *)0); }
819
820 #undef _nc_tinfo_cmdch
821 void    _nc_tinfo_cmdch(
822                 TERMINAL *termp,
823                 int     proto)
824                 { /* void */ }
825
826 #undef _nc_get_locale
827 char    *_nc_get_locale(void)
828                 { return(*(char **)0); }
829
830 #undef _nc_unicode_locale
831 int     _nc_unicode_locale(void)
832                 { return(*(int *)0); }
833
834 #undef _nc_locale_breaks_acs
835 int     _nc_locale_breaks_acs(
836                 TERMINAL *termp)
837                 { return(*(int *)0); }
838
839 #undef _nc_setupterm
840 int     _nc_setupterm(
841                 const char *tname,
842                 int     Filedes,
843                 int     *errret,
844                 int     reuse)
845                 { return(*(int *)0); }
846
847 #undef _nc_find_prescr
848 SCREEN  *_nc_find_prescr(void)
849                 { return(*(SCREEN **)0); }
850
851 #undef _nc_forget_prescr
852 void    _nc_forget_prescr(void)
853                 { /* void */ }
854
855 #undef new_prescr
856 SCREEN  *new_prescr(void)
857                 { return(*(SCREEN **)0); }
858
859 #undef setupterm
860 int     setupterm(
861                 const char *tname,
862                 int     Filedes,
863                 int     *errret)
864                 { return(*(int *)0); }
865
866 /* ./tinfo/lib_termcap.c */
867
868 #undef UP
869 char    *UP;
870 #undef BC
871 char    *BC;
872
873 #undef tgetent_sp
874 int     tgetent_sp(
875                 SCREEN  *sp,
876                 char    *bufp,
877                 const char *name)
878                 { return(*(int *)0); }
879
880 #undef tgetent
881 int     tgetent(
882                 char    *bufp,
883                 const char *name)
884                 { return(*(int *)0); }
885
886 #undef tgetflag_sp
887 int     tgetflag_sp(
888                 SCREEN  *sp,
889                 const char *id)
890                 { return(*(int *)0); }
891
892 #undef tgetflag
893 int     tgetflag(
894                 const char *id)
895                 { return(*(int *)0); }
896
897 #undef tgetnum_sp
898 int     tgetnum_sp(
899                 SCREEN  *sp,
900                 const char *id)
901                 { return(*(int *)0); }
902
903 #undef tgetnum
904 int     tgetnum(
905                 const char *id)
906                 { return(*(int *)0); }
907
908 #undef tgetstr_sp
909 char    *tgetstr_sp(
910                 SCREEN  *sp,
911                 const char *id,
912                 char    **area)
913                 { return(*(char **)0); }
914
915 #undef tgetstr
916 char    *tgetstr(
917                 const char *id,
918                 char    **area)
919                 { return(*(char **)0); }
920
921 /* ./tinfo/lib_termname.c */
922
923 #undef termname_sp
924 char    *termname_sp(
925                 SCREEN  *sp)
926                 { return(*(char **)0); }
927
928 #undef termname
929 char    *termname(void)
930                 { return(*(char **)0); }
931
932 /* ./tinfo/lib_tgoto.c */
933
934 #undef tgoto
935 char    *tgoto(
936                 const char *string,
937                 int     x,
938                 int     y)
939                 { return(*(char **)0); }
940
941 /* ./tinfo/lib_ti.c */
942
943 #undef tigetflag_sp
944 int     tigetflag_sp(
945                 SCREEN  *sp,
946                 const char *str)
947                 { return(*(int *)0); }
948
949 #undef tigetflag
950 int     tigetflag(
951                 const char *str)
952                 { return(*(int *)0); }
953
954 #undef tigetnum_sp
955 int     tigetnum_sp(
956                 SCREEN  *sp,
957                 const char *str)
958                 { return(*(int *)0); }
959
960 #undef tigetnum
961 int     tigetnum(
962                 const char *str)
963                 { return(*(int *)0); }
964
965 #undef tigetstr_sp
966 char    *tigetstr_sp(
967                 SCREEN  *sp,
968                 const char *str)
969                 { return(*(char **)0); }
970
971 #undef tigetstr
972 char    *tigetstr(
973                 const char *str)
974                 { return(*(char **)0); }
975
976 /* ./tinfo/lib_tparm.c */
977
978 #undef _nc_tparm_err
979 int     _nc_tparm_err;
980
981 #undef _nc_free_tparm
982 void    _nc_free_tparm(
983                 TERMINAL *termp)
984                 { /* void */ }
985
986 #undef _nc_tparm_analyze
987 int     _nc_tparm_analyze(
988                 TERMINAL *term,
989                 const char *string,
990                 char    **p_is_s,
991                 int     *_nc_popcount)
992                 { return(*(int *)0); }
993
994 #undef tparm
995 char    *tparm(
996                 const char *string,
997                 ...)
998                 { return(*(char **)0); }
999
1000 #undef tiparm
1001 char    *tiparm(
1002                 const char *string,
1003                 ...)
1004                 { return(*(char **)0); }
1005
1006 #undef tiparm_s
1007 char    *tiparm_s(
1008                 int     num_expected,
1009                 int     tparm_type,
1010                 const char *string,
1011                 ...)
1012                 { return(*(char **)0); }
1013
1014 #undef tiscan_s
1015 int     tiscan_s(
1016                 int     *num_expected,
1017                 int     *tparm_type,
1018                 const char *string)
1019                 { return(*(int *)0); }
1020
1021 #undef _nc_tiparm
1022 char    *_nc_tiparm(
1023                 int     expected,
1024                 const char *string,
1025                 ...)
1026                 { return(*(char **)0); }
1027
1028 #undef _nc_reset_tparm
1029 void    _nc_reset_tparm(
1030                 TERMINAL *term)
1031                 { /* void */ }
1032
1033 /* ./tinfo/lib_tputs.c */
1034
1035 #undef PC
1036 char    PC;
1037 #undef ospeed
1038 short   ospeed;
1039 #undef _nc_nulls_sent
1040 int     _nc_nulls_sent;
1041
1042 #undef _nc_set_no_padding
1043 void    _nc_set_no_padding(
1044                 SCREEN  *sp)
1045                 { /* void */ }
1046
1047 #undef delay_output_sp
1048 int     delay_output_sp(
1049                 SCREEN  *sp,
1050                 int     ms)
1051                 { return(*(int *)0); }
1052
1053 #undef delay_output
1054 int     delay_output(
1055                 int     ms)
1056                 { return(*(int *)0); }
1057
1058 #undef _nc_flush_sp
1059 void    _nc_flush_sp(
1060                 SCREEN  *sp)
1061                 { /* void */ }
1062
1063 #undef _nc_flush
1064 void    _nc_flush(void)
1065                 { /* void */ }
1066
1067 #undef _nc_outch_sp
1068 int     _nc_outch_sp(
1069                 SCREEN  *sp,
1070                 int     ch)
1071                 { return(*(int *)0); }
1072
1073 #undef _nc_outch
1074 int     _nc_outch(
1075                 int     ch)
1076                 { return(*(int *)0); }
1077
1078 #undef _nc_putchar_sp
1079 int     _nc_putchar_sp(
1080                 SCREEN  *sp,
1081                 int     ch)
1082                 { return(*(int *)0); }
1083
1084 #undef _nc_putchar
1085 int     _nc_putchar(
1086                 int     ch)
1087                 { return(*(int *)0); }
1088
1089 #undef putp_sp
1090 int     putp_sp(
1091                 SCREEN  *sp,
1092                 const char *string)
1093                 { return(*(int *)0); }
1094
1095 #undef putp
1096 int     putp(
1097                 const char *string)
1098                 { return(*(int *)0); }
1099
1100 #undef _nc_putp_sp
1101 int     _nc_putp_sp(
1102                 SCREEN  *sp,
1103                 const char *name,
1104                 const char *string)
1105                 { return(*(int *)0); }
1106
1107 #undef _nc_putp
1108 int     _nc_putp(
1109                 const char *name,
1110                 const char *string)
1111                 { return(*(int *)0); }
1112
1113 #undef tputs_sp
1114 int     tputs_sp(
1115                 SCREEN  *sp,
1116                 const char *string,
1117                 int     affcnt,
1118                 NCURSES_OUTC_sp outc)
1119                 { return(*(int *)0); }
1120
1121 #undef _nc_outc_wrapper
1122 int     _nc_outc_wrapper(
1123                 SCREEN  *sp,
1124                 int     c)
1125                 { return(*(int *)0); }
1126
1127 #undef tputs
1128 int     tputs(
1129                 const char *string,
1130                 int     affcnt,
1131                 int     (*outc)(
1132                 int     p1))
1133                 { return(*(int *)0); }
1134
1135 /* ./trace/lib_trace.c */
1136
1137 #undef _nc_tracing
1138 unsigned _nc_tracing;
1139
1140 #undef _nc__nc_tputs_trace
1141 const char *_nc__nc_tputs_trace(void)
1142                 { return(*(const char **)0); }
1143
1144 #undef _nc__nc_outchars
1145 long    _nc__nc_outchars(void)
1146                 { return(*(long *)0); }
1147
1148 #undef _nc_set_tputs_trace
1149 void    _nc_set_tputs_trace(
1150                 const char *s)
1151                 { /* void */ }
1152
1153 #undef _nc_count_outchars
1154 void    _nc_count_outchars(
1155                 long    increment)
1156                 { /* void */ }
1157
1158 #undef curses_trace
1159 unsigned curses_trace(
1160                 unsigned tracelevel)
1161                 { return(*(unsigned *)0); }
1162
1163 #undef trace
1164 void    trace(
1165                 const unsigned int tracelevel)
1166                 { /* void */ }
1167
1168 #undef _tracef
1169 void    _tracef(
1170                 const char *fmt,
1171                 ...)
1172                 { /* void */ }
1173
1174 #undef _nc_retrace_bool
1175 NCURSES_BOOL _nc_retrace_bool(
1176                 int     code)
1177                 { return(*(NCURSES_BOOL *)0); }
1178
1179 #undef _nc_retrace_char
1180 char    _nc_retrace_char(
1181                 int     code)
1182                 { return(*(char *)0); }
1183
1184 #undef _nc_retrace_int
1185 int     _nc_retrace_int(
1186                 int     code)
1187                 { return(*(int *)0); }
1188
1189 #undef _nc_retrace_unsigned
1190 unsigned _nc_retrace_unsigned(
1191                 unsigned code)
1192                 { return(*(unsigned *)0); }
1193
1194 #undef _nc_retrace_ptr
1195 char    *_nc_retrace_ptr(
1196                 char    *code)
1197                 { return(*(char **)0); }
1198
1199 #undef _nc_retrace_cptr
1200 const char *_nc_retrace_cptr(
1201                 const char *code)
1202                 { return(*(const char **)0); }
1203
1204 #undef _nc_retrace_cvoid_ptr
1205 const void *_nc_retrace_cvoid_ptr(
1206                 const void *code)
1207                 { return(*(const void **)0); }
1208
1209 #undef _nc_retrace_void_ptr
1210 void    *_nc_retrace_void_ptr(
1211                 void    *code)
1212                 { return(*(void **)0); }
1213
1214 #undef _nc_retrace_sp
1215 SCREEN  *_nc_retrace_sp(
1216                 SCREEN  *code)
1217                 { return(*(SCREEN **)0); }
1218
1219 #undef _nc_retrace_win
1220 WINDOW  *_nc_retrace_win(
1221                 WINDOW  *code)
1222                 { return(*(WINDOW **)0); }
1223
1224 #undef _nc_fmt_funcptr
1225 char    *_nc_fmt_funcptr(
1226                 char    *target,
1227                 const char *source,
1228                 size_t  size)
1229                 { return(*(char **)0); }
1230
1231 #undef _nc_use_tracef
1232 int     _nc_use_tracef(
1233                 unsigned mask)
1234                 { return(*(int *)0); }
1235
1236 #undef _nc_locked_tracef
1237 void    _nc_locked_tracef(
1238                 const char *fmt,
1239                 ...)
1240                 { /* void */ }
1241
1242 /* ./trace/lib_traceatr.c */
1243
1244 #undef _traceattr2
1245 char    *_traceattr2(
1246                 int     bufnum,
1247                 chtype  newmode)
1248                 { return(*(char **)0); }
1249
1250 #undef _traceattr
1251 char    *_traceattr(
1252                 attr_t  newmode)
1253                 { return(*(char **)0); }
1254
1255 #undef _nc_retrace_int_attr_t
1256 int     _nc_retrace_int_attr_t(
1257                 attr_t  code)
1258                 { return(*(int *)0); }
1259
1260 #undef _nc_retrace_attr_t
1261 attr_t  _nc_retrace_attr_t(
1262                 attr_t  code)
1263                 { return(*(attr_t *)0); }
1264
1265 #undef _nc_altcharset_name
1266 const char *_nc_altcharset_name(
1267                 attr_t  attr,
1268                 chtype  ch)
1269                 { return(*(const char **)0); }
1270
1271 #undef _tracechtype2
1272 char    *_tracechtype2(
1273                 int     bufnum,
1274                 chtype  ch)
1275                 { return(*(char **)0); }
1276
1277 #undef _tracechtype
1278 char    *_tracechtype(
1279                 chtype  ch)
1280                 { return(*(char **)0); }
1281
1282 #undef _nc_retrace_chtype
1283 chtype  _nc_retrace_chtype(
1284                 chtype  code)
1285                 { return(*(chtype *)0); }
1286
1287 /* ./trace/lib_tracebits.c */
1288
1289 #undef _nc_trace_ttymode
1290 char    *_nc_trace_ttymode(
1291                 const struct termios *tty)
1292                 { return(*(char **)0); }
1293
1294 #undef _nc_tracebits
1295 char    *_nc_tracebits(void)
1296                 { return(*(char **)0); }
1297
1298 /* ./trace/lib_tracechr.c */
1299
1300 #undef _nc_tracechar
1301 char    *_nc_tracechar(
1302                 SCREEN  *sp,
1303                 int     ch)
1304                 { return(*(char **)0); }
1305
1306 #undef _tracechar
1307 char    *_tracechar(
1308                 int     ch)
1309                 { return(*(char **)0); }
1310
1311 /* ./tinfo/lib_ttyflags.c */
1312
1313 #undef _nc_get_tty_mode_sp
1314 int     _nc_get_tty_mode_sp(
1315                 SCREEN  *sp,
1316                 struct termios *buf)
1317                 { return(*(int *)0); }
1318
1319 #undef _nc_get_tty_mode
1320 int     _nc_get_tty_mode(
1321                 struct termios *buf)
1322                 { return(*(int *)0); }
1323
1324 #undef _nc_set_tty_mode_sp
1325 int     _nc_set_tty_mode_sp(
1326                 SCREEN  *sp,
1327                 struct termios *buf)
1328                 { return(*(int *)0); }
1329
1330 #undef _nc_set_tty_mode
1331 int     _nc_set_tty_mode(
1332                 struct termios *buf)
1333                 { return(*(int *)0); }
1334
1335 #undef def_shell_mode_sp
1336 int     def_shell_mode_sp(
1337                 SCREEN  *sp)
1338                 { return(*(int *)0); }
1339
1340 #undef def_shell_mode
1341 int     def_shell_mode(void)
1342                 { return(*(int *)0); }
1343
1344 #undef def_prog_mode_sp
1345 int     def_prog_mode_sp(
1346                 SCREEN  *sp)
1347                 { return(*(int *)0); }
1348
1349 #undef def_prog_mode
1350 int     def_prog_mode(void)
1351                 { return(*(int *)0); }
1352
1353 #undef reset_prog_mode_sp
1354 int     reset_prog_mode_sp(
1355                 SCREEN  *sp)
1356                 { return(*(int *)0); }
1357
1358 #undef reset_prog_mode
1359 int     reset_prog_mode(void)
1360                 { return(*(int *)0); }
1361
1362 #undef reset_shell_mode_sp
1363 int     reset_shell_mode_sp(
1364                 SCREEN  *sp)
1365                 { return(*(int *)0); }
1366
1367 #undef reset_shell_mode
1368 int     reset_shell_mode(void)
1369                 { return(*(int *)0); }
1370
1371 #undef savetty_sp
1372 int     savetty_sp(
1373                 SCREEN  *sp)
1374                 { return(*(int *)0); }
1375
1376 #undef savetty
1377 int     savetty(void)
1378                 { return(*(int *)0); }
1379
1380 #undef resetty_sp
1381 int     resetty_sp(
1382                 SCREEN  *sp)
1383                 { return(*(int *)0); }
1384
1385 #undef resetty
1386 int     resetty(void)
1387                 { return(*(int *)0); }
1388
1389 /* ./tty/lib_twait.c */
1390
1391 #undef _nc_timed_wait
1392 int     _nc_timed_wait(
1393                 SCREEN  *sp,
1394                 int     mode,
1395                 int     milliseconds,
1396                 int     *timeleft)
1397                 { return(*(int *)0); }
1398
1399 /* ./tinfo/name_match.c */
1400
1401 #undef _nc_first_name
1402 char    *_nc_first_name(
1403                 const char *const sp)
1404                 { return(*(char **)0); }
1405
1406 #undef _nc_name_match
1407 int     _nc_name_match(
1408                 const char *const namelst,
1409                 const char *const name,
1410                 const char *const delim)
1411                 { return(*(int *)0); }
1412
1413 /* ./names.c */
1414
1415 #undef _nc_boolnames
1416 const char *const *_nc_boolnames(void)
1417                 { return(*(const char **)0); }
1418
1419 #undef _nc_boolfnames
1420 const char *const *_nc_boolfnames(void)
1421                 { return(*(const char **)0); }
1422
1423 #undef _nc_numnames
1424 const char *const *_nc_numnames(void)
1425                 { return(*(const char **)0); }
1426
1427 #undef _nc_numfnames
1428 const char *const *_nc_numfnames(void)
1429                 { return(*(const char **)0); }
1430
1431 #undef _nc_strnames
1432 const char *const *_nc_strnames(void)
1433                 { return(*(const char **)0); }
1434
1435 #undef _nc_strfnames
1436 const char *const *_nc_strfnames(void)
1437                 { return(*(const char **)0); }
1438
1439 /* ./tinfo/obsolete.c */
1440
1441 #undef _nc_set_buffer_sp
1442 void    _nc_set_buffer_sp(
1443                 SCREEN  *sp,
1444                 FILE    *ofp,
1445                 int     buffered)
1446                 { /* void */ }
1447
1448 #undef _nc_set_buffer
1449 void    _nc_set_buffer(
1450                 FILE    *ofp,
1451                 int     buffered)
1452                 { /* void */ }
1453
1454 /* ./tinfo/read_entry.c */
1455
1456 #undef _nc_init_termtype
1457 void    _nc_init_termtype(
1458                 TERMTYPE *const tp)
1459                 { /* void */ }
1460
1461 #undef _nc_read_termtype
1462 int     _nc_read_termtype(
1463                 TERMTYPE *ptr,
1464                 char    *buffer,
1465                 int     limit)
1466                 { return(*(int *)0); }
1467
1468 #undef _nc_read_file_entry
1469 int     _nc_read_file_entry(
1470                 const char *const filename,
1471                 TERMTYPE *ptr)
1472                 { return(*(int *)0); }
1473
1474 #undef _nc_read_entry
1475 int     _nc_read_entry(
1476                 const char *const name,
1477                 char    *const filename,
1478                 TERMTYPE *const tp)
1479                 { return(*(int *)0); }
1480
1481 /* ./tinfo/read_termcap.c */
1482
1483 #undef _nc_read_termcap
1484 void    _nc_read_termcap(void)
1485                 { /* void */ }
1486
1487 /* ./tinfo/strings.c */
1488
1489 #undef _nc_str_init
1490 string_desc *_nc_str_init(
1491                 string_desc *dst,
1492                 char    *src,
1493                 size_t  len)
1494                 { return(*(string_desc **)0); }
1495
1496 #undef _nc_str_null
1497 string_desc *_nc_str_null(
1498                 string_desc *dst,
1499                 size_t  len)
1500                 { return(*(string_desc **)0); }
1501
1502 #undef _nc_str_copy
1503 string_desc *_nc_str_copy(
1504                 string_desc *dst,
1505                 string_desc *src)
1506                 { return(*(string_desc **)0); }
1507
1508 #undef _nc_safe_strcat
1509 NCURSES_BOOL _nc_safe_strcat(
1510                 string_desc *dst,
1511                 const char *src)
1512                 { return(*(NCURSES_BOOL *)0); }
1513
1514 #undef _nc_safe_strcpy
1515 NCURSES_BOOL _nc_safe_strcpy(
1516                 string_desc *dst,
1517                 const char *src)
1518                 { return(*(NCURSES_BOOL *)0); }
1519
1520 /* ./trace/trace_buf.c */
1521
1522 #undef _nc_trace_buf
1523 char    *_nc_trace_buf(
1524                 int     bufnum,
1525                 size_t  want)
1526                 { return(*(char **)0); }
1527
1528 #undef _nc_trace_bufcat
1529 char    *_nc_trace_bufcat(
1530                 int     bufnum,
1531                 const char *value)
1532                 { return(*(char **)0); }
1533
1534 /* ./trace/trace_tries.c */
1535
1536 #undef _nc_trace_tries
1537 void    _nc_trace_tries(
1538                 TRIES   *tree)
1539                 { /* void */ }
1540
1541 /* ./base/tries.c */
1542
1543 #undef _nc_expand_try
1544 char    *_nc_expand_try(
1545                 TRIES   *tree,
1546                 unsigned code,
1547                 int     *count,
1548                 size_t  len)
1549                 { return(*(char **)0); }
1550
1551 #undef _nc_remove_key
1552 int     _nc_remove_key(
1553                 TRIES   **tree,
1554                 unsigned code)
1555                 { return(*(int *)0); }
1556
1557 #undef _nc_remove_string
1558 int     _nc_remove_string(
1559                 TRIES   **tree,
1560                 const char *string)
1561                 { return(*(int *)0); }
1562
1563 /* ./tinfo/trim_sgr0.c */
1564
1565 #undef _nc_trim_sgr0
1566 char    *_nc_trim_sgr0(
1567                 TERMTYPE *tp)
1568                 { return(*(char **)0); }
1569
1570 /* ./unctrl.c */
1571
1572 #undef unctrl_sp
1573 const char *unctrl_sp(
1574                 SCREEN  *sp,
1575                 chtype  ch)
1576                 { return(*(const char **)0); }
1577
1578 #undef unctrl
1579 const char *unctrl(
1580                 chtype  ch)
1581                 { return(*(const char **)0); }
1582
1583 /* ./trace/visbuf.c */
1584
1585 #undef _nc_visbuf2
1586 const char *_nc_visbuf2(
1587                 int     bufnum,
1588                 const char *buf)
1589                 { return(*(const char **)0); }
1590
1591 #undef _nc_visbuf
1592 const char *_nc_visbuf(
1593                 const char *buf)
1594                 { return(*(const char **)0); }
1595
1596 #undef _nc_visbufn
1597 const char *_nc_visbufn(
1598                 const char *buf,
1599                 int     len)
1600                 { return(*(const char **)0); }
1601
1602 #undef _nc_viscbuf2
1603 const char *_nc_viscbuf2(
1604                 int     bufnum,
1605                 const chtype *buf,
1606                 int     len)
1607                 { return(*(const char **)0); }
1608
1609 #undef _nc_viscbuf
1610 const char *_nc_viscbuf(
1611                 const chtype *buf,
1612                 int     len)
1613                 { return(*(const char **)0); }
1614
1615 /* ./base/define_key.c */
1616
1617 #undef define_key_sp
1618 int     define_key_sp(
1619                 SCREEN  *sp,
1620                 const char *str,
1621                 int     keycode)
1622                 { return(*(int *)0); }
1623
1624 #undef define_key
1625 int     define_key(
1626                 const char *str,
1627                 int     keycode)
1628                 { return(*(int *)0); }
1629
1630 /* ./tinfo/hashed_db.c */
1631
1632 #undef _nc_hashed_db
1633 void    _nc_hashed_db(void)
1634                 { /* void */ }
1635
1636 /* ./base/key_defined.c */
1637
1638 #undef key_defined_sp
1639 int     key_defined_sp(
1640                 SCREEN  *sp,
1641                 const char *str)
1642                 { return(*(int *)0); }
1643
1644 #undef key_defined
1645 int     key_defined(
1646                 const char *str)
1647                 { return(*(int *)0); }
1648
1649 /* ./base/keybound.c */
1650
1651 #undef keybound_sp
1652 char    *keybound_sp(
1653                 SCREEN  *sp,
1654                 int     code,
1655                 int     count)
1656                 { return(*(char **)0); }
1657
1658 #undef keybound
1659 char    *keybound(
1660                 int     code,
1661                 int     count)
1662                 { return(*(char **)0); }
1663
1664 /* ./base/keyok.c */
1665
1666 #undef keyok_sp
1667 int     keyok_sp(
1668                 SCREEN  *sp,
1669                 int     c,
1670                 NCURSES_BOOL flag)
1671                 { return(*(int *)0); }
1672
1673 #undef keyok
1674 int     keyok(
1675                 int     c,
1676                 NCURSES_BOOL flag)
1677                 { return(*(int *)0); }
1678
1679 /* ./base/version.c */
1680
1681 #undef curses_version
1682 const char *curses_version(void)
1683                 { return(*(const char **)0); }