]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - ncurses/llib-lncursestw
ncurses 6.2 - patch 20200222
[ncurses.git] / ncurses / llib-lncursestw
index 8088e8b714f94bdea606727bb324d23640fcd605..046313939ede98bcd7a360459355b9d728c0cf7f 100644 (file)
@@ -1,5 +1,6 @@
 /****************************************************************************
- * Copyright (c) 2009-2016,2017 Free Software Foundation, Inc.              *
+ * Copyright 2018-2019,2020 Thomas E. Dickey                                *
+ * Copyright 2009-2016,2017 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            *
@@ -34,6 +35,7 @@
 /* ./tty/hardscroll.c */
 
 #include <curses.priv.h>
+
 #undef _nc_oldnums
 int    *_nc_oldnums;
 
@@ -286,10 +288,10 @@ void      _nc_change_pair(
                { /* void */ }
 
 #undef _nc_reserve_pairs
-colorpair_t *_nc_reserve_pairs(
+void   _nc_reserve_pairs(
                SCREEN  *sp, 
                int     want)
-               { return(*(colorpair_t **)0); }
+               { /* void */ }
 
 #undef _nc_init_pair
 int    _nc_init_pair(
@@ -1184,20 +1186,6 @@ int      (vline)(
                int     z)
                { return(*(int *)0); }
 
-#undef vw_printw
-int    (vw_printw)(
-               WINDOW  *a1, 
-               const char *a2, 
-               va_list z)
-               { return(*(int *)0); }
-
-#undef vw_scanw
-int    (vw_scanw)(
-               WINDOW  *a1, 
-               const char *a2, 
-               va_list z)
-               { return(*(int *)0); }
-
 #undef waddchstr
 int    (waddchstr)(
                WINDOW  *a1, 
@@ -2434,6 +2422,13 @@ int      vwprintw(
                va_list argp)
                { return(*(int *)0); }
 
+#undef vw_printw
+int    vw_printw(
+               WINDOW  *win, 
+               const char *fmt, 
+               va_list argp)
+               { return(*(int *)0); }
+
 /* ./base/lib_redrawln.c */
 
 #undef wredrawln
@@ -2481,6 +2476,13 @@ int      vwscanw(
                va_list argp)
                { return(*(int *)0); }
 
+#undef vw_scanw
+int    vw_scanw(
+               WINDOW  *win, 
+               const char *fmt, 
+               va_list argp)
+               { return(*(int *)0); }
+
 #undef scanw
 int    scanw(
                const char *fmt, 
@@ -3177,6 +3179,11 @@ void     _nc_free_and_exit(
                int     code)
                { /* void */ }
 
+#undef exit_curses
+void   exit_curses(
+               int     code)
+               { /* void */ }
+
 /* ./widechar/charable.c */
 
 #undef _nc_is_charable
@@ -3769,12 +3776,6 @@ void     _nc_export_termtype2(
                const TERMTYPE2 *src)
                { /* void */ }
 
-#undef _nc_import_termtype2
-void   _nc_import_termtype2(
-               TERMTYPE2 *dst, 
-               const TERMTYPE *src)
-               { /* void */ }
-
 /* ./codes.c */
 
 #undef _nc_boolcodes
@@ -3872,6 +3873,21 @@ struct name_table_entry const *_nc_find_type_entry(
                NCURSES_BOOL termcap)
                { return(*(struct name_table_entry const **)0); }
 
+#undef _nc_find_user_entry
+struct user_table_entry const *_nc_find_user_entry(
+               const char *string)
+               { return(*(struct user_table_entry const **)0); }
+
+/* ./comp_userdefs.c */
+
+#undef _nc_get_userdefs_table
+const struct user_table_entry *_nc_get_userdefs_table(void)
+               { return(*(const struct user_table_entry **)0); }
+
+#undef _nc_get_hash_user
+const HashData *_nc_get_hash_user(void)
+               { return(*(const HashData **)0); }
+
 /* ./tinfo/db_iterator.c */
 
 #undef _nc_tic_dir
@@ -3930,6 +3946,11 @@ void     _nc_free_entries(
 void   _nc_leaks_tinfo(void)
                { /* void */ }
 
+#undef exit_terminfo
+void   exit_terminfo(
+               int     code)
+               { /* void */ }
+
 /* ./fallback.c */
 
 #undef _nc_fallback2
@@ -4770,6 +4791,11 @@ void     _nc_count_outchars(
                long    increment)
                { /* void */ }
 
+#undef curses_trace
+unsigned curses_trace(
+               unsigned tracelevel)
+               { return(*(unsigned *)0); }
+
 #undef trace
 void   trace(
                const unsigned int tracelevel)
@@ -4831,6 +4857,13 @@ WINDOW   *_nc_retrace_win(
                WINDOW  *code)
                { return(*(WINDOW **)0); }
 
+#undef _nc_fmt_funcptr
+char   *_nc_fmt_funcptr(
+               char    *target, 
+               const char *source, 
+               size_t  size)
+               { return(*(char **)0); }
+
 #undef _nc_use_tracef
 int    _nc_use_tracef(
                unsigned mask)