1 /****************************************************************************
2 * Copyright 2018-2019,2020 Thomas E. Dickey *
3 * Copyright 2001-2016,2017 Free Software Foundation, Inc. *
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: *
13 * The above copyright notice and this permission notice shall be included *
14 * in all copies or substantial portions of the Software. *
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. *
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 *
28 ****************************************************************************/
30 /****************************************************************************
31 * Author: Thomas E. Dickey 2001-on *
32 ****************************************************************************/
35 /* ./tty/hardscroll.c */
37 #include <curses.priv.h>
42 #undef _nc_scroll_optimize_sp
43 void _nc_scroll_optimize_sp(
47 #undef _nc_scroll_optimize
48 void _nc_scroll_optimize(void)
51 #undef _nc_linedump_sp
57 void _nc_linedump(void)
62 #undef _nc_hash_map_sp
68 void _nc_hash_map(void)
71 #undef _nc_make_oldhash_sp
72 void _nc_make_oldhash_sp(
77 #undef _nc_make_oldhash
78 void _nc_make_oldhash(
82 #undef _nc_scroll_oldhash_sp
83 void _nc_scroll_oldhash_sp(
90 #undef _nc_scroll_oldhash
91 void _nc_scroll_oldhash(
97 /* ./base/lib_addch.c */
103 { return(*(cchar_t *)0); }
109 { return(*(int *)0); }
111 #undef _nc_waddch_nosync
112 int _nc_waddch_nosync(
115 { return(*(int *)0); }
121 { return(*(int *)0); }
127 { return(*(int *)0); }
129 /* ./base/lib_addstr.c */
136 { return(*(int *)0); }
143 { return(*(int *)0); }
148 { return(*(int *)0); }
155 { return(*(int *)0); }
162 { return(*(int *)0); }
164 /* ./base/lib_beep.c */
169 { return(*(int *)0); }
173 { return(*(int *)0); }
175 /* ./base/lib_bkgd.c */
193 { return(*(int *)0); }
199 { return(*(int *)0); }
201 /* ./base/lib_box.c */
214 { return(*(int *)0); }
216 /* ./base/lib_chgat.c */
225 { return(*(int *)0); }
227 /* ./base/lib_clear.c */
232 { return(*(int *)0); }
234 /* ./base/lib_clearok.c */
240 { return(*(int *)0); }
242 /* ./base/lib_clrbot.c */
247 { return(*(int *)0); }
249 /* ./base/lib_clreol.c */
254 { return(*(int *)0); }
256 /* ./base/lib_color.c */
263 #undef _nc_reset_colors_sp
264 NCURSES_BOOL _nc_reset_colors_sp(
266 { return(*(NCURSES_BOOL *)0); }
268 #undef _nc_reset_colors
269 NCURSES_BOOL _nc_reset_colors(void)
270 { return(*(NCURSES_BOOL *)0); }
272 #undef start_color_sp
275 { return(*(int *)0); }
278 int start_color(void)
279 { return(*(int *)0); }
281 #undef _nc_change_pair
282 void _nc_change_pair(
287 #undef _nc_reserve_pairs
288 void _nc_reserve_pairs(
299 { return(*(int *)0); }
307 { return(*(int *)0); }
314 { return(*(int *)0); }
316 #undef _nc_init_color
323 { return(*(int *)0); }
332 { return(*(int *)0); }
340 { return(*(int *)0); }
342 #undef can_change_color_sp
343 NCURSES_BOOL can_change_color_sp(
345 { return(*(NCURSES_BOOL *)0); }
347 #undef can_change_color
348 NCURSES_BOOL can_change_color(void)
349 { return(*(NCURSES_BOOL *)0); }
352 NCURSES_BOOL has_colors_sp(
354 { return(*(NCURSES_BOOL *)0); }
357 NCURSES_BOOL has_colors(void)
358 { return(*(NCURSES_BOOL *)0); }
360 #undef color_content_sp
361 int color_content_sp(
367 { return(*(int *)0); }
375 { return(*(int *)0); }
377 #undef _nc_pair_content
378 int _nc_pair_content(
383 { return(*(int *)0); }
385 #undef pair_content_sp
391 { return(*(int *)0); }
398 { return(*(int *)0); }
400 #undef _nc_do_color_sp
401 void _nc_do_color_sp(
406 NCURSES_OUTC_sp outc)
417 #undef init_extended_pair_sp
418 int init_extended_pair_sp(
423 { return(*(int *)0); }
425 #undef init_extended_color_sp
426 int init_extended_color_sp(
432 { return(*(int *)0); }
434 #undef extended_color_content_sp
435 int extended_color_content_sp(
441 { return(*(int *)0); }
443 #undef extended_pair_content_sp
444 int extended_pair_content_sp(
449 { return(*(int *)0); }
451 #undef reset_color_pairs_sp
452 void reset_color_pairs_sp(
456 #undef init_extended_pair
457 int init_extended_pair(
461 { return(*(int *)0); }
463 #undef init_extended_color
464 int init_extended_color(
469 { return(*(int *)0); }
471 #undef extended_color_content
472 int extended_color_content(
477 { return(*(int *)0); }
479 #undef extended_pair_content
480 int extended_pair_content(
484 { return(*(int *)0); }
486 #undef reset_color_pairs
487 void reset_color_pairs(void)
490 /* ./base/lib_colorset.c */
497 { return(*(int *)0); }
499 /* ./base/lib_delch.c */
504 { return(*(int *)0); }
506 /* ./base/lib_delwin.c */
511 { return(*(int *)0); }
513 /* ./base/lib_echo.c */
518 { return(*(int *)0); }
522 { return(*(int *)0); }
527 { return(*(int *)0); }
531 { return(*(int *)0); }
533 /* ./base/lib_endwin.c */
538 { return(*(int *)0); }
542 { return(*(int *)0); }
544 /* ./base/lib_erase.c */
549 { return(*(int *)0); }
551 /* ./base/lib_flash.c */
556 { return(*(int *)0); }
560 { return(*(int *)0); }
567 { return(*(int *)0); }
573 { return(*(int *)0); }
578 { return(*(int *)0); }
584 { return(*(int *)0); }
589 { return(*(int *)0); }
594 { return(*(int *)0); }
599 { return(*(int *)0); }
604 { return(*(int *)0); }
611 { return(*(int *)0); }
617 { return(*(int *)0); }
623 { return(*(int *)0); }
630 { return(*(int *)0); }
635 { return(*(int *)0); }
652 { return(*(int *)0); }
659 { return(*(int *)0); }
667 { return(*(int *)0); }
671 { return(*(int *)0); }
675 { return(*(int *)0); }
679 { return(*(int *)0); }
685 { return(*(int *)0); }
690 { return(*(int *)0); }
694 { return(*(int *)0); }
698 { return(*(int *)0); }
703 { return(*(int *)0); }
707 { return(*(int *)0); }
712 { return(*(chtype *)0); }
716 { return(*(int *)0); }
722 { return(*(int *)0); }
727 { return(*(int *)0); }
733 { return(*(int *)0); }
737 { return(*(chtype *)0); }
743 { return(*(int *)0); }
748 { return(*(int *)0); }
754 { return(*(int *)0); }
759 { return(*(int *)0); }
764 { return(*(int *)0); }
768 { return(*(int *)0); }
774 { return(*(int *)0); }
779 { return(*(int *)0); }
784 { return(*(int *)0); }
790 { return(*(int *)0); }
797 { return(*(int *)0); }
805 { return(*(int *)0); }
812 { return(*(int *)0); }
820 { return(*(int *)0); }
827 { return(*(int *)0); }
837 { return(*(int *)0); }
843 { return(*(int *)0); }
849 { return(*(int *)0); }
857 { return(*(int *)0); }
864 { return(*(int *)0); }
872 { return(*(int *)0); }
878 { return(*(chtype *)0); }
886 { return(*(int *)0); }
893 { return(*(int *)0); }
901 { return(*(int *)0); }
908 { return(*(int *)0); }
916 { return(*(int *)0); }
923 { return(*(int *)0); }
930 { return(*(int *)0); }
938 { return(*(int *)0); }
946 { return(*(int *)0); }
955 { return(*(int *)0); }
963 { return(*(int *)0); }
972 { return(*(int *)0); }
980 { return(*(int *)0); }
991 { return(*(int *)0); }
998 { return(*(int *)0); }
1005 { return(*(int *)0); }
1014 { return(*(int *)0); }
1022 { return(*(int *)0); }
1031 { return(*(int *)0); }
1038 { return(*(chtype *)0); }
1047 { return(*(int *)0); }
1055 { return(*(int *)0); }
1064 { return(*(int *)0); }
1072 { return(*(int *)0); }
1081 { return(*(int *)0); }
1089 { return(*(int *)0); }
1097 { return(*(int *)0); }
1106 { return(*(int *)0); }
1111 { return(*(int *)0); }
1116 { return(*(int *)0); }
1120 { return(*(int *)0); }
1125 { return(*(int *)0); }
1130 { return(*(int *)0); }
1136 { return(*(int *)0); }
1142 { return(*(int *)0); }
1148 { return(*(int *)0); }
1152 { return(*(int *)0); }
1156 { return(*(int *)0); }
1168 { return(*(int *)0); }
1173 { return(*(int *)0); }
1178 { 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); }
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
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
1678 { return(*(int *)0); }
1680 #undef 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
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 */
1869 #undef set_escdelay_sp
1870 int set_escdelay_sp(
1873 { return(*(int *)0); }
1878 { return(*(int *)0); }
1880 #undef get_escdelay_sp
1881 int get_escdelay_sp(
1883 { return(*(int *)0); }
1886 int get_escdelay(void)
1887 { return(*(int *)0); }
1894 { return(*(int *)0); }
1899 { return(*(int *)0); }
1901 /* ./base/lib_getstr.c */
1908 { return(*(int *)0); }
1910 /* ./base/lib_hline.c */
1917 { return(*(int *)0); }
1919 /* ./base/lib_immedok.c */
1927 /* ./base/lib_inchstr.c */
1934 { return(*(int *)0); }
1936 /* ./base/lib_initscr.c */
1939 WINDOW *initscr(void)
1940 { return(*(WINDOW **)0); }
1942 /* ./base/lib_insch.c */
1944 #undef _nc_insert_ch
1949 { return(*(int *)0); }
1955 { return(*(int *)0); }
1957 /* ./base/lib_insdel.c */
1963 { return(*(int *)0); }
1965 /* ./base/lib_insnstr.c */
1972 { return(*(int *)0); }
1974 /* ./base/lib_instr.c */
1981 { return(*(int *)0); }
1983 /* ./base/lib_isendwin.c */
1986 NCURSES_BOOL isendwin_sp(
1988 { return(*(NCURSES_BOOL *)0); }
1991 NCURSES_BOOL isendwin(void)
1992 { return(*(NCURSES_BOOL *)0); }
1994 /* ./base/lib_leaveok.c */
2000 { return(*(int *)0); }
2002 /* ./base/lib_mouse.c */
2008 { return(*(int *)0); }
2013 { return(*(int *)0); }
2015 #undef ungetmouse_sp
2019 { return(*(int *)0); }
2024 { return(*(int *)0); }
2027 mmask_t mousemask_sp(
2031 { return(*(mmask_t *)0); }
2037 { return(*(mmask_t *)0); }
2040 NCURSES_BOOL wenclose(
2044 { return(*(NCURSES_BOOL *)0); }
2046 #undef mouseinterval_sp
2047 int mouseinterval_sp(
2050 { return(*(int *)0); }
2052 #undef mouseinterval
2055 { return(*(int *)0); }
2057 #undef _nc_has_mouse
2058 NCURSES_BOOL _nc_has_mouse(
2060 { return(*(NCURSES_BOOL *)0); }
2063 NCURSES_BOOL has_mouse_sp(
2065 { return(*(NCURSES_BOOL *)0); }
2068 NCURSES_BOOL has_mouse(void)
2069 { return(*(NCURSES_BOOL *)0); }
2072 NCURSES_BOOL wmouse_trafo(
2076 NCURSES_BOOL to_screen)
2077 { return(*(NCURSES_BOOL *)0); }
2079 /* ./base/lib_move.c */
2086 { return(*(int *)0); }
2088 /* ./tty/lib_mvcur.c */
2090 #undef _nc_msec_cost_sp
2091 int _nc_msec_cost_sp(
2093 const char *const cap,
2095 { return(*(int *)0); }
2097 #undef _nc_msec_cost
2099 const char *const cap,
2101 { return(*(int *)0); }
2103 #undef _nc_mvcur_resume_sp
2104 void _nc_mvcur_resume_sp(
2108 #undef _nc_mvcur_resume
2109 void _nc_mvcur_resume(void)
2112 #undef _nc_mvcur_init_sp
2113 void _nc_mvcur_init_sp(
2117 #undef _nc_mvcur_init
2118 void _nc_mvcur_init(void)
2121 #undef _nc_mvcur_wrap_sp
2122 void _nc_mvcur_wrap_sp(
2126 #undef _nc_mvcur_wrap
2127 void _nc_mvcur_wrap(void)
2137 { return(*(int *)0); }
2145 { return(*(int *)0); }
2154 { return(*(int *)0); }
2162 { return(*(int *)0); }
2164 #undef _nc_optimize_enable
2165 int _nc_optimize_enable;
2167 /* ./base/lib_mvwin.c */
2174 { return(*(int *)0); }
2176 /* ./base/lib_newterm.c */
2202 { return(*(SCREEN **)0); }
2209 { return(*(SCREEN **)0); }
2211 /* ./base/lib_newwin.c */
2216 { return(*(int *)0); }
2225 { return(*(WINDOW **)0); }
2233 { return(*(WINDOW **)0); }
2242 { return(*(WINDOW **)0); }
2251 { return(*(WINDOW **)0); }
2253 #undef _nc_makenew_sp
2254 WINDOW *_nc_makenew_sp(
2261 { return(*(WINDOW **)0); }
2263 #undef _nc_curscr_of
2264 WINDOW *_nc_curscr_of(
2266 { return(*(WINDOW **)0); }
2268 #undef _nc_newscr_of
2269 WINDOW *_nc_newscr_of(
2271 { return(*(WINDOW **)0); }
2273 #undef _nc_stdscr_of
2274 WINDOW *_nc_stdscr_of(
2276 { return(*(WINDOW **)0); }
2278 /* ./base/lib_nl.c */
2283 { return(*(int *)0); }
2287 { return(*(int *)0); }
2292 { return(*(int *)0); }
2296 { return(*(int *)0); }
2298 /* ./base/lib_overlay.c */
2304 { return(*(int *)0); }
2310 { return(*(int *)0); }
2323 { return(*(int *)0); }
2325 /* ./base/lib_pad.c */
2332 { return(*(WINDOW **)0); }
2338 { return(*(WINDOW **)0); }
2347 { return(*(WINDOW **)0); }
2358 { return(*(int *)0); }
2369 { return(*(int *)0); }
2375 { return(*(int *)0); }
2377 /* ./base/lib_printw.c */
2383 { return(*(int *)0); }
2390 { return(*(int *)0); }
2398 { return(*(int *)0); }
2407 { return(*(int *)0); }
2414 { return(*(int *)0); }
2421 { return(*(int *)0); }
2423 /* ./base/lib_redrawln.c */
2430 { return(*(int *)0); }
2432 /* ./base/lib_refresh.c */
2437 { return(*(int *)0); }
2442 { return(*(int *)0); }
2444 /* ./base/lib_restart.c */
2446 #undef restartterm_sp
2452 { return(*(int *)0); }
2459 { return(*(int *)0); }
2461 /* ./base/lib_scanw.c */
2468 { return(*(int *)0); }
2475 { return(*(int *)0); }
2481 { return(*(int *)0); }
2488 { return(*(int *)0); }
2496 { return(*(int *)0); }
2505 { return(*(int *)0); }
2507 /* ./base/lib_screen.c */
2513 { return(*(WINDOW **)0); }
2518 { return(*(WINDOW **)0); }
2524 { return(*(int *)0); }
2526 #undef scr_restore_sp
2530 { return(*(int *)0); }
2535 { return(*(int *)0); }
2540 { return(*(int *)0); }
2546 { return(*(int *)0); }
2551 { return(*(int *)0); }
2557 { return(*(int *)0); }
2562 { return(*(int *)0); }
2564 /* ./base/lib_scroll.c */
2566 #undef _nc_scroll_window
2567 void _nc_scroll_window(
2579 { return(*(int *)0); }
2581 /* ./base/lib_scrollok.c */
2587 { return(*(int *)0); }
2589 /* ./base/lib_scrreg.c */
2596 { return(*(int *)0); }
2598 /* ./base/lib_set_term.c */
2603 { return(*(SCREEN **)0); }
2610 #undef _nc_setupscreen_sp
2611 int _nc_setupscreen_sp(
2618 { return(*(int *)0); }
2620 #undef _nc_setupscreen
2621 int _nc_setupscreen(
2627 { return(*(int *)0); }
2629 #undef _nc_ripoffline_sp
2630 int _nc_ripoffline_sp(
2636 { return(*(int *)0); }
2638 #undef _nc_ripoffline
2644 { return(*(int *)0); }
2646 #undef ripoffline_sp
2653 { return(*(int *)0); }
2661 { return(*(int *)0); }
2663 /* ./base/lib_slk.c */
2665 #undef _nc_format_slks
2666 int _nc_format_slks(
2669 { return(*(int *)0); }
2671 #undef _nc_slk_initialize
2672 int _nc_slk_initialize(
2675 { return(*(int *)0); }
2677 #undef slk_restore_sp
2680 { return(*(int *)0); }
2683 int slk_restore(void)
2684 { return(*(int *)0); }
2686 /* ./base/lib_slkatr_set.c */
2688 #undef slk_attr_set_sp
2689 int slk_attr_set_sp(
2694 { return(*(int *)0); }
2701 { return(*(int *)0); }
2703 /* ./base/lib_slkatrof.c */
2705 #undef slk_attroff_sp
2709 { return(*(int *)0); }
2714 { return(*(int *)0); }
2716 /* ./base/lib_slkatron.c */
2718 #undef slk_attron_sp
2722 { return(*(int *)0); }
2727 { return(*(int *)0); }
2729 /* ./base/lib_slkatrset.c */
2731 #undef slk_attrset_sp
2735 { return(*(int *)0); }
2740 { return(*(int *)0); }
2742 /* ./base/lib_slkattr.c */
2747 { return(*(attr_t *)0); }
2750 attr_t slk_attr(void)
2751 { return(*(attr_t *)0); }
2753 /* ./base/lib_slkclear.c */
2758 { return(*(int *)0); }
2762 { return(*(int *)0); }
2764 /* ./base/lib_slkcolor.c */
2770 { return(*(int *)0); }
2775 { return(*(int *)0); }
2777 #undef extended_slk_color_sp
2778 int extended_slk_color_sp(
2781 { return(*(int *)0); }
2783 #undef extended_slk_color
2784 int extended_slk_color(
2786 { return(*(int *)0); }
2788 /* ./base/lib_slkinit.c */
2794 { return(*(int *)0); }
2799 { return(*(int *)0); }
2801 /* ./base/lib_slklab.c */
2807 { return(*(char **)0); }
2812 { return(*(char **)0); }
2814 /* ./base/lib_slkrefr.c */
2816 #undef slk_noutrefresh_sp
2817 int slk_noutrefresh_sp(
2819 { return(*(int *)0); }
2821 #undef slk_noutrefresh
2822 int slk_noutrefresh(void)
2823 { return(*(int *)0); }
2825 #undef slk_refresh_sp
2828 { return(*(int *)0); }
2831 int slk_refresh(void)
2832 { return(*(int *)0); }
2834 /* ./base/lib_slkset.c */
2842 { return(*(int *)0); }
2849 { return(*(int *)0); }
2851 /* ./base/lib_slktouch.c */
2856 { return(*(int *)0); }
2860 { return(*(int *)0); }
2862 /* ./base/lib_touch.c */
2864 #undef is_linetouched
2865 NCURSES_BOOL is_linetouched(
2868 { return(*(NCURSES_BOOL *)0); }
2870 #undef is_wintouched
2871 NCURSES_BOOL is_wintouched(
2873 { return(*(NCURSES_BOOL *)0); }
2881 { return(*(int *)0); }
2883 /* ./trace/lib_tracedmp.c */
2891 /* ./trace/lib_tracemse.c */
2893 #undef _nc_trace_mmask_t
2894 char *_nc_trace_mmask_t(
2897 { return(*(char **)0); }
2899 #undef _nc_tracemouse
2900 char *_nc_tracemouse(
2903 { return(*(char **)0); }
2905 #undef _nc_retrace_mmask_t
2906 mmask_t _nc_retrace_mmask_t(
2909 { return(*(mmask_t *)0); }
2914 { return(*(char **)0); }
2916 /* ./tty/lib_tstp.c */
2918 #undef _nc_signal_handler
2919 void _nc_signal_handler(
2923 /* ./base/lib_ungetch.c */
2925 #undef _nc_fifo_dump
2934 { return(*(int *)0); }
2939 { return(*(int *)0); }
2941 /* ./tty/lib_vidattr.c */
2947 NCURSES_OUTC_sp outc)
2948 { return(*(int *)0); }
2954 { return(*(int *)0); }
2960 { return(*(int *)0); }
2965 { return(*(int *)0); }
2968 chtype termattrs_sp(
2970 { return(*(chtype *)0); }
2973 chtype termattrs(void)
2974 { return(*(chtype *)0); }
2976 /* ./base/lib_vline.c */
2983 { return(*(int *)0); }
2985 /* ./base/lib_wattroff.c */
2992 { return(*(int *)0); }
2994 /* ./base/lib_wattron.c */
3001 { return(*(int *)0); }
3003 /* ./base/lib_winch.c */
3008 { return(*(chtype *)0); }
3010 /* ./base/lib_window.c */
3022 { return(*(int *)0); }
3028 { return(*(int *)0); }
3048 { return(*(WINDOW **)0); }
3050 /* ./base/nc_panel.c */
3052 #undef _nc_panelhook_sp
3053 struct panelhook *_nc_panelhook_sp(
3055 { return(*(struct panelhook **)0); }
3057 #undef _nc_panelhook
3058 struct panelhook *_nc_panelhook(void)
3059 { return(*(struct panelhook **)0); }
3061 /* ./base/safe_sprintf.c */
3063 #undef _nc_printf_string_sp
3064 char *_nc_printf_string_sp(
3068 { return(*(char **)0); }
3070 #undef _nc_printf_string
3071 char *_nc_printf_string(
3074 { return(*(char **)0); }
3076 /* ./tty/tty_update.c */
3081 { return(*(int *)0); }
3085 { return(*(int *)0); }
3087 #undef _nc_scrolln_sp
3094 { return(*(int *)0); }
3102 { return(*(int *)0); }
3104 #undef _nc_screen_resume_sp
3105 void _nc_screen_resume_sp(
3109 #undef _nc_screen_resume
3110 void _nc_screen_resume(void)
3113 #undef _nc_screen_init_sp
3114 void _nc_screen_init_sp(
3118 #undef _nc_screen_init
3119 void _nc_screen_init(void)
3122 #undef _nc_screen_wrap_sp
3123 void _nc_screen_wrap_sp(
3127 #undef _nc_screen_wrap
3128 void _nc_screen_wrap(void)
3131 #undef _nc_do_xmc_glitch_sp
3132 void _nc_do_xmc_glitch_sp(
3137 #undef _nc_do_xmc_glitch
3138 void _nc_do_xmc_glitch(
3142 /* ./trace/varargs.c */
3148 { return(*(char **)0); }
3150 /* ./base/vsscanf.c */
3153 void _nc_vsscanf(void)
3156 /* ./base/lib_freeall.c */
3159 void _nc_freeall(void)
3162 #undef _nc_free_and_exit_sp
3163 void _nc_free_and_exit_sp(
3168 #undef _nc_free_and_exit
3169 void _nc_free_and_exit(
3178 /* ./widechar/charable.c */
3180 #undef _nc_is_charable
3181 NCURSES_BOOL _nc_is_charable(
3183 { return(*(NCURSES_BOOL *)0); }
3188 { return(*(int *)0); }
3190 #undef _nc_to_widechar
3191 wint_t _nc_to_widechar(
3193 { return(*(wint_t *)0); }
3195 /* ./widechar/lib_add_wch.c */
3201 { return(*(int *)0); }
3207 { return(*(int *)0); }
3209 /* ./widechar/lib_box_set.c */
3222 { return(*(int *)0); }
3224 /* ./widechar/lib_cchar.c */
3233 { return(*(int *)0); }
3237 const cchar_t *wcval,
3242 { return(*(int *)0); }
3244 /* ./widechar/lib_erasewchar.c */
3249 { return(*(int *)0); }
3254 { return(*(int *)0); }
3256 /* ./widechar/lib_get_wch.c */
3262 { return(*(int *)0); }
3264 /* ./widechar/lib_get_wstr.c */
3271 { return(*(int *)0); }
3273 /* ./widechar/lib_hline_set.c */
3280 { return(*(int *)0); }
3282 /* ./widechar/lib_in_wch.c */
3288 { return(*(int *)0); }
3290 /* ./widechar/lib_in_wchnstr.c */
3297 { return(*(int *)0); }
3299 /* ./widechar/lib_ins_wch.c */
3301 #undef _nc_insert_wch
3305 { return(*(int *)0); }
3311 { return(*(int *)0); }
3316 const wchar_t *wstr,
3318 { return(*(int *)0); }
3320 /* ./widechar/lib_inwstr.c */
3327 { return(*(int *)0); }
3333 { return(*(int *)0); }
3335 /* ./widechar/lib_key_name.c */
3338 const char *key_name(
3340 { return(*(const char **)0); }
3342 /* ./widechar/lib_pecho_wchar.c */
3348 { return(*(int *)0); }
3350 /* ./widechar/lib_slk_wset.c */
3355 const wchar_t *astr,
3357 { return(*(int *)0); }
3359 /* ./widechar/lib_unget_wch.c */
3366 { return(*(size_t *)0); }
3372 { return(*(int *)0); }
3377 { return(*(int *)0); }
3379 /* ./widechar/lib_vid_attr.c */
3387 NCURSES_OUTC_sp outc)
3388 { return(*(int *)0); }
3396 { return(*(int *)0); }
3404 { return(*(int *)0); }
3411 { return(*(int *)0); }
3413 #undef term_attrs_sp
3414 attr_t term_attrs_sp(
3416 { return(*(attr_t *)0); }
3419 attr_t term_attrs(void)
3420 { return(*(attr_t *)0); }
3422 /* ./widechar/lib_vline_set.c */
3429 { return(*(int *)0); }
3431 /* ./widechar/lib_wacs.c */
3436 #undef _nc_init_wacs
3437 void _nc_init_wacs(void)
3440 /* ./widechar/lib_wunctrl.c */
3443 wchar_t *wunctrl_sp(
3446 { return(*(wchar_t **)0); }
3451 { return(*(wchar_t **)0); }
3455 #undef _nc_toggle_attr_on
3456 void _nc_toggle_attr_on(
3461 #undef _nc_toggle_attr_off
3462 void _nc_toggle_attr_off(
3467 #undef _nc_DelCharCost_sp
3468 int _nc_DelCharCost_sp(
3471 { return(*(int *)0); }
3473 #undef _nc_InsCharCost_sp
3474 int _nc_InsCharCost_sp(
3477 { return(*(int *)0); }
3479 #undef _nc_UpdateAttrs_sp
3480 void _nc_UpdateAttrs_sp(
3485 #undef _nc_DelCharCost
3486 int _nc_DelCharCost(
3488 { return(*(int *)0); }
3490 #undef _nc_InsCharCost
3491 int _nc_InsCharCost(
3493 { return(*(int *)0); }
3495 #undef _nc_UpdateAttrs
3496 void _nc_UpdateAttrs(
3500 /* ./base/legacy_coding.c */
3502 #undef use_legacy_coding_sp
3503 int use_legacy_coding_sp(
3506 { return(*(int *)0); }
3508 #undef use_legacy_coding
3509 int use_legacy_coding(
3511 { return(*(int *)0); }
3513 /* ./base/lib_dft_fgbg.c */
3515 #undef use_default_colors_sp
3516 int use_default_colors_sp(
3518 { return(*(int *)0); }
3520 #undef use_default_colors
3521 int use_default_colors(void)
3522 { return(*(int *)0); }
3524 #undef assume_default_colors_sp
3525 int assume_default_colors_sp(
3529 { return(*(int *)0); }
3531 #undef assume_default_colors
3532 int assume_default_colors(
3535 { return(*(int *)0); }
3537 /* ./tinfo/lib_print.c */
3544 { return(*(int *)0); }
3550 { return(*(int *)0); }
3552 /* ./base/new_pair.c */
3554 #undef _nc_free_ordered_pairs
3555 void _nc_free_ordered_pairs(
3559 #undef _nc_reset_color_pair
3560 void _nc_reset_color_pair(
3566 #undef _nc_set_color_pair
3567 void _nc_set_color_pair(
3573 #undef _nc_copy_pairs
3574 void _nc_copy_pairs(
3576 colorpair_t *target,
3577 colorpair_t *source,
3581 #undef alloc_pair_sp
3586 { return(*(int *)0); }
3593 { return(*(int *)0); }
3599 { return(*(int *)0); }
3605 { return(*(int *)0); }
3611 { return(*(int *)0); }
3616 { return(*(int *)0); }
3618 /* ./base/resizeterm.c */
3620 #undef is_term_resized_sp
3621 NCURSES_BOOL is_term_resized_sp(
3625 { return(*(NCURSES_BOOL *)0); }
3627 #undef is_term_resized
3628 NCURSES_BOOL is_term_resized(
3631 { return(*(NCURSES_BOOL *)0); }
3633 #undef resize_term_sp
3638 { return(*(int *)0); }
3644 { return(*(int *)0); }
3646 #undef resizeterm_sp
3651 { return(*(int *)0); }
3657 { return(*(int *)0); }
3659 /* ./trace/trace_xnames.c */
3661 #undef _nc_trace_xnames
3662 void _nc_trace_xnames(
3666 /* ./tinfo/use_screen.c */
3671 NCURSES_SCREEN_CB func,