]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - ncurses/llib-lncursestw
ncurses 5.7 - patch 20100605
[ncurses.git] / ncurses / llib-lncursestw
index 6943790db56e6feae8de75558d29080bcfbccb08..cc01234b56a5700720d34b2db8a08b8fe8120ece 100644 (file)
@@ -1,5 +1,5 @@
 /****************************************************************************
- * Copyright (c) 2008 Free Software Foundation, Inc.                        *
+ * Copyright (c) 2009,2010 Free Software Foundation, Inc.                   *
  *                                                                          *
  * Permission is hereby granted, free of charge, to any person obtaining a  *
  * copy of this software and associated documentation files (the            *
@@ -27,7 +27,7 @@
  ****************************************************************************/
 
 /****************************************************************************
- *  Author: Thomas E. Dickey 2008                                           *
+ *  Author: Thomas E. Dickey 2009,2010                                      *
  ****************************************************************************/
 /* LINTLIBRARY */
 
@@ -256,7 +256,6 @@ int wclrtoeol(
 
 /* ./base/lib_color.c */
 
-#include <term.h>
 #include <tic.h>
 
 #undef _nc_COLOR_PAIRS
@@ -1274,11 +1273,21 @@ NCURSES_BOOL is_notimeout(
                const WINDOW *z)
                { return(*(NCURSES_BOOL *)0); }
 
+#undef is_pad
+NCURSES_BOOL is_pad(
+               const WINDOW *z)
+               { return(*(NCURSES_BOOL *)0); }
+
 #undef is_scrollok
 NCURSES_BOOL is_scrollok(
                const WINDOW *z)
                { return(*(NCURSES_BOOL *)0); }
 
+#undef is_subwin
+NCURSES_BOOL is_subwin(
+               const WINDOW *z)
+               { return(*(NCURSES_BOOL *)0); }
+
 #undef is_syncok
 NCURSES_BOOL is_syncok(
                const WINDOW *z)
@@ -1761,15 +1770,15 @@ NCURSES_BOOL mouse_trafo(
 
 #include <fifo_defs.h>
 
+#undef _nc_ESCDELAY
+int    _nc_ESCDELAY(void)
+               { return(*(int *)0); }
+
 #undef _nc_ptr_Escdelay
 int    *_nc_ptr_Escdelay(
                SCREEN  *sp)
                { return(*(int **)0); }
 
-#undef _nc_ESCDELAY
-int    _nc_ESCDELAY(void)
-               { return(*(int *)0); }
-
 #undef set_escdelay_sp
 int    set_escdelay_sp(
                SCREEN  *sp, 
@@ -1781,6 +1790,15 @@ int      set_escdelay(
                int     value)
                { return(*(int *)0); }
 
+#undef get_escdelay_sp
+int    get_escdelay_sp(
+               SCREEN  *sp)
+               { return(*(int *)0); }
+
+#undef get_escdelay
+int    get_escdelay(void)
+               { return(*(int *)0); }
+
 #undef _nc_wgetch
 int    _nc_wgetch(
                WINDOW  *win, 
@@ -2138,15 +2156,6 @@ WINDOW   *_nc_makenew_sp(
                int     flags)
                { return(*(WINDOW **)0); }
 
-#undef _nc_makenew
-WINDOW *_nc_makenew(
-               int     num_lines, 
-               int     num_columns, 
-               int     begy, 
-               int     begx, 
-               int     flags)
-               { return(*(WINDOW **)0); }
-
 #undef _nc_curscr_of
 WINDOW *_nc_curscr_of(
                SCREEN  *sp)
@@ -2480,6 +2489,16 @@ void     delscreen(
                SCREEN  *sp)
                { /* void */ }
 
+#undef _nc_setupscreen_sp
+int    _nc_setupscreen_sp(
+               SCREEN  **spp, 
+               int     slines, 
+               int     scolumns, 
+               FILE    *output, 
+               NCURSES_BOOL filtered, 
+               int     slk_format)
+               { return(*(int *)0); }
+
 #undef _nc_setupscreen
 int    _nc_setupscreen(
                int     slines, 
@@ -2525,6 +2544,12 @@ int      ripoffline(
 
 /* ./base/lib_slk.c */
 
+#undef _nc_format_slks
+int    _nc_format_slks(
+               SCREEN  *sp, 
+               int     cols)
+               { return(*(int *)0); }
+
 #undef _nc_slk_initialize
 int    _nc_slk_initialize(
                WINDOW  *stwin, 
@@ -3146,6 +3171,12 @@ int      win_wchnstr(
 
 /* ./widechar/lib_ins_wch.c */
 
+#undef _nc_insert_wch
+int    _nc_insert_wch(
+               WINDOW  *win, 
+               const cchar_t *wch)
+               { return(*(int *)0); }
+
 #undef wins_wch
 int    wins_wch(
                WINDOW  *win, 
@@ -3220,6 +3251,8 @@ int       unget_wch(
 
 /* ./widechar/lib_vid_attr.c */
 
+#include <term.h>
+
 #undef vid_puts_sp
 int    vid_puts_sp(
                SCREEN  *sp, 
@@ -3548,6 +3581,30 @@ char     *const *_nc_numcodes(void)
 char   *const *_nc_strcodes(void)
                { return(*(char **)0); }
 
+/* ./comp_captab.c */
+
+#include <hashsize.h>
+
+#undef _nc_get_table
+const struct name_table_entry *_nc_get_table(
+               NCURSES_BOOL termcap)
+               { return(*(const struct name_table_entry **)0); }
+
+#undef _nc_get_hash_table
+const HashValue *_nc_get_hash_table(
+               NCURSES_BOOL termcap)
+               { return(*(const HashValue **)0); }
+
+#undef _nc_get_alias_table
+const struct alias *_nc_get_alias_table(
+               NCURSES_BOOL termcap)
+               { return(*(const struct alias **)0); }
+
+#undef _nc_get_hash_info
+const HashData *_nc_get_hash_info(
+               NCURSES_BOOL termcap)
+               { return(*(const HashData **)0); }
+
 /* ./tinfo/comp_error.c */
 
 #undef _nc_suppress_warnings
@@ -3594,6 +3651,21 @@ void     _nc_syserr_abort(
                ...)
                { /* void */ }
 
+/* ./tinfo/comp_hash.c */
+
+#undef _nc_find_entry
+struct name_table_entry const *_nc_find_entry(
+               const char *string, 
+               const HashValue *hash_table)
+               { return(*(struct name_table_entry const **)0); }
+
+#undef _nc_find_type_entry
+struct name_table_entry const *_nc_find_type_entry(
+               const char *string, 
+               int     type, 
+               NCURSES_BOOL termcap)
+               { return(*(struct name_table_entry const **)0); }
+
 /* ./tinfo/db_iterator.c */
 
 #undef _nc_tic_dir
@@ -3754,10 +3826,25 @@ int     baudrate(void)
 
 /* ./tinfo/lib_cur_term.c */
 
+#undef _nc_get_cur_term_sp
+TERMINAL *_nc_get_cur_term_sp(
+               SCREEN  *sp)
+               { return(*(TERMINAL **)0); }
+
+#undef _nc_get_cur_term
+TERMINAL *_nc_get_cur_term(void)
+               { return(*(TERMINAL **)0); }
+
 #undef _nc_cur_term
 TERMINAL *_nc_cur_term(void)
                { return(*(TERMINAL **)0); }
 
+#undef set_curterm_sp
+TERMINAL *set_curterm_sp(
+               SCREEN  *sp, 
+               TERMINAL *termp)
+               { return(*(TERMINAL **)0); }
+
 #undef set_curterm
 TERMINAL *set_curterm(
                TERMINAL *termp)
@@ -4009,12 +4096,6 @@ int      _nc_putp_flush_sp(
                const char *value)
                { return(*(int *)0); }
 
-#undef _nc_putp_flush
-int    _nc_putp_flush(
-               const char *name, 
-               const char *value)
-               { return(*(int *)0); }
-
 #undef _nc_keypad
 int    _nc_keypad(
                SCREEN  *sp, 
@@ -4166,6 +4247,12 @@ void     _nc_update_screensize(
                SCREEN  *sp)
                { /* void */ }
 
+#undef _nc_tinfo_cmdch
+void   _nc_tinfo_cmdch(
+               TERMINAL *termp, 
+               char    proto)
+               { /* void */ }
+
 #undef _nc_get_locale
 char   *_nc_get_locale(void)
                { return(*(char **)0); }
@@ -4187,6 +4274,10 @@ int      _nc_setupterm(
                NCURSES_BOOL reuse)
                { return(*(int *)0); }
 
+#undef new_prescr
+SCREEN *new_prescr(void)
+               { return(*(SCREEN **)0); }
+
 #undef setupterm
 int    setupterm(
                char    *tname, 
@@ -4328,6 +4419,12 @@ char     *tparm(
                ...)
                { return(*(char **)0); }
 
+#undef tiparm
+char   *tiparm(
+               const char *string, 
+               ...)
+               { return(*(char **)0); }
+
 /* ./tinfo/lib_tputs.c */
 
 #undef PC
@@ -4961,25 +5058,6 @@ char     *_nc_infotocap(
                int const parameterized)
                { return(*(char **)0); }
 
-/* ./comp_captab.c */
-
-#include <hashsize.h>
-
-#undef _nc_get_table
-const struct name_table_entry *_nc_get_table(
-               NCURSES_BOOL termcap)
-               { return(*(const struct name_table_entry **)0); }
-
-#undef _nc_get_hash_table
-const short *_nc_get_hash_table(
-               NCURSES_BOOL termcap)
-               { return(*(const short **)0); }
-
-#undef _nc_get_alias_table
-const struct alias *_nc_get_alias_table(
-               NCURSES_BOOL termcap)
-               { return(*(const struct alias **)0); }
-
 /* ./tinfo/comp_expand.c */
 
 #undef _nc_tic_expand
@@ -4989,21 +5067,6 @@ char     *_nc_tic_expand(
                int     numbers)
                { return(*(char **)0); }
 
-/* ./tinfo/comp_hash.c */
-
-#undef _nc_find_entry
-struct name_table_entry const *_nc_find_entry(
-               const char *string, 
-               const short *hash_table)
-               { return(*(struct name_table_entry const **)0); }
-
-#undef _nc_find_type_entry
-struct name_table_entry const *_nc_find_type_entry(
-               const char *string, 
-               int     type, 
-               const struct name_table_entry *table)
-               { return(*(struct name_table_entry const **)0); }
-
 /* ./tinfo/comp_parse.c */
 
 #undef _nc_check_termtype2