1 /****************************************************************************
2 * Copyright 2018-2020,2021 Thomas E. Dickey *
3 * Copyright 2009-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 2009-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 */
258 #undef _nc_COLOR_PAIRS
259 int _nc_COLOR_PAIRS(void)
260 { return(*(int *)0); }
264 { return(*(int *)0); }
266 #undef _nc_reset_colors_sp
267 NCURSES_BOOL _nc_reset_colors_sp(
269 { return(*(NCURSES_BOOL *)0); }
271 #undef _nc_reset_colors
272 NCURSES_BOOL _nc_reset_colors(void)
273 { return(*(NCURSES_BOOL *)0); }
275 #undef start_color_sp
278 { return(*(int *)0); }
281 int start_color(void)
282 { return(*(int *)0); }
284 #undef _nc_change_pair
285 void _nc_change_pair(
290 #undef _nc_reserve_pairs
291 void _nc_reserve_pairs(
302 { return(*(int *)0); }
310 { return(*(int *)0); }
317 { return(*(int *)0); }
319 #undef _nc_init_color
326 { return(*(int *)0); }
335 { return(*(int *)0); }
343 { return(*(int *)0); }
345 #undef can_change_color_sp
346 NCURSES_BOOL can_change_color_sp(
348 { return(*(NCURSES_BOOL *)0); }
350 #undef can_change_color
351 NCURSES_BOOL can_change_color(void)
352 { return(*(NCURSES_BOOL *)0); }
355 NCURSES_BOOL has_colors_sp(
357 { return(*(NCURSES_BOOL *)0); }
360 NCURSES_BOOL has_colors(void)
361 { return(*(NCURSES_BOOL *)0); }
363 #undef color_content_sp
364 int color_content_sp(
370 { return(*(int *)0); }
378 { return(*(int *)0); }
380 #undef _nc_pair_content
381 int _nc_pair_content(
386 { return(*(int *)0); }
388 #undef pair_content_sp
394 { return(*(int *)0); }
401 { return(*(int *)0); }
403 #undef _nc_do_color_sp
404 void _nc_do_color_sp(
409 NCURSES_OUTC_sp outc)
420 #undef init_extended_pair_sp
421 int init_extended_pair_sp(
426 { return(*(int *)0); }
428 #undef init_extended_color_sp
429 int init_extended_color_sp(
435 { return(*(int *)0); }
437 #undef extended_color_content_sp
438 int extended_color_content_sp(
444 { return(*(int *)0); }
446 #undef extended_pair_content_sp
447 int extended_pair_content_sp(
452 { return(*(int *)0); }
454 #undef reset_color_pairs_sp
455 void reset_color_pairs_sp(
459 #undef init_extended_pair
460 int init_extended_pair(
464 { return(*(int *)0); }
466 #undef init_extended_color
467 int init_extended_color(
472 { return(*(int *)0); }
474 #undef extended_color_content
475 int extended_color_content(
480 { return(*(int *)0); }
482 #undef extended_pair_content
483 int extended_pair_content(
487 { return(*(int *)0); }
489 #undef reset_color_pairs
490 void reset_color_pairs(void)
493 /* ./base/lib_colorset.c */
500 { return(*(int *)0); }
502 /* ./base/lib_delch.c */
507 { return(*(int *)0); }
509 /* ./base/lib_delwin.c */
514 { return(*(int *)0); }
516 /* ./base/lib_echo.c */
521 { return(*(int *)0); }
525 { return(*(int *)0); }
530 { return(*(int *)0); }
534 { return(*(int *)0); }
536 /* ./base/lib_endwin.c */
541 { return(*(int *)0); }
545 { return(*(int *)0); }
547 /* ./base/lib_erase.c */
552 { return(*(int *)0); }
554 /* ./base/lib_flash.c */
559 { return(*(int *)0); }
563 { return(*(int *)0); }
570 { return(*(int *)0); }
576 { return(*(int *)0); }
581 { return(*(int *)0); }
587 { return(*(int *)0); }
592 { return(*(int *)0); }
597 { return(*(int *)0); }
602 { return(*(int *)0); }
607 { return(*(int *)0); }
614 { return(*(int *)0); }
620 { return(*(int *)0); }
626 { return(*(int *)0); }
633 { return(*(int *)0); }
638 { return(*(int *)0); }
655 { return(*(int *)0); }
662 { return(*(int *)0); }
670 { return(*(int *)0); }
674 { return(*(int *)0); }
678 { return(*(int *)0); }
682 { return(*(int *)0); }
688 { return(*(int *)0); }
693 { return(*(int *)0); }
697 { return(*(int *)0); }
701 { return(*(int *)0); }
706 { return(*(int *)0); }
710 { return(*(int *)0); }
715 { return(*(chtype *)0); }
719 { return(*(int *)0); }
725 { return(*(int *)0); }
730 { return(*(int *)0); }
736 { return(*(int *)0); }
740 { return(*(chtype *)0); }
746 { return(*(int *)0); }
751 { return(*(int *)0); }
757 { return(*(int *)0); }
762 { return(*(int *)0); }
767 { return(*(int *)0); }
771 { return(*(int *)0); }
777 { return(*(int *)0); }
782 { return(*(int *)0); }
787 { return(*(int *)0); }
793 { return(*(int *)0); }
800 { return(*(int *)0); }
808 { return(*(int *)0); }
815 { return(*(int *)0); }
823 { return(*(int *)0); }
830 { return(*(int *)0); }
840 { return(*(int *)0); }
846 { return(*(int *)0); }
852 { return(*(int *)0); }
860 { return(*(int *)0); }
867 { return(*(int *)0); }
875 { return(*(int *)0); }
881 { return(*(chtype *)0); }
889 { return(*(int *)0); }
896 { return(*(int *)0); }
904 { return(*(int *)0); }
911 { return(*(int *)0); }
919 { return(*(int *)0); }
926 { return(*(int *)0); }
933 { return(*(int *)0); }
941 { return(*(int *)0); }
949 { return(*(int *)0); }
958 { return(*(int *)0); }
966 { return(*(int *)0); }
975 { return(*(int *)0); }
983 { return(*(int *)0); }
994 { return(*(int *)0); }
1001 { return(*(int *)0); }
1008 { return(*(int *)0); }
1017 { return(*(int *)0); }
1025 { return(*(int *)0); }
1034 { return(*(int *)0); }
1041 { return(*(chtype *)0); }
1050 { return(*(int *)0); }
1058 { return(*(int *)0); }
1067 { return(*(int *)0); }
1075 { return(*(int *)0); }
1084 { return(*(int *)0); }
1092 { return(*(int *)0); }
1100 { return(*(int *)0); }
1109 { return(*(int *)0); }
1114 { return(*(int *)0); }
1119 { return(*(int *)0); }
1123 { return(*(int *)0); }
1128 { return(*(int *)0); }
1133 { return(*(int *)0); }
1139 { return(*(int *)0); }
1145 { return(*(int *)0); }
1151 { return(*(int *)0); }
1155 { return(*(int *)0); }
1159 { return(*(int *)0); }
1171 { return(*(int *)0); }
1176 { return(*(int *)0); }
1181 { return(*(int *)0); }
1187 { return(*(int *)0); }
1193 { return(*(int *)0); }
1199 { return(*(int *)0); }
1205 { return(*(int *)0); }
1211 { return(*(int *)0); }
1217 { return(*(int *)0); }
1225 { return(*(int *)0); }
1233 { return(*(int *)0); }
1238 { return(*(int *)0); }
1244 { return(*(int *)0); }
1250 { return(*(int *)0); }
1255 { return(*(int *)0); }
1261 { return(*(int *)0); }
1267 { return(*(int *)0); }
1272 { return(*(int *)0); }
1277 { return(*(int *)0); }
1282 { return(*(int *)0); }
1287 { return(*(int *)0); }
1292 { return(*(int *)0); }
1297 { return(*(int *)0); }
1302 { return(*(int *)0); }
1307 { return(*(int *)0); }
1312 { return(*(int *)0); }
1317 { return(*(int *)0); }
1322 { return(*(int *)0); }
1327 { return(*(WINDOW **)0); }
1330 NCURSES_BOOL is_cleared(
1332 { return(*(NCURSES_BOOL *)0); }
1335 NCURSES_BOOL is_idcok(
1337 { return(*(NCURSES_BOOL *)0); }
1340 NCURSES_BOOL is_idlok(
1342 { return(*(NCURSES_BOOL *)0); }
1345 NCURSES_BOOL is_immedok(
1347 { return(*(NCURSES_BOOL *)0); }
1350 NCURSES_BOOL is_keypad(
1352 { return(*(NCURSES_BOOL *)0); }
1355 NCURSES_BOOL is_leaveok(
1357 { return(*(NCURSES_BOOL *)0); }
1360 NCURSES_BOOL is_nodelay(
1362 { return(*(NCURSES_BOOL *)0); }
1365 NCURSES_BOOL is_notimeout(
1367 { return(*(NCURSES_BOOL *)0); }
1370 NCURSES_BOOL is_pad(
1372 { return(*(NCURSES_BOOL *)0); }
1375 NCURSES_BOOL is_scrollok(
1377 { return(*(NCURSES_BOOL *)0); }
1380 NCURSES_BOOL is_subwin(
1382 { return(*(NCURSES_BOOL *)0); }
1385 NCURSES_BOOL is_syncok(
1387 { return(*(NCURSES_BOOL *)0); }
1392 { return(*(int *)0); }
1399 { return(*(int *)0); }
1404 { return(*(int *)0); }
1410 { return(*(int *)0); }
1415 { return(*(int *)0); }
1421 { return(*(int *)0); }
1426 { return(*(int *)0); }
1431 { return(*(int *)0); }
1448 { return(*(int *)0); }
1455 { return(*(int *)0); }
1460 { return(*(int *)0); }
1465 { return(*(int *)0); }
1470 { return(*(int *)0); }
1475 { return(*(int *)0); }
1481 { return(*(int *)0); }
1487 { return(*(int *)0); }
1492 { return(*(int *)0); }
1498 { return(*(int *)0); }
1503 { return(*(int *)0); }
1509 { return(*(int *)0); }
1515 { return(*(int *)0); }
1520 { return(*(int *)0); }
1525 { return(*(int *)0); }
1530 { return(*(int *)0); }
1537 { return(*(int *)0); }
1539 #undef mvadd_wchnstr
1545 { return(*(int *)0); }
1552 { return(*(int *)0); }
1560 { return(*(int *)0); }
1567 { return(*(int *)0); }
1574 { return(*(int *)0); }
1581 { return(*(int *)0); }
1589 { return(*(int *)0); }
1597 { return(*(int *)0); }
1604 { return(*(int *)0); }
1612 { return(*(int *)0); }
1619 { return(*(int *)0); }
1627 { return(*(int *)0); }
1635 { return(*(int *)0); }
1642 { return(*(int *)0); }
1649 { return(*(int *)0); }
1656 { return(*(int *)0); }
1664 { return(*(int *)0); }
1672 { return(*(int *)0); }
1674 #undef mvwadd_wchnstr
1681 { return(*(int *)0); }
1683 #undef mvwadd_wchstr
1689 { return(*(int *)0); }
1698 { return(*(int *)0); }
1706 { return(*(int *)0); }
1714 { return(*(int *)0); }
1722 { return(*(int *)0); }
1731 { return(*(int *)0); }
1740 { return(*(int *)0); }
1748 { return(*(int *)0); }
1750 #undef mvwin_wchnstr
1757 { return(*(int *)0); }
1765 { return(*(int *)0); }
1774 { return(*(int *)0); }
1783 { return(*(int *)0); }
1791 { return(*(int *)0); }
1799 { return(*(int *)0); }
1807 { return(*(int *)0); }
1816 { return(*(int *)0); }
1822 { return(*(int *)0); }
1828 { return(*(int *)0); }
1834 { return(*(int *)0); }
1840 { return(*(int *)0); }
1846 { return(*(int *)0); }
1852 { return(*(int *)0); }
1858 { return(*(int *)0); }
1861 NCURSES_BOOL mouse_trafo(
1865 { return(*(NCURSES_BOOL *)0); }
1867 /* ./base/lib_getch.c */
1870 int _nc_ESCDELAY(void)
1871 { return(*(int *)0); }
1873 #undef _nc_ptr_Escdelay
1874 int *_nc_ptr_Escdelay(
1876 { return(*(int **)0); }
1878 #undef set_escdelay_sp
1879 int set_escdelay_sp(
1882 { return(*(int *)0); }
1887 { return(*(int *)0); }
1889 #undef get_escdelay_sp
1890 int get_escdelay_sp(
1892 { return(*(int *)0); }
1895 int get_escdelay(void)
1896 { return(*(int *)0); }
1903 { return(*(int *)0); }
1908 { return(*(int *)0); }
1910 /* ./base/lib_getstr.c */
1917 { return(*(int *)0); }
1919 /* ./base/lib_hline.c */
1926 { return(*(int *)0); }
1928 /* ./base/lib_immedok.c */
1936 /* ./base/lib_inchstr.c */
1943 { return(*(int *)0); }
1945 /* ./base/lib_initscr.c */
1948 WINDOW *initscr(void)
1949 { return(*(WINDOW **)0); }
1951 /* ./base/lib_insch.c */
1953 #undef _nc_insert_ch
1958 { return(*(int *)0); }
1964 { return(*(int *)0); }
1966 /* ./base/lib_insdel.c */
1972 { return(*(int *)0); }
1974 /* ./base/lib_insnstr.c */
1981 { return(*(int *)0); }
1983 /* ./base/lib_instr.c */
1990 { return(*(int *)0); }
1992 /* ./base/lib_isendwin.c */
1995 NCURSES_BOOL isendwin_sp(
1997 { return(*(NCURSES_BOOL *)0); }
2000 NCURSES_BOOL isendwin(void)
2001 { return(*(NCURSES_BOOL *)0); }
2003 /* ./base/lib_leaveok.c */
2009 { return(*(int *)0); }
2011 /* ./base/lib_mouse.c */
2017 { return(*(int *)0); }
2022 { return(*(int *)0); }
2024 #undef ungetmouse_sp
2028 { return(*(int *)0); }
2033 { return(*(int *)0); }
2036 mmask_t mousemask_sp(
2040 { return(*(mmask_t *)0); }
2046 { return(*(mmask_t *)0); }
2049 NCURSES_BOOL wenclose(
2053 { return(*(NCURSES_BOOL *)0); }
2055 #undef mouseinterval_sp
2056 int mouseinterval_sp(
2059 { return(*(int *)0); }
2061 #undef mouseinterval
2064 { return(*(int *)0); }
2066 #undef _nc_has_mouse
2067 NCURSES_BOOL _nc_has_mouse(
2069 { return(*(NCURSES_BOOL *)0); }
2072 NCURSES_BOOL has_mouse_sp(
2074 { return(*(NCURSES_BOOL *)0); }
2077 NCURSES_BOOL has_mouse(void)
2078 { return(*(NCURSES_BOOL *)0); }
2081 NCURSES_BOOL wmouse_trafo(
2085 NCURSES_BOOL to_screen)
2086 { return(*(NCURSES_BOOL *)0); }
2088 /* ./base/lib_move.c */
2095 { return(*(int *)0); }
2097 /* ./tty/lib_mvcur.c */
2099 #undef _nc_msec_cost_sp
2100 int _nc_msec_cost_sp(
2102 const char *const cap,
2104 { return(*(int *)0); }
2106 #undef _nc_msec_cost
2108 const char *const cap,
2110 { return(*(int *)0); }
2112 #undef _nc_mvcur_resume_sp
2113 void _nc_mvcur_resume_sp(
2117 #undef _nc_mvcur_resume
2118 void _nc_mvcur_resume(void)
2121 #undef _nc_mvcur_init_sp
2122 void _nc_mvcur_init_sp(
2126 #undef _nc_mvcur_init
2127 void _nc_mvcur_init(void)
2130 #undef _nc_mvcur_wrap_sp
2131 void _nc_mvcur_wrap_sp(
2135 #undef _nc_mvcur_wrap
2136 void _nc_mvcur_wrap(void)
2146 { return(*(int *)0); }
2154 { return(*(int *)0); }
2163 { return(*(int *)0); }
2171 { return(*(int *)0); }
2173 #undef _nc_optimize_enable
2174 int _nc_optimize_enable;
2176 /* ./base/lib_mvwin.c */
2183 { return(*(int *)0); }
2185 /* ./base/lib_newterm.c */
2211 { return(*(SCREEN **)0); }
2218 { return(*(SCREEN **)0); }
2220 /* ./base/lib_newwin.c */
2225 { return(*(int *)0); }
2234 { return(*(WINDOW **)0); }
2242 { return(*(WINDOW **)0); }
2251 { return(*(WINDOW **)0); }
2260 { return(*(WINDOW **)0); }
2262 #undef _nc_makenew_sp
2263 WINDOW *_nc_makenew_sp(
2270 { return(*(WINDOW **)0); }
2272 #undef _nc_curscr_of
2273 WINDOW *_nc_curscr_of(
2275 { return(*(WINDOW **)0); }
2277 #undef _nc_newscr_of
2278 WINDOW *_nc_newscr_of(
2280 { return(*(WINDOW **)0); }
2282 #undef _nc_stdscr_of
2283 WINDOW *_nc_stdscr_of(
2285 { return(*(WINDOW **)0); }
2287 /* ./base/lib_nl.c */
2292 { return(*(int *)0); }
2296 { return(*(int *)0); }
2301 { return(*(int *)0); }
2305 { return(*(int *)0); }
2307 /* ./base/lib_overlay.c */
2313 { return(*(int *)0); }
2319 { return(*(int *)0); }
2332 { return(*(int *)0); }
2334 /* ./base/lib_pad.c */
2341 { return(*(WINDOW **)0); }
2347 { return(*(WINDOW **)0); }
2356 { return(*(WINDOW **)0); }
2367 { return(*(int *)0); }
2378 { return(*(int *)0); }
2384 { return(*(int *)0); }
2386 /* ./base/lib_printw.c */
2392 { return(*(int *)0); }
2399 { return(*(int *)0); }
2407 { return(*(int *)0); }
2416 { return(*(int *)0); }
2423 { return(*(int *)0); }
2430 { return(*(int *)0); }
2432 /* ./base/lib_redrawln.c */
2439 { return(*(int *)0); }
2441 /* ./base/lib_refresh.c */
2446 { return(*(int *)0); }
2451 { return(*(int *)0); }
2453 /* ./base/lib_restart.c */
2455 #undef restartterm_sp
2461 { return(*(int *)0); }
2468 { return(*(int *)0); }
2470 /* ./base/lib_scanw.c */
2477 { return(*(int *)0); }
2484 { return(*(int *)0); }
2490 { return(*(int *)0); }
2497 { return(*(int *)0); }
2505 { return(*(int *)0); }
2514 { return(*(int *)0); }
2516 /* ./base/lib_screen.c */
2522 { return(*(WINDOW **)0); }
2527 { return(*(WINDOW **)0); }
2533 { return(*(int *)0); }
2535 #undef scr_restore_sp
2539 { return(*(int *)0); }
2544 { return(*(int *)0); }
2549 { return(*(int *)0); }
2555 { return(*(int *)0); }
2560 { return(*(int *)0); }
2566 { return(*(int *)0); }
2571 { return(*(int *)0); }
2573 /* ./base/lib_scroll.c */
2575 #undef _nc_scroll_window
2576 void _nc_scroll_window(
2588 { return(*(int *)0); }
2590 /* ./base/lib_scrollok.c */
2596 { return(*(int *)0); }
2598 /* ./base/lib_scrreg.c */
2605 { return(*(int *)0); }
2607 /* ./base/lib_set_term.c */
2612 { return(*(SCREEN **)0); }
2619 #undef _nc_setupscreen_sp
2620 int _nc_setupscreen_sp(
2627 { return(*(int *)0); }
2629 #undef _nc_setupscreen
2630 int _nc_setupscreen(
2636 { return(*(int *)0); }
2638 #undef _nc_ripoffline_sp
2639 int _nc_ripoffline_sp(
2645 { return(*(int *)0); }
2647 #undef _nc_ripoffline
2653 { return(*(int *)0); }
2655 #undef ripoffline_sp
2662 { return(*(int *)0); }
2670 { return(*(int *)0); }
2672 /* ./base/lib_slk.c */
2674 #undef _nc_format_slks
2675 int _nc_format_slks(
2678 { return(*(int *)0); }
2680 #undef _nc_slk_initialize
2681 int _nc_slk_initialize(
2684 { return(*(int *)0); }
2686 #undef slk_restore_sp
2689 { return(*(int *)0); }
2692 int slk_restore(void)
2693 { return(*(int *)0); }
2695 /* ./base/lib_slkatr_set.c */
2697 #undef slk_attr_set_sp
2698 int slk_attr_set_sp(
2703 { return(*(int *)0); }
2710 { return(*(int *)0); }
2712 /* ./base/lib_slkatrof.c */
2714 #undef slk_attroff_sp
2718 { return(*(int *)0); }
2723 { return(*(int *)0); }
2725 /* ./base/lib_slkatron.c */
2727 #undef slk_attron_sp
2731 { return(*(int *)0); }
2736 { return(*(int *)0); }
2738 /* ./base/lib_slkatrset.c */
2740 #undef slk_attrset_sp
2744 { return(*(int *)0); }
2749 { return(*(int *)0); }
2751 /* ./base/lib_slkattr.c */
2756 { return(*(attr_t *)0); }
2759 attr_t slk_attr(void)
2760 { return(*(attr_t *)0); }
2762 /* ./base/lib_slkclear.c */
2767 { return(*(int *)0); }
2771 { return(*(int *)0); }
2773 /* ./base/lib_slkcolor.c */
2779 { return(*(int *)0); }
2784 { return(*(int *)0); }
2786 #undef extended_slk_color_sp
2787 int extended_slk_color_sp(
2790 { return(*(int *)0); }
2792 #undef extended_slk_color
2793 int extended_slk_color(
2795 { return(*(int *)0); }
2797 /* ./base/lib_slkinit.c */
2803 { return(*(int *)0); }
2808 { return(*(int *)0); }
2810 /* ./base/lib_slklab.c */
2816 { return(*(char **)0); }
2821 { return(*(char **)0); }
2823 /* ./base/lib_slkrefr.c */
2825 #undef slk_noutrefresh_sp
2826 int slk_noutrefresh_sp(
2828 { return(*(int *)0); }
2830 #undef slk_noutrefresh
2831 int slk_noutrefresh(void)
2832 { return(*(int *)0); }
2834 #undef slk_refresh_sp
2837 { return(*(int *)0); }
2840 int slk_refresh(void)
2841 { return(*(int *)0); }
2843 /* ./base/lib_slkset.c */
2851 { return(*(int *)0); }
2858 { return(*(int *)0); }
2860 /* ./base/lib_slktouch.c */
2865 { return(*(int *)0); }
2869 { return(*(int *)0); }
2871 /* ./base/lib_touch.c */
2873 #undef is_linetouched
2874 NCURSES_BOOL is_linetouched(
2877 { return(*(NCURSES_BOOL *)0); }
2879 #undef is_wintouched
2880 NCURSES_BOOL is_wintouched(
2882 { return(*(NCURSES_BOOL *)0); }
2890 { return(*(int *)0); }
2892 /* ./trace/lib_tracedmp.c */
2900 /* ./trace/lib_tracemse.c */
2902 #undef _nc_trace_mmask_t
2903 char *_nc_trace_mmask_t(
2906 { return(*(char **)0); }
2908 #undef _nc_tracemouse
2909 char *_nc_tracemouse(
2912 { return(*(char **)0); }
2914 #undef _nc_retrace_mmask_t
2915 mmask_t _nc_retrace_mmask_t(
2918 { return(*(mmask_t *)0); }
2923 { return(*(char **)0); }
2925 /* ./tty/lib_tstp.c */
2927 #undef _nc_signal_handler
2928 void _nc_signal_handler(
2932 /* ./base/lib_ungetch.c */
2934 #undef _nc_fifo_dump
2943 { return(*(int *)0); }
2948 { return(*(int *)0); }
2950 /* ./tty/lib_vidattr.c */
2956 NCURSES_OUTC_sp outc)
2957 { return(*(int *)0); }
2963 { return(*(int *)0); }
2969 { return(*(int *)0); }
2974 { return(*(int *)0); }
2977 chtype termattrs_sp(
2979 { return(*(chtype *)0); }
2982 chtype termattrs(void)
2983 { return(*(chtype *)0); }
2985 /* ./base/lib_vline.c */
2992 { return(*(int *)0); }
2994 /* ./base/lib_wattroff.c */
3001 { return(*(int *)0); }
3003 /* ./base/lib_wattron.c */
3010 { return(*(int *)0); }
3012 /* ./base/lib_winch.c */
3017 { return(*(chtype *)0); }
3019 /* ./base/lib_window.c */
3031 { return(*(int *)0); }
3037 { return(*(int *)0); }
3057 { return(*(WINDOW **)0); }
3059 /* ./base/nc_panel.c */
3061 #undef _nc_panelhook_sp
3062 struct panelhook *_nc_panelhook_sp(
3064 { return(*(struct panelhook **)0); }
3066 #undef _nc_panelhook
3067 struct panelhook *_nc_panelhook(void)
3068 { return(*(struct panelhook **)0); }
3070 /* ./base/safe_sprintf.c */
3072 #undef _nc_printf_string_sp
3073 char *_nc_printf_string_sp(
3077 { return(*(char **)0); }
3079 #undef _nc_printf_string
3080 char *_nc_printf_string(
3083 { return(*(char **)0); }
3085 /* ./tty/tty_update.c */
3090 { return(*(int *)0); }
3094 { return(*(int *)0); }
3096 #undef _nc_scrolln_sp
3103 { return(*(int *)0); }
3111 { return(*(int *)0); }
3113 #undef _nc_screen_resume_sp
3114 void _nc_screen_resume_sp(
3118 #undef _nc_screen_resume
3119 void _nc_screen_resume(void)
3122 #undef _nc_screen_init_sp
3123 void _nc_screen_init_sp(
3127 #undef _nc_screen_init
3128 void _nc_screen_init(void)
3131 #undef _nc_screen_wrap_sp
3132 void _nc_screen_wrap_sp(
3136 #undef _nc_screen_wrap
3137 void _nc_screen_wrap(void)
3140 #undef _nc_do_xmc_glitch_sp
3141 void _nc_do_xmc_glitch_sp(
3146 #undef _nc_do_xmc_glitch
3147 void _nc_do_xmc_glitch(
3151 /* ./trace/varargs.c */
3157 { return(*(char **)0); }
3159 /* ./base/vsscanf.c */
3162 void _nc_vsscanf(void)
3165 /* ./base/lib_freeall.c */
3168 void _nc_freeall(void)
3171 #undef _nc_free_and_exit_sp
3172 void _nc_free_and_exit_sp(
3177 #undef _nc_free_and_exit
3178 void _nc_free_and_exit(
3187 /* ./widechar/charable.c */
3189 #undef _nc_is_charable
3190 NCURSES_BOOL _nc_is_charable(
3192 { return(*(NCURSES_BOOL *)0); }
3197 { return(*(int *)0); }
3199 #undef _nc_to_widechar
3200 wint_t _nc_to_widechar(
3202 { return(*(wint_t *)0); }
3204 /* ./widechar/lib_add_wch.c */
3210 { return(*(int *)0); }
3216 { return(*(int *)0); }
3218 /* ./widechar/lib_box_set.c */
3231 { return(*(int *)0); }
3233 /* ./widechar/lib_cchar.c */
3242 { return(*(int *)0); }
3246 const cchar_t *wcval,
3251 { return(*(int *)0); }
3253 /* ./widechar/lib_erasewchar.c */
3255 #undef erasewchar_sp
3259 { return(*(int *)0); }
3264 { return(*(int *)0); }
3270 { return(*(int *)0); }
3275 { return(*(int *)0); }
3277 /* ./widechar/lib_get_wch.c */
3283 { return(*(int *)0); }
3285 /* ./widechar/lib_get_wstr.c */
3292 { return(*(int *)0); }
3294 /* ./widechar/lib_hline_set.c */
3301 { return(*(int *)0); }
3303 /* ./widechar/lib_in_wch.c */
3309 { return(*(int *)0); }
3311 /* ./widechar/lib_in_wchnstr.c */
3318 { return(*(int *)0); }
3320 /* ./widechar/lib_ins_wch.c */
3322 #undef _nc_insert_wch
3326 { return(*(int *)0); }
3332 { return(*(int *)0); }
3337 const wchar_t *wstr,
3339 { return(*(int *)0); }
3341 /* ./widechar/lib_inwstr.c */
3348 { return(*(int *)0); }
3354 { return(*(int *)0); }
3356 /* ./widechar/lib_key_name.c */
3359 const char *key_name(
3361 { return(*(const char **)0); }
3363 /* ./widechar/lib_pecho_wchar.c */
3369 { return(*(int *)0); }
3371 /* ./widechar/lib_slk_wset.c */
3376 const wchar_t *astr,
3378 { return(*(int *)0); }
3380 /* ./widechar/lib_unget_wch.c */
3387 { return(*(size_t *)0); }
3393 { return(*(int *)0); }
3398 { return(*(int *)0); }
3400 /* ./widechar/lib_vid_attr.c */
3408 NCURSES_OUTC_sp outc)
3409 { return(*(int *)0); }
3417 { return(*(int *)0); }
3425 { return(*(int *)0); }
3432 { return(*(int *)0); }
3434 #undef term_attrs_sp
3435 attr_t term_attrs_sp(
3437 { return(*(attr_t *)0); }
3440 attr_t term_attrs(void)
3441 { return(*(attr_t *)0); }
3443 /* ./widechar/lib_vline_set.c */
3450 { return(*(int *)0); }
3452 /* ./widechar/lib_wacs.c */
3457 #undef _nc_init_wacs
3458 void _nc_init_wacs(void)
3461 /* ./widechar/lib_wunctrl.c */
3464 wchar_t *wunctrl_sp(
3467 { return(*(wchar_t **)0); }
3472 { return(*(wchar_t **)0); }
3476 #undef _nc_toggle_attr_on
3477 void _nc_toggle_attr_on(
3482 #undef _nc_toggle_attr_off
3483 void _nc_toggle_attr_off(
3488 #undef _nc_DelCharCost_sp
3489 int _nc_DelCharCost_sp(
3492 { return(*(int *)0); }
3494 #undef _nc_InsCharCost_sp
3495 int _nc_InsCharCost_sp(
3498 { return(*(int *)0); }
3500 #undef _nc_UpdateAttrs_sp
3501 void _nc_UpdateAttrs_sp(
3506 #undef _nc_DelCharCost
3507 int _nc_DelCharCost(
3509 { return(*(int *)0); }
3511 #undef _nc_InsCharCost
3512 int _nc_InsCharCost(
3514 { return(*(int *)0); }
3516 #undef _nc_UpdateAttrs
3517 void _nc_UpdateAttrs(
3521 /* ./base/legacy_coding.c */
3523 #undef use_legacy_coding_sp
3524 int use_legacy_coding_sp(
3527 { return(*(int *)0); }
3529 #undef use_legacy_coding
3530 int use_legacy_coding(
3532 { return(*(int *)0); }
3534 /* ./base/lib_dft_fgbg.c */
3536 #undef use_default_colors_sp
3537 int use_default_colors_sp(
3539 { return(*(int *)0); }
3541 #undef use_default_colors
3542 int use_default_colors(void)
3543 { return(*(int *)0); }
3545 #undef assume_default_colors_sp
3546 int assume_default_colors_sp(
3550 { return(*(int *)0); }
3552 #undef assume_default_colors
3553 int assume_default_colors(
3556 { return(*(int *)0); }
3558 /* ./tinfo/lib_print.c */
3565 { return(*(int *)0); }
3571 { return(*(int *)0); }
3573 /* ./base/new_pair.c */
3575 #undef _nc_free_ordered_pairs
3576 void _nc_free_ordered_pairs(
3580 #undef _nc_reset_color_pair
3581 void _nc_reset_color_pair(
3587 #undef _nc_set_color_pair
3588 void _nc_set_color_pair(
3594 #undef _nc_copy_pairs
3595 void _nc_copy_pairs(
3597 colorpair_t *target,
3598 colorpair_t *source,
3602 #undef alloc_pair_sp
3607 { return(*(int *)0); }
3614 { return(*(int *)0); }
3620 { return(*(int *)0); }
3626 { return(*(int *)0); }
3632 { return(*(int *)0); }
3637 { return(*(int *)0); }
3639 /* ./base/resizeterm.c */
3641 #undef is_term_resized_sp
3642 NCURSES_BOOL is_term_resized_sp(
3646 { return(*(NCURSES_BOOL *)0); }
3648 #undef is_term_resized
3649 NCURSES_BOOL is_term_resized(
3652 { return(*(NCURSES_BOOL *)0); }
3654 #undef resize_term_sp
3659 { return(*(int *)0); }
3665 { return(*(int *)0); }
3667 #undef resizeterm_sp
3672 { return(*(int *)0); }