]> ncurses.scripts.mit.edu Git - ncurses.git/blob - ncurses/llib-ltictw
fe02949770849eb65d7904dea998d767e16258d3
[ncurses.git] / ncurses / llib-ltictw
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 #undef _nc_check_termtype
97 void    (*_nc_check_termtype)(
98                 TERMTYPE *p1);
99
100 #undef _nc_entry_match
101 NCURSES_BOOL _nc_entry_match(
102                 char    *n1, 
103                 char    *n2)
104                 { return(*(NCURSES_BOOL *)0); }
105
106 #undef _nc_read_entry_source
107 void    _nc_read_entry_source(
108                 FILE    *fp, 
109                 char    *buf, 
110                 int     literal, 
111                 NCURSES_BOOL silent, 
112                 NCURSES_BOOL (*hook)(
113                 ENTRY   *p1))
114                 { /* void */ }
115
116 #undef _nc_resolve_uses2
117 int     _nc_resolve_uses2(
118                 NCURSES_BOOL fullresolve, 
119                 NCURSES_BOOL literal)
120                 { return(*(int *)0); }
121
122 #undef _nc_resolve_uses
123 int     _nc_resolve_uses(
124                 NCURSES_BOOL fullresolve)
125                 { return(*(int *)0); }
126
127 /* ./tinfo/comp_scan.c */
128
129 #undef _nc_syntax
130 int     _nc_syntax;
131 #undef _nc_strict_bsd
132 int     _nc_strict_bsd;
133 #undef _nc_curr_file_pos
134 long    _nc_curr_file_pos;
135 #undef _nc_comment_start
136 long    _nc_comment_start;
137 #undef _nc_comment_end
138 long    _nc_comment_end;
139 #undef _nc_start_line
140 long    _nc_start_line;
141 #undef _nc_curr_token
142 struct token _nc_curr_token;
143 #undef _nc_disable_period
144 NCURSES_BOOL _nc_disable_period;
145
146 #undef _nc_reset_input
147 void    _nc_reset_input(
148                 FILE    *fp, 
149                 char    *buf)
150                 { /* void */ }
151
152 #undef _nc_get_token
153 int     _nc_get_token(
154                 NCURSES_BOOL silent)
155                 { return(*(int *)0); }
156
157 #undef _nc_trans_string
158 int     _nc_trans_string(
159                 char    *ptr, 
160                 char    *last)
161                 { return(*(int *)0); }
162
163 #undef _nc_push_token
164 void    _nc_push_token(
165                 int     tokclass)
166                 { /* void */ }
167
168 #undef _nc_panic_mode
169 void    _nc_panic_mode(
170                 char    ch)
171                 { /* void */ }
172
173 /* ./tinfo/parse_entry.c */
174
175 #undef _nc_parse_entry
176 int     _nc_parse_entry(
177                 ENTRY   *entryp, 
178                 int     literal, 
179                 NCURSES_BOOL silent)
180                 { return(*(int *)0); }
181
182 #undef _nc_capcmp
183 int     _nc_capcmp(
184                 const char *s, 
185                 const char *t)
186                 { return(*(int *)0); }
187
188 /* ./tinfo/write_entry.c */
189
190 #undef _nc_set_writedir
191 void    _nc_set_writedir(
192                 const char *dir)
193                 { /* void */ }
194
195 #undef _nc_write_entry
196 void    _nc_write_entry(
197                 TERMTYPE2 *const tp)
198                 { /* void */ }
199
200 #undef _nc_write_object
201 int     _nc_write_object(
202                 TERMTYPE2 *tp, 
203                 char    *buffer, 
204                 unsigned *offset, 
205                 unsigned limit)
206                 { return(*(int *)0); }
207
208 #undef _nc_tic_written
209 int     _nc_tic_written(void)
210                 { return(*(int *)0); }