]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - ncurses/llib-ltict
ncurses 6.2 - patch 20210619
[ncurses.git] / ncurses / llib-ltict
index e1625df943e32c5469eb33b8ec756d516b284592..2e59b9f00eb0f4dbb7f545537bc44fcc1bc9937c 100644 (file)
@@ -1,5 +1,5 @@
 /****************************************************************************
- * Copyright 2020 Thomas E. Dickey                                          *
+ * Copyright 2020,2021 Thomas E. Dickey                                     *
  * Copyright 2013-2016,2017 Free Software Foundation, Inc.                  *
  *                                                                          *
  * Permission is hereby granted, free of charge, to any person obtaining a  *
@@ -53,13 +53,13 @@ char        *_nc_save_str(
 
 #undef _nc_wrap_entry
 void   _nc_wrap_entry(
-               ENTRY   *const ep, 
+               ENTRY   *const ep,
                NCURSES_BOOL copy_strings)
                { /* void */ }
 
 #undef _nc_merge_entry
 void   _nc_merge_entry(
-               ENTRY   *const target, 
+               ENTRY   *const target,
                ENTRY   *const source)
                { /* void */ }
 
@@ -67,15 +67,15 @@ void        _nc_merge_entry(
 
 #undef _nc_captoinfo
 char   *_nc_captoinfo(
-               const char *cap, 
-               const char *s, 
+               const char *cap,
+               const char *s,
                int const parameterized)
                { return(*(char **)0); }
 
 #undef _nc_infotocap
 char   *_nc_infotocap(
-               const char *cap, 
-               const char *str, 
+               const char *cap,
+               const char *str,
                int const parameterized)
                { return(*(char **)0); }
 
@@ -83,8 +83,8 @@ char  *_nc_infotocap(
 
 #undef _nc_tic_expand
 char   *_nc_tic_expand(
-               const char *srcp, 
-               NCURSES_BOOL tic_format, 
+               const char *srcp,
+               NCURSES_BOOL tic_format,
                int     numbers)
                { return(*(char **)0); }
 
@@ -92,28 +92,28 @@ char        *_nc_tic_expand(
 
 #undef _nc_check_termtype2
 void   (*_nc_check_termtype2)(
-               TERMTYPE2 *p1, 
+               TERMTYPE2 *p1,
                NCURSES_BOOL p2);
 
 #undef _nc_entry_match
 NCURSES_BOOL _nc_entry_match(
-               char    *n1, 
+               char    *n1,
                char    *n2)
                { return(*(NCURSES_BOOL *)0); }
 
 #undef _nc_read_entry_source
 void   _nc_read_entry_source(
-               FILE    *fp, 
-               char    *buf, 
-               int     literal, 
-               NCURSES_BOOL silent, 
+               FILE    *fp,
+               char    *buf,
+               int     literal,
+               NCURSES_BOOL silent,
                NCURSES_BOOL (*hook)(
                ENTRY   *p1))
                { /* void */ }
 
 #undef _nc_resolve_uses2
 int    _nc_resolve_uses2(
-               NCURSES_BOOL fullresolve, 
+               NCURSES_BOOL fullresolve,
                NCURSES_BOOL literal)
                { return(*(int *)0); }
 
@@ -138,7 +138,7 @@ NCURSES_BOOL _nc_disable_period;
 
 #undef _nc_reset_input
 void   _nc_reset_input(
-               FILE    *fp, 
+               FILE    *fp,
                char    *buf)
                { /* void */ }
 
@@ -149,7 +149,7 @@ int _nc_get_token(
 
 #undef _nc_trans_string
 int    _nc_trans_string(
-               char    *ptr, 
+               char    *ptr,
                char    *last)
                { return(*(int *)0); }
 
@@ -167,14 +167,14 @@ void      _nc_panic_mode(
 
 #undef _nc_parse_entry
 int    _nc_parse_entry(
-               ENTRY   *entryp, 
-               int     literal, 
+               ENTRY   *entryp,
+               int     literal,
                NCURSES_BOOL silent)
                { return(*(int *)0); }
 
 #undef _nc_capcmp
 int    _nc_capcmp(
-               const char *s, 
+               const char *s,
                const char *t)
                { return(*(int *)0); }
 
@@ -192,9 +192,9 @@ void        _nc_write_entry(
 
 #undef _nc_write_object
 int    _nc_write_object(
-               TERMTYPE2 *tp, 
-               char    *buffer, 
-               unsigned *offset, 
+               TERMTYPE2 *tp,
+               char    *buffer,
+               unsigned *offset,
                unsigned limit)
                { return(*(int *)0); }