]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - ncurses/llib-ltinfotw
ncurses 6.4 - patch 20240420
[ncurses.git] / ncurses / llib-ltinfotw
index 4fd95bfdaa80569c4c5e5117a62b77b44bc7fc8a..3b21b8765761ce28c97964862d09c88eb7d9d8fe 100644 (file)
@@ -1,5 +1,5 @@
 /****************************************************************************
- * Copyright 2018-2020,2021 Thomas E. Dickey                                *
+ * Copyright 2018-2022,2023 Thomas E. Dickey                                *
  * Copyright 2012-2016,2017 Free Software Foundation, Inc.                  *
  *                                                                          *
  * Permission is hereby granted, free of charge, to any person obtaining a  *
@@ -76,6 +76,19 @@ NCURSES_BOOL _nc_is_file_path(
 int    _nc_env_access(void)
                { return(*(int *)0); }
 
+#undef _nc_safe_fopen
+FILE   *_nc_safe_fopen(
+               const char *path,
+               const char *mode)
+               { return(*(FILE **)0); }
+
+#undef _nc_safe_open3
+int    _nc_safe_open3(
+               const char *path,
+               int     flags,
+               mode_t  mode)
+               { return(*(int *)0); }
+
 /* ./tinfo/add_tries.c */
 
 #undef _nc_add_to_try
@@ -305,6 +318,11 @@ void       _nc_free_termtype(
                TERMTYPE *ptr)
                { /* void */ }
 
+#undef _nc_free_termtype1
+void   _nc_free_termtype1(
+               TERMTYPE *ptr)
+               { /* void */ }
+
 #undef _nc_free_termtype2
 void   _nc_free_termtype2(
                TERMTYPE2 *ptr)
@@ -732,6 +750,42 @@ int        intrflush(
                NCURSES_BOOL flag)
                { return(*(int *)0); }
 
+#undef is_nl_sp
+int    is_nl_sp(
+               SCREEN  *sp)
+               { return(*(int *)0); }
+
+#undef is_raw_sp
+int    is_raw_sp(
+               SCREEN  *sp)
+               { return(*(int *)0); }
+
+#undef is_cbreak_sp
+int    is_cbreak_sp(
+               SCREEN  *sp)
+               { return(*(int *)0); }
+
+#undef is_echo_sp
+int    is_echo_sp(
+               SCREEN  *sp)
+               { return(*(int *)0); }
+
+#undef is_nl
+int    is_nl(void)
+               { return(*(int *)0); }
+
+#undef is_raw
+int    is_raw(void)
+               { return(*(int *)0); }
+
+#undef is_cbreak
+int    is_cbreak(void)
+               { return(*(int *)0); }
+
+#undef is_echo
+int    is_echo(void)
+               { return(*(int *)0); }
+
 /* ./tinfo/lib_setup.c */
 
 #undef _nc_ttytype
@@ -982,8 +1036,14 @@ char      *tigetstr(
 #undef _nc_tparm_err
 int    _nc_tparm_err;
 
+#undef _nc_free_tparm
+void   _nc_free_tparm(
+               TERMINAL *termp)
+               { /* void */ }
+
 #undef _nc_tparm_analyze
 int    _nc_tparm_analyze(
+               TERMINAL *term,
                const char *string,
                char    **p_is_s,
                int     *_nc_popcount)
@@ -1001,6 +1061,21 @@ char     *tiparm(
                ...)
                { return(*(char **)0); }
 
+#undef tiparm_s
+char   *tiparm_s(
+               int     num_expected,
+               int     tparm_type,
+               const char *string,
+               ...)
+               { return(*(char **)0); }
+
+#undef tiscan_s
+int    tiscan_s(
+               int     *num_expected,
+               int     *tparm_type,
+               const char *string)
+               { return(*(int *)0); }
+
 #undef _nc_tiparm
 char   *_nc_tiparm(
                int     expected,
@@ -1008,6 +1083,11 @@ char     *_nc_tiparm(
                ...)
                { return(*(char **)0); }
 
+#undef _nc_reset_tparm
+void   _nc_reset_tparm(
+               TERMINAL *term)
+               { /* void */ }
+
 /* ./tinfo/lib_tputs.c */
 
 #undef PC
@@ -1498,7 +1578,7 @@ string_desc *_nc_str_null(
 #undef _nc_str_copy
 string_desc *_nc_str_copy(
                string_desc *dst,
-               string_desc *src)
+               const string_desc *const src)
                { return(*(string_desc **)0); }
 
 #undef _nc_safe_strcat