1 /****************************************************************************
2 * Copyright (c) 2009-2016,2017 Free Software Foundation, Inc. *
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: *
12 * The above copyright notice and this permission notice shall be included *
13 * in all copies or substantial portions of the Software. *
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. *
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 *
27 ****************************************************************************/
29 /****************************************************************************
30 * Author: Thomas E. Dickey 2009-on *
31 ****************************************************************************/
34 /* ./tty/hardscroll.c */
36 #include <curses.priv.h>
40 #undef _nc_scroll_optimize_sp
41 void _nc_scroll_optimize_sp(
45 #undef _nc_scroll_optimize
46 void _nc_scroll_optimize(void)
49 #undef _nc_linedump_sp
55 void _nc_linedump(void)
60 #undef _nc_hash_map_sp
66 void _nc_hash_map(void)
69 #undef _nc_make_oldhash_sp
70 void _nc_make_oldhash_sp(
75 #undef _nc_make_oldhash
76 void _nc_make_oldhash(
80 #undef _nc_scroll_oldhash_sp
81 void _nc_scroll_oldhash_sp(
88 #undef _nc_scroll_oldhash
89 void _nc_scroll_oldhash(
95 /* ./base/lib_addch.c */
101 { return(*(cchar_t *)0); }
107 { return(*(int *)0); }
109 #undef _nc_waddch_nosync
110 int _nc_waddch_nosync(
113 { return(*(int *)0); }
119 { return(*(int *)0); }
125 { return(*(int *)0); }
127 /* ./base/lib_addstr.c */
134 { return(*(int *)0); }
141 { return(*(int *)0); }
146 { return(*(int *)0); }
153 { return(*(int *)0); }
160 { return(*(int *)0); }
162 /* ./base/lib_beep.c */
167 { return(*(int *)0); }
171 { return(*(int *)0); }
173 /* ./base/lib_bkgd.c */
191 { return(*(int *)0); }
197 { return(*(int *)0); }
199 /* ./base/lib_box.c */
212 { return(*(int *)0); }
214 /* ./base/lib_chgat.c */
223 { return(*(int *)0); }
225 /* ./base/lib_clear.c */
230 { return(*(int *)0); }
232 /* ./base/lib_clearok.c */
238 { return(*(int *)0); }
240 /* ./base/lib_clrbot.c */
245 { return(*(int *)0); }
247 /* ./base/lib_clreol.c */
252 { return(*(int *)0); }
254 /* ./base/lib_color.c */
256 #undef _nc_COLOR_PAIRS
257 int _nc_COLOR_PAIRS(void)
258 { return(*(int *)0); }
262 { return(*(int *)0); }
264 #undef _nc_reset_colors_sp
265 NCURSES_BOOL _nc_reset_colors_sp(
267 { return(*(NCURSES_BOOL *)0); }
269 #undef _nc_reset_colors
270 NCURSES_BOOL _nc_reset_colors(void)
271 { return(*(NCURSES_BOOL *)0); }
273 #undef start_color_sp
276 { return(*(int *)0); }
279 int start_color(void)
280 { return(*(int *)0); }
282 #undef _nc_change_pair
283 void _nc_change_pair(
294 { return(*(int *)0); }
302 { return(*(int *)0); }
309 { return(*(int *)0); }
311 #undef _nc_init_color
318 { return(*(int *)0); }
327 { return(*(int *)0); }
335 { return(*(int *)0); }
337 #undef can_change_color_sp
338 NCURSES_BOOL can_change_color_sp(
340 { return(*(NCURSES_BOOL *)0); }
342 #undef can_change_color
343 NCURSES_BOOL can_change_color(void)
344 { return(*(NCURSES_BOOL *)0); }
347 NCURSES_BOOL has_colors_sp(
349 { return(*(NCURSES_BOOL *)0); }
352 NCURSES_BOOL has_colors(void)
353 { return(*(NCURSES_BOOL *)0); }
355 #undef color_content_sp
356 int color_content_sp(
362 { return(*(int *)0); }
370 { return(*(int *)0); }
372 #undef _nc_pair_content
373 int _nc_pair_content(
378 { return(*(int *)0); }
380 #undef pair_content_sp
386 { return(*(int *)0); }
393 { return(*(int *)0); }
395 #undef _nc_do_color_sp
396 void _nc_do_color_sp(
401 NCURSES_OUTC_sp outc)
412 #undef init_extended_pair_sp
413 int init_extended_pair_sp(
418 { return(*(int *)0); }
420 #undef init_extended_color_sp
421 int init_extended_color_sp(
427 { return(*(int *)0); }
429 #undef extended_color_content_sp
430 int extended_color_content_sp(
436 { return(*(int *)0); }
438 #undef extended_pair_content_sp
439 int extended_pair_content_sp(
444 { return(*(int *)0); }
446 #undef init_extended_pair
447 int init_extended_pair(
451 { return(*(int *)0); }
453 #undef init_extended_color
454 int init_extended_color(
459 { return(*(int *)0); }
461 #undef extended_color_content
462 int extended_color_content(
467 { return(*(int *)0); }
469 #undef extended_pair_content
470 int extended_pair_content(
474 { return(*(int *)0); }
476 /* ./base/lib_colorset.c */
483 { return(*(int *)0); }
485 /* ./base/lib_delch.c */
490 { return(*(int *)0); }
492 /* ./base/lib_delwin.c */
497 { return(*(int *)0); }
499 /* ./base/lib_echo.c */
504 { return(*(int *)0); }
508 { return(*(int *)0); }
513 { return(*(int *)0); }
517 { return(*(int *)0); }
519 /* ./base/lib_endwin.c */
524 { return(*(int *)0); }
528 { return(*(int *)0); }
530 /* ./base/lib_erase.c */
535 { return(*(int *)0); }
537 /* ./base/lib_flash.c */
542 { return(*(int *)0); }
546 { return(*(int *)0); }
553 { return(*(int *)0); }
559 { return(*(int *)0); }
564 { return(*(int *)0); }
570 { return(*(int *)0); }
575 { return(*(int *)0); }
580 { return(*(int *)0); }
585 { return(*(int *)0); }
590 { return(*(int *)0); }
597 { return(*(int *)0); }
603 { return(*(int *)0); }
609 { return(*(int *)0); }
616 { return(*(int *)0); }
621 { return(*(int *)0); }
638 { return(*(int *)0); }
645 { return(*(int *)0); }
653 { return(*(int *)0); }
657 { return(*(int *)0); }
661 { return(*(int *)0); }
665 { return(*(int *)0); }
671 { return(*(int *)0); }
676 { return(*(int *)0); }
680 { return(*(int *)0); }
684 { return(*(int *)0); }
689 { return(*(int *)0); }
693 { return(*(int *)0); }
698 { return(*(chtype *)0); }
702 { return(*(int *)0); }
708 { return(*(int *)0); }
713 { return(*(int *)0); }
719 { return(*(int *)0); }
723 { return(*(chtype *)0); }
729 { return(*(int *)0); }
734 { return(*(int *)0); }
740 { return(*(int *)0); }
745 { return(*(int *)0); }
750 { return(*(int *)0); }
754 { return(*(int *)0); }
760 { return(*(int *)0); }
765 { return(*(int *)0); }
770 { return(*(int *)0); }
776 { return(*(int *)0); }
783 { return(*(int *)0); }
791 { return(*(int *)0); }
798 { return(*(int *)0); }
806 { return(*(int *)0); }
813 { return(*(int *)0); }
823 { return(*(int *)0); }
829 { return(*(int *)0); }
835 { return(*(int *)0); }
843 { return(*(int *)0); }
850 { return(*(int *)0); }
858 { return(*(int *)0); }
864 { return(*(chtype *)0); }
872 { return(*(int *)0); }
879 { return(*(int *)0); }
887 { return(*(int *)0); }
894 { return(*(int *)0); }
902 { return(*(int *)0); }
909 { return(*(int *)0); }
916 { return(*(int *)0); }
924 { return(*(int *)0); }
932 { return(*(int *)0); }
941 { return(*(int *)0); }
949 { return(*(int *)0); }
958 { return(*(int *)0); }
966 { return(*(int *)0); }
977 { return(*(int *)0); }
984 { return(*(int *)0); }
991 { return(*(int *)0); }
1000 { return(*(int *)0); }
1008 { return(*(int *)0); }
1017 { return(*(int *)0); }
1024 { return(*(chtype *)0); }
1033 { return(*(int *)0); }
1041 { return(*(int *)0); }
1050 { return(*(int *)0); }
1058 { return(*(int *)0); }
1067 { return(*(int *)0); }
1075 { return(*(int *)0); }
1083 { return(*(int *)0); }
1092 { return(*(int *)0); }
1097 { return(*(int *)0); }
1102 { return(*(int *)0); }
1106 { return(*(int *)0); }
1111 { return(*(int *)0); }
1116 { return(*(int *)0); }
1122 { return(*(int *)0); }
1128 { return(*(int *)0); }
1134 { return(*(int *)0); }
1137 int (standout)(void)
1138 { return(*(int *)0); }
1141 int (standend)(void)
1142 { return(*(int *)0); }
1154 { return(*(int *)0); }
1159 { return(*(int *)0); }
1164 { return(*(int *)0); }
1170 { return(*(int *)0); }
1177 { return(*(int *)0); }
1184 { return(*(int *)0); }
1190 { return(*(int *)0); }
1196 { return(*(int *)0); }
1202 { return(*(int *)0); }
1208 { return(*(int *)0); }
1214 { return(*(int *)0); }
1222 { return(*(int *)0); }
1230 { return(*(int *)0); }
1235 { return(*(int *)0); }
1241 { return(*(int *)0); }
1247 { return(*(int *)0); }
1252 { return(*(int *)0); }
1258 { return(*(int *)0); }
1264 { return(*(int *)0); }
1269 { return(*(int *)0); }
1274 { return(*(int *)0); }
1279 { return(*(int *)0); }
1284 { return(*(int *)0); }
1289 { return(*(int *)0); }
1294 { return(*(int *)0); }
1299 { return(*(int *)0); }
1304 { return(*(int *)0); }
1309 { return(*(int *)0); }
1314 { return(*(int *)0); }
1319 { return(*(int *)0); }
1322 WINDOW *(wgetparent)(
1324 { return(*(WINDOW **)0); }
1327 NCURSES_BOOL (is_cleared)(
1329 { return(*(NCURSES_BOOL *)0); }
1332 NCURSES_BOOL (is_idcok)(
1334 { return(*(NCURSES_BOOL *)0); }
1337 NCURSES_BOOL (is_idlok)(
1339 { return(*(NCURSES_BOOL *)0); }
1342 NCURSES_BOOL (is_immedok)(
1344 { return(*(NCURSES_BOOL *)0); }
1347 NCURSES_BOOL (is_keypad)(
1349 { return(*(NCURSES_BOOL *)0); }
1352 NCURSES_BOOL (is_leaveok)(
1354 { return(*(NCURSES_BOOL *)0); }
1357 NCURSES_BOOL (is_nodelay)(
1359 { return(*(NCURSES_BOOL *)0); }
1362 NCURSES_BOOL (is_notimeout)(
1364 { return(*(NCURSES_BOOL *)0); }
1367 NCURSES_BOOL (is_pad)(
1369 { return(*(NCURSES_BOOL *)0); }
1372 NCURSES_BOOL (is_scrollok)(
1374 { return(*(NCURSES_BOOL *)0); }
1377 NCURSES_BOOL (is_subwin)(
1379 { return(*(NCURSES_BOOL *)0); }
1382 NCURSES_BOOL (is_syncok)(
1384 { return(*(NCURSES_BOOL *)0); }
1389 { return(*(int *)0); }
1396 { return(*(int *)0); }
1401 { return(*(int *)0); }
1407 { return(*(int *)0); }
1412 { return(*(int *)0); }
1418 { return(*(int *)0); }
1423 { return(*(int *)0); }
1428 { return(*(int *)0); }
1445 { return(*(int *)0); }
1452 { return(*(int *)0); }
1457 { return(*(int *)0); }
1462 { return(*(int *)0); }
1467 { return(*(int *)0); }
1472 { return(*(int *)0); }
1478 { return(*(int *)0); }
1484 { return(*(int *)0); }
1489 { return(*(int *)0); }
1495 { return(*(int *)0); }
1500 { return(*(int *)0); }
1506 { return(*(int *)0); }
1512 { return(*(int *)0); }
1517 { return(*(int *)0); }
1522 { return(*(int *)0); }
1527 { return(*(int *)0); }
1534 { return(*(int *)0); }
1536 #undef mvadd_wchnstr
1537 int (mvadd_wchnstr)(
1542 { return(*(int *)0); }
1549 { return(*(int *)0); }
1557 { return(*(int *)0); }
1564 { return(*(int *)0); }
1571 { return(*(int *)0); }
1578 { return(*(int *)0); }
1586 { return(*(int *)0); }
1594 { return(*(int *)0); }
1601 { return(*(int *)0); }
1609 { return(*(int *)0); }
1616 { return(*(int *)0); }
1624 { return(*(int *)0); }
1632 { return(*(int *)0); }
1639 { return(*(int *)0); }
1646 { return(*(int *)0); }
1653 { return(*(int *)0); }
1661 { return(*(int *)0); }
1669 { return(*(int *)0); }
1671 #undef mvwadd_wchnstr
1672 int (mvwadd_wchnstr)(
1678 { return(*(int *)0); }
1680 #undef mvwadd_wchstr
1681 int (mvwadd_wchstr)(
1686 { return(*(int *)0); }
1695 { return(*(int *)0); }
1703 { return(*(int *)0); }
1711 { return(*(int *)0); }
1719 { return(*(int *)0); }
1728 { return(*(int *)0); }
1737 { return(*(int *)0); }
1745 { return(*(int *)0); }
1747 #undef mvwin_wchnstr
1748 int (mvwin_wchnstr)(
1754 { return(*(int *)0); }
1762 { return(*(int *)0); }
1771 { return(*(int *)0); }
1780 { return(*(int *)0); }
1788 { return(*(int *)0); }
1796 { return(*(int *)0); }
1804 { return(*(int *)0); }
1813 { return(*(int *)0); }
1819 { return(*(int *)0); }
1825 { return(*(int *)0); }
1831 { return(*(int *)0); }
1837 { return(*(int *)0); }
1843 { return(*(int *)0); }
1849 { return(*(int *)0); }
1855 { return(*(int *)0); }
1858 NCURSES_BOOL (mouse_trafo)(
1862 { return(*(NCURSES_BOOL *)0); }
1864 /* ./base/lib_getch.c */
1867 int _nc_ESCDELAY(void)
1868 { return(*(int *)0); }
1870 #undef _nc_ptr_Escdelay
1871 int *_nc_ptr_Escdelay(
1873 { return(*(int **)0); }
1875 #undef set_escdelay_sp
1876 int set_escdelay_sp(
1879 { return(*(int *)0); }
1884 { return(*(int *)0); }
1886 #undef get_escdelay_sp
1887 int get_escdelay_sp(
1889 { return(*(int *)0); }
1892 int get_escdelay(void)
1893 { return(*(int *)0); }
1900 { return(*(int *)0); }
1905 { return(*(int *)0); }
1907 /* ./base/lib_getstr.c */
1914 { return(*(int *)0); }
1916 /* ./base/lib_hline.c */
1923 { return(*(int *)0); }
1925 /* ./base/lib_immedok.c */
1933 /* ./base/lib_inchstr.c */
1940 { return(*(int *)0); }
1942 /* ./base/lib_initscr.c */
1945 WINDOW *initscr(void)
1946 { return(*(WINDOW **)0); }
1948 /* ./base/lib_insch.c */
1950 #undef _nc_insert_ch
1955 { return(*(int *)0); }
1961 { return(*(int *)0); }
1963 /* ./base/lib_insdel.c */
1969 { return(*(int *)0); }
1971 /* ./base/lib_insnstr.c */
1978 { return(*(int *)0); }
1980 /* ./base/lib_instr.c */
1987 { return(*(int *)0); }
1989 /* ./base/lib_isendwin.c */
1992 NCURSES_BOOL isendwin_sp(
1994 { return(*(NCURSES_BOOL *)0); }
1997 NCURSES_BOOL isendwin(void)
1998 { return(*(NCURSES_BOOL *)0); }
2000 /* ./base/lib_leaveok.c */
2006 { return(*(int *)0); }
2008 /* ./base/lib_mouse.c */
2014 { return(*(int *)0); }
2019 { return(*(int *)0); }
2021 #undef ungetmouse_sp
2025 { return(*(int *)0); }
2030 { return(*(int *)0); }
2033 mmask_t mousemask_sp(
2037 { return(*(mmask_t *)0); }
2043 { return(*(mmask_t *)0); }
2046 NCURSES_BOOL wenclose(
2050 { return(*(NCURSES_BOOL *)0); }
2052 #undef mouseinterval_sp
2053 int mouseinterval_sp(
2056 { return(*(int *)0); }
2058 #undef mouseinterval
2061 { return(*(int *)0); }
2063 #undef _nc_has_mouse
2064 NCURSES_BOOL _nc_has_mouse(
2066 { return(*(NCURSES_BOOL *)0); }
2069 NCURSES_BOOL has_mouse_sp(
2071 { return(*(NCURSES_BOOL *)0); }
2074 NCURSES_BOOL has_mouse(void)
2075 { return(*(NCURSES_BOOL *)0); }
2078 NCURSES_BOOL wmouse_trafo(
2082 NCURSES_BOOL to_screen)
2083 { return(*(NCURSES_BOOL *)0); }
2085 /* ./base/lib_move.c */
2092 { return(*(int *)0); }
2094 /* ./tty/lib_mvcur.c */
2096 #undef _nc_msec_cost_sp
2097 int _nc_msec_cost_sp(
2099 const char *const cap,
2101 { return(*(int *)0); }
2103 #undef _nc_msec_cost
2105 const char *const cap,
2107 { return(*(int *)0); }
2109 #undef _nc_mvcur_resume_sp
2110 void _nc_mvcur_resume_sp(
2114 #undef _nc_mvcur_resume
2115 void _nc_mvcur_resume(void)
2118 #undef _nc_mvcur_init_sp
2119 void _nc_mvcur_init_sp(
2123 #undef _nc_mvcur_init
2124 void _nc_mvcur_init(void)
2127 #undef _nc_mvcur_wrap_sp
2128 void _nc_mvcur_wrap_sp(
2132 #undef _nc_mvcur_wrap
2133 void _nc_mvcur_wrap(void)
2143 { return(*(int *)0); }
2151 { return(*(int *)0); }
2160 { return(*(int *)0); }
2168 { return(*(int *)0); }
2170 #undef _nc_optimize_enable
2171 int _nc_optimize_enable;
2173 /* ./base/lib_mvwin.c */
2180 { return(*(int *)0); }
2182 /* ./base/lib_newterm.c */
2208 { return(*(SCREEN **)0); }
2215 { return(*(SCREEN **)0); }
2217 /* ./base/lib_newwin.c */
2222 { return(*(int *)0); }
2231 { return(*(WINDOW **)0); }
2239 { return(*(WINDOW **)0); }
2248 { return(*(WINDOW **)0); }
2257 { return(*(WINDOW **)0); }
2259 #undef _nc_makenew_sp
2260 WINDOW *_nc_makenew_sp(
2267 { return(*(WINDOW **)0); }
2269 #undef _nc_curscr_of
2270 WINDOW *_nc_curscr_of(
2272 { return(*(WINDOW **)0); }
2274 #undef _nc_newscr_of
2275 WINDOW *_nc_newscr_of(
2277 { return(*(WINDOW **)0); }
2279 #undef _nc_stdscr_of
2280 WINDOW *_nc_stdscr_of(
2282 { return(*(WINDOW **)0); }
2284 /* ./base/lib_nl.c */
2289 { return(*(int *)0); }
2293 { return(*(int *)0); }
2298 { return(*(int *)0); }
2302 { return(*(int *)0); }
2304 /* ./base/lib_overlay.c */
2310 { return(*(int *)0); }
2316 { return(*(int *)0); }
2329 { return(*(int *)0); }
2331 /* ./base/lib_pad.c */
2338 { return(*(WINDOW **)0); }
2344 { return(*(WINDOW **)0); }
2353 { return(*(WINDOW **)0); }
2364 { return(*(int *)0); }
2375 { return(*(int *)0); }
2381 { return(*(int *)0); }
2383 /* ./base/lib_printw.c */
2389 { return(*(int *)0); }
2396 { return(*(int *)0); }
2404 { return(*(int *)0); }
2413 { return(*(int *)0); }
2420 { return(*(int *)0); }
2422 /* ./base/lib_redrawln.c */
2429 { return(*(int *)0); }
2431 /* ./base/lib_refresh.c */
2436 { return(*(int *)0); }
2441 { return(*(int *)0); }
2443 /* ./base/lib_restart.c */
2445 #undef restartterm_sp
2451 { return(*(int *)0); }
2458 { return(*(int *)0); }
2460 /* ./base/lib_scanw.c */
2467 { return(*(int *)0); }
2473 { return(*(int *)0); }
2480 { return(*(int *)0); }
2488 { return(*(int *)0); }
2497 { return(*(int *)0); }
2499 /* ./base/lib_screen.c */
2505 { return(*(WINDOW **)0); }
2510 { return(*(WINDOW **)0); }
2516 { return(*(int *)0); }
2518 #undef scr_restore_sp
2522 { return(*(int *)0); }
2527 { return(*(int *)0); }
2532 { return(*(int *)0); }
2538 { return(*(int *)0); }
2543 { return(*(int *)0); }
2549 { return(*(int *)0); }
2554 { return(*(int *)0); }
2556 /* ./base/lib_scroll.c */
2558 #undef _nc_scroll_window
2559 void _nc_scroll_window(
2571 { return(*(int *)0); }
2573 /* ./base/lib_scrollok.c */
2579 { return(*(int *)0); }
2581 /* ./base/lib_scrreg.c */
2588 { return(*(int *)0); }
2590 /* ./base/lib_set_term.c */
2595 { return(*(SCREEN **)0); }
2602 #undef _nc_setupscreen_sp
2603 int _nc_setupscreen_sp(
2610 { return(*(int *)0); }
2612 #undef _nc_setupscreen
2613 int _nc_setupscreen(
2619 { return(*(int *)0); }
2621 #undef _nc_ripoffline_sp
2622 int _nc_ripoffline_sp(
2628 { return(*(int *)0); }
2630 #undef _nc_ripoffline
2636 { return(*(int *)0); }
2638 #undef ripoffline_sp
2645 { return(*(int *)0); }
2653 { return(*(int *)0); }
2655 /* ./base/lib_slk.c */
2657 #undef _nc_format_slks
2658 int _nc_format_slks(
2661 { return(*(int *)0); }
2663 #undef _nc_slk_initialize
2664 int _nc_slk_initialize(
2667 { return(*(int *)0); }
2669 #undef slk_restore_sp
2672 { return(*(int *)0); }
2675 int slk_restore(void)
2676 { return(*(int *)0); }
2678 /* ./base/lib_slkatr_set.c */
2680 #undef slk_attr_set_sp
2681 int slk_attr_set_sp(
2686 { return(*(int *)0); }
2693 { return(*(int *)0); }
2695 /* ./base/lib_slkatrof.c */
2697 #undef slk_attroff_sp
2701 { return(*(int *)0); }
2706 { return(*(int *)0); }
2708 /* ./base/lib_slkatron.c */
2710 #undef slk_attron_sp
2714 { return(*(int *)0); }
2719 { return(*(int *)0); }
2721 /* ./base/lib_slkatrset.c */
2723 #undef slk_attrset_sp
2727 { return(*(int *)0); }
2732 { return(*(int *)0); }
2734 /* ./base/lib_slkattr.c */
2739 { return(*(attr_t *)0); }
2742 attr_t slk_attr(void)
2743 { return(*(attr_t *)0); }
2745 /* ./base/lib_slkclear.c */
2750 { return(*(int *)0); }
2754 { return(*(int *)0); }
2756 /* ./base/lib_slkcolor.c */
2762 { return(*(int *)0); }
2767 { return(*(int *)0); }
2769 #undef extended_slk_color_sp
2770 int extended_slk_color_sp(
2773 { return(*(int *)0); }
2775 #undef extended_slk_color
2776 int extended_slk_color(
2778 { return(*(int *)0); }
2780 /* ./base/lib_slkinit.c */
2786 { return(*(int *)0); }
2791 { return(*(int *)0); }
2793 /* ./base/lib_slklab.c */
2799 { return(*(char **)0); }
2804 { return(*(char **)0); }
2806 /* ./base/lib_slkrefr.c */
2808 #undef slk_noutrefresh_sp
2809 int slk_noutrefresh_sp(
2811 { return(*(int *)0); }
2813 #undef slk_noutrefresh
2814 int slk_noutrefresh(void)
2815 { return(*(int *)0); }
2817 #undef slk_refresh_sp
2820 { return(*(int *)0); }
2823 int slk_refresh(void)
2824 { return(*(int *)0); }
2826 /* ./base/lib_slkset.c */
2834 { return(*(int *)0); }
2841 { return(*(int *)0); }
2843 /* ./base/lib_slktouch.c */
2848 { return(*(int *)0); }
2852 { return(*(int *)0); }
2854 /* ./base/lib_touch.c */
2856 #undef is_linetouched
2857 NCURSES_BOOL is_linetouched(
2860 { return(*(NCURSES_BOOL *)0); }
2862 #undef is_wintouched
2863 NCURSES_BOOL is_wintouched(
2865 { return(*(NCURSES_BOOL *)0); }
2873 { return(*(int *)0); }
2875 /* ./trace/lib_tracedmp.c */
2883 /* ./trace/lib_tracemse.c */
2885 #undef _nc_trace_mmask_t
2886 char *_nc_trace_mmask_t(
2889 { return(*(char **)0); }
2891 #undef _nc_tracemouse
2892 char *_nc_tracemouse(
2895 { return(*(char **)0); }
2897 #undef _nc_retrace_mmask_t
2898 mmask_t _nc_retrace_mmask_t(
2901 { return(*(mmask_t *)0); }
2906 { return(*(char **)0); }
2908 /* ./tty/lib_tstp.c */
2910 #undef _nc_signal_handler
2911 void _nc_signal_handler(
2915 /* ./base/lib_ungetch.c */
2917 #undef _nc_fifo_dump
2926 { return(*(int *)0); }
2931 { return(*(int *)0); }
2933 /* ./tty/lib_vidattr.c */
2939 NCURSES_OUTC_sp outc)
2940 { return(*(int *)0); }
2946 { return(*(int *)0); }
2952 { return(*(int *)0); }
2957 { return(*(int *)0); }
2960 chtype termattrs_sp(
2962 { return(*(chtype *)0); }
2965 chtype termattrs(void)
2966 { return(*(chtype *)0); }
2968 /* ./base/lib_vline.c */
2975 { return(*(int *)0); }
2977 /* ./base/lib_wattroff.c */
2984 { return(*(int *)0); }
2986 /* ./base/lib_wattron.c */
2993 { return(*(int *)0); }
2995 /* ./base/lib_winch.c */
3000 { return(*(chtype *)0); }
3002 /* ./base/lib_window.c */
3014 { return(*(int *)0); }
3020 { return(*(int *)0); }
3040 { return(*(WINDOW **)0); }
3042 /* ./base/nc_panel.c */
3044 #undef _nc_panelhook_sp
3045 struct panelhook *_nc_panelhook_sp(
3047 { return(*(struct panelhook **)0); }
3049 #undef _nc_panelhook
3050 struct panelhook *_nc_panelhook(void)
3051 { return(*(struct panelhook **)0); }
3053 /* ./base/safe_sprintf.c */
3055 #undef _nc_printf_string_sp
3056 char *_nc_printf_string_sp(
3060 { return(*(char **)0); }
3062 #undef _nc_printf_string
3063 char *_nc_printf_string(
3066 { return(*(char **)0); }
3068 /* ./tty/tty_update.c */
3073 { return(*(int *)0); }
3077 { return(*(int *)0); }
3079 #undef _nc_scrolln_sp
3086 { return(*(int *)0); }
3094 { return(*(int *)0); }
3096 #undef _nc_screen_resume_sp
3097 void _nc_screen_resume_sp(
3101 #undef _nc_screen_resume
3102 void _nc_screen_resume(void)
3105 #undef _nc_screen_init_sp
3106 void _nc_screen_init_sp(
3110 #undef _nc_screen_init
3111 void _nc_screen_init(void)
3114 #undef _nc_screen_wrap_sp
3115 void _nc_screen_wrap_sp(
3119 #undef _nc_screen_wrap
3120 void _nc_screen_wrap(void)
3123 #undef _nc_do_xmc_glitch_sp
3124 void _nc_do_xmc_glitch_sp(
3129 #undef _nc_do_xmc_glitch
3130 void _nc_do_xmc_glitch(
3134 /* ./trace/varargs.c */
3140 { return(*(char **)0); }
3142 /* ./base/vsscanf.c */
3145 void _nc_vsscanf(void)
3148 /* ./base/lib_freeall.c */
3151 void _nc_freeall(void)
3154 #undef _nc_free_and_exit_sp
3155 void _nc_free_and_exit_sp(
3160 #undef _nc_free_and_exit
3161 void _nc_free_and_exit(
3165 /* ./widechar/charable.c */
3167 #undef _nc_is_charable
3168 NCURSES_BOOL _nc_is_charable(
3170 { return(*(NCURSES_BOOL *)0); }
3175 { return(*(int *)0); }
3177 #undef _nc_to_widechar
3178 wint_t _nc_to_widechar(
3180 { return(*(wint_t *)0); }
3182 /* ./widechar/lib_add_wch.c */
3188 { return(*(int *)0); }
3194 { return(*(int *)0); }
3196 /* ./widechar/lib_box_set.c */
3209 { return(*(int *)0); }
3211 /* ./widechar/lib_cchar.c */
3220 { return(*(int *)0); }
3224 const cchar_t *wcval,
3229 { return(*(int *)0); }
3231 /* ./widechar/lib_erasewchar.c */
3236 { return(*(int *)0); }
3241 { return(*(int *)0); }
3243 /* ./widechar/lib_get_wch.c */
3249 { return(*(int *)0); }
3251 /* ./widechar/lib_get_wstr.c */
3258 { return(*(int *)0); }
3260 /* ./widechar/lib_hline_set.c */
3267 { return(*(int *)0); }
3269 /* ./widechar/lib_in_wch.c */
3275 { return(*(int *)0); }
3277 /* ./widechar/lib_in_wchnstr.c */
3284 { return(*(int *)0); }
3286 /* ./widechar/lib_ins_wch.c */
3288 #undef _nc_insert_wch
3292 { return(*(int *)0); }
3298 { return(*(int *)0); }
3303 const wchar_t *wstr,
3305 { return(*(int *)0); }
3307 /* ./widechar/lib_inwstr.c */
3314 { return(*(int *)0); }
3320 { return(*(int *)0); }
3322 /* ./widechar/lib_key_name.c */
3325 const char *key_name(
3327 { return(*(const char **)0); }
3329 /* ./widechar/lib_pecho_wchar.c */
3335 { return(*(int *)0); }
3337 /* ./widechar/lib_slk_wset.c */
3342 const wchar_t *astr,
3344 { return(*(int *)0); }
3346 /* ./widechar/lib_unget_wch.c */
3353 { return(*(size_t *)0); }
3359 { return(*(int *)0); }
3364 { return(*(int *)0); }
3366 /* ./widechar/lib_vid_attr.c */
3374 NCURSES_OUTC_sp outc)
3375 { return(*(int *)0); }
3383 { return(*(int *)0); }
3391 { return(*(int *)0); }
3398 { return(*(int *)0); }
3400 #undef term_attrs_sp
3401 attr_t term_attrs_sp(
3403 { return(*(attr_t *)0); }
3406 attr_t term_attrs(void)
3407 { return(*(attr_t *)0); }
3409 /* ./widechar/lib_vline_set.c */
3416 { return(*(int *)0); }
3418 /* ./widechar/lib_wacs.c */
3423 #undef _nc_init_wacs
3424 void _nc_init_wacs(void)
3427 /* ./widechar/lib_wunctrl.c */
3430 wchar_t *wunctrl_sp(
3433 { return(*(wchar_t **)0); }
3438 { return(*(wchar_t **)0); }
3442 #undef _nc_toggle_attr_on
3443 void _nc_toggle_attr_on(
3448 #undef _nc_toggle_attr_off
3449 void _nc_toggle_attr_off(
3454 #undef _nc_DelCharCost_sp
3455 int _nc_DelCharCost_sp(
3458 { return(*(int *)0); }
3460 #undef _nc_InsCharCost_sp
3461 int _nc_InsCharCost_sp(
3464 { return(*(int *)0); }
3466 #undef _nc_UpdateAttrs_sp
3467 void _nc_UpdateAttrs_sp(
3472 #undef _nc_DelCharCost
3473 int _nc_DelCharCost(
3475 { return(*(int *)0); }
3477 #undef _nc_InsCharCost
3478 int _nc_InsCharCost(
3480 { return(*(int *)0); }
3482 #undef _nc_UpdateAttrs
3483 void _nc_UpdateAttrs(
3487 /* ./base/legacy_coding.c */
3489 #undef use_legacy_coding_sp
3490 int use_legacy_coding_sp(
3493 { return(*(int *)0); }
3495 #undef use_legacy_coding
3496 int use_legacy_coding(
3498 { return(*(int *)0); }
3500 /* ./base/lib_dft_fgbg.c */
3502 #undef use_default_colors_sp
3503 int use_default_colors_sp(
3505 { return(*(int *)0); }
3507 #undef use_default_colors
3508 int use_default_colors(void)
3509 { return(*(int *)0); }
3511 #undef assume_default_colors_sp
3512 int assume_default_colors_sp(
3516 { return(*(int *)0); }
3518 #undef assume_default_colors
3519 int assume_default_colors(
3522 { return(*(int *)0); }
3524 /* ./tinfo/lib_print.c */
3531 { return(*(int *)0); }
3537 { return(*(int *)0); }
3539 /* ./base/new_pair.c */
3541 #undef _nc_reset_color_pair
3542 void _nc_reset_color_pair(
3548 #undef _nc_set_color_pair
3549 void _nc_set_color_pair(
3555 #undef alloc_pair_sp
3560 { return(*(int *)0); }
3567 { return(*(int *)0); }
3573 { return(*(int *)0); }
3579 { return(*(int *)0); }
3585 { return(*(int *)0); }
3590 { return(*(int *)0); }
3592 /* ./base/resizeterm.c */
3594 #undef is_term_resized_sp
3595 NCURSES_BOOL is_term_resized_sp(
3599 { return(*(NCURSES_BOOL *)0); }
3601 #undef is_term_resized
3602 NCURSES_BOOL is_term_resized(
3605 { return(*(NCURSES_BOOL *)0); }
3607 #undef resize_term_sp
3612 { return(*(int *)0); }
3618 { return(*(int *)0); }
3620 #undef resizeterm_sp
3625 { return(*(int *)0); }
3631 { return(*(int *)0); }
3633 /* ./trace/trace_xnames.c */
3635 #undef _nc_trace_xnames
3636 void _nc_trace_xnames(
3640 /* ./tinfo/use_screen.c */
3645 NCURSES_SCREEN_CB func,
3647 { return(*(int *)0); }
3649 /* ./base/use_window.c */
3654 NCURSES_WINDOW_CB func,
3656 { return(*(int *)0); }