]> ncurses.scripts.mit.edu Git - ncurses.git/blob - ncurses/llib-lticw
ncurses 6.0 - patch 20171216
[ncurses.git] / ncurses / llib-lticw
1 /****************************************************************************
2  * Copyright (c) 2012-2016,2017 Free Software Foundation, Inc.              *
3  *                                                                          *
4  * Permission is hereby granted, free of charge, to any person obtaining a  *
5  * copy of this software and associated documentation files (the            *
6  * "Software"), to deal in the Software without restriction, including      *
7  * without limitation the rights to use, copy, modify, merge, publish,      *
8  * distribute, distribute with modifications, sublicense, and/or sell       *
9  * copies of the Software, and to permit persons to whom the Software is    *
10  * furnished to do so, subject to the following conditions:                 *
11  *                                                                          *
12  * The above copyright notice and this permission notice shall be included  *
13  * in all copies or substantial portions of the Software.                   *
14  *                                                                          *
15  * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS  *
16  * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF               *
17  * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.   *
18  * IN NO EVENT SHALL THE ABOVE COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,   *
19  * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR    *
20  * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR    *
21  * THE USE OR OTHER DEALINGS IN THE SOFTWARE.                               *
22  *                                                                          *
23  * Except as contained in this notice, the name(s) of the above copyright   *
24  * holders shall not be used in advertising or otherwise to promote the     *
25  * sale, use or other dealings in this Software without prior written       *
26  * authorization.                                                           *
27  ****************************************************************************/
28
29 /****************************************************************************
30  *  Author: Thomas E. Dickey       2012-on                                  *
31  ****************************************************************************/
32 /* LINTLIBRARY */
33
34 /* ./tinfo/alloc_entry.c */
35
36 #include <curses.priv.h>
37
38 #undef _nc_init_entry
39 void    _nc_init_entry(
40                 ENTRY   *const tp)
41                 { /* void */ }
42
43 #undef _nc_copy_entry
44 ENTRY   *_nc_copy_entry(
45                 ENTRY   *oldp)
46                 { return(*(ENTRY **)0); }
47
48 #undef _nc_save_str
49 char    *_nc_save_str(
50                 const char *const string)
51                 { return(*(char **)0); }
52
53 #undef _nc_wrap_entry
54 void    _nc_wrap_entry(
55                 ENTRY   *const ep, 
56                 NCURSES_BOOL copy_strings)
57                 { /* void */ }
58
59 #undef _nc_merge_entry
60 void    _nc_merge_entry(
61                 ENTRY   *const target, 
62                 ENTRY   *const source)
63                 { /* void */ }
64
65 /* ./tinfo/captoinfo.c */
66
67 #undef _nc_captoinfo
68 char    *_nc_captoinfo(
69                 const char *cap, 
70                 const char *s, 
71                 int const parameterized)
72                 { return(*(char **)0); }
73
74 #undef _nc_infotocap
75 char    *_nc_infotocap(
76                 const char *cap, 
77                 const char *str, 
78                 int const parameterized)
79                 { return(*(char **)0); }
80
81 /* ./tinfo/comp_expand.c */
82
83 #undef _nc_tic_expand
84 char    *_nc_tic_expand(
85                 const char *srcp, 
86                 NCURSES_BOOL tic_format, 
87                 int     numbers)
88                 { return(*(char **)0); }
89
90 /* ./tinfo/comp_parse.c */
91
92 #undef _nc_check_termtype2
93 void    (*_nc_check_termtype2)(
94                 TERMTYPE2 *p1, 
95                 NCURSES_BOOL p2);
96
97 #undef _nc_entry_match
98 NCURSES_BOOL _nc_entry_match(
99                 char    *n1, 
100                 char    *n2)
101                 { return(*(NCURSES_BOOL *)0); }
102
103 #undef _nc_read_entry_source
104 void    _nc_read_entry_source(
105                 FILE    *fp, 
106                 char    *buf, 
107                 int     literal, 
108                 NCURSES_BOOL silent, 
109                 NCURSES_BOOL (*hook)(
110                 ENTRY   *p1))
111                 { /* void */ }
112
113 #undef _nc_resolve_uses2
114 int     _nc_resolve_uses2(
115                 NCURSES_BOOL fullresolve, 
116                 NCURSES_BOOL literal)
117                 { return(*(int *)0); }
118
119 /* ./tinfo/comp_scan.c */
120
121 #undef _nc_syntax
122 int     _nc_syntax;
123 #undef _nc_strict_bsd
124 int     _nc_strict_bsd;
125 #undef _nc_curr_file_pos
126 long    _nc_curr_file_pos;
127 #undef _nc_comment_start
128 long    _nc_comment_start;
129 #undef _nc_comment_end
130 long    _nc_comment_end;
131 #undef _nc_start_line
132 long    _nc_start_line;
133 #undef _nc_curr_token
134 struct token _nc_curr_token;
135 #undef _nc_disable_period
136 NCURSES_BOOL _nc_disable_period;
137
138 #undef _nc_reset_input
139 void    _nc_reset_input(
140                 FILE    *fp, 
141                 char    *buf)
142                 { /* void */ }
143
144 #undef _nc_get_token
145 int     _nc_get_token(
146                 NCURSES_BOOL silent)
147                 { return(*(int *)0); }
148
149 #undef _nc_trans_string
150 int     _nc_trans_string(
151                 char    *ptr, 
152                 char    *last)
153                 { return(*(int *)0); }
154
155 #undef _nc_push_token
156 void    _nc_push_token(
157                 int     tokclass)
158                 { /* void */ }
159
160 #undef _nc_panic_mode
161 void    _nc_panic_mode(
162                 char    ch)
163                 { /* void */ }
164
165 /* ./tinfo/parse_entry.c */
166
167 #undef _nc_parse_entry
168 int     _nc_parse_entry(
169                 ENTRY   *entryp, 
170                 int     literal, 
171                 NCURSES_BOOL silent)
172                 { return(*(int *)0); }
173
174 #undef _nc_capcmp
175 int     _nc_capcmp(
176                 const char *s, 
177                 const char *t)
178                 { return(*(int *)0); }
179
180 /* ./tinfo/write_entry.c */
181
182 #undef _nc_set_writedir
183 void    _nc_set_writedir(
184                 const char *dir)
185                 { /* void */ }
186
187 #undef _nc_write_entry
188 void    _nc_write_entry(
189                 TERMTYPE2 *const tp)
190                 { /* void */ }
191
192 #undef _nc_write_object
193 int     _nc_write_object(
194                 TERMTYPE2 *tp, 
195                 char    *buffer, 
196                 unsigned *offset, 
197                 unsigned limit)
198                 { return(*(int *)0); }
199
200 #undef _nc_tic_written
201 int     _nc_tic_written(void)
202                 { return(*(int *)0); }