]> ncurses.scripts.mit.edu Git - ncurses.git/blob - ncurses/llib-ltictw
ncurses 6.0 - patch 20160611
[ncurses.git] / ncurses / llib-ltictw
1 /****************************************************************************
2  * Copyright (c) 2012,2015 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 #undef _nc_init_entry
38 void    _nc_init_entry(
39                 TERMTYPE *const tp)
40                 { /* void */ }
41
42 #undef _nc_copy_entry
43 ENTRY   *_nc_copy_entry(
44                 ENTRY   *oldp)
45                 { return(*(ENTRY **)0); }
46
47 #undef _nc_save_str
48 char    *_nc_save_str(
49                 const char *const string)
50                 { return(*(char **)0); }
51
52 #undef _nc_wrap_entry
53 void    _nc_wrap_entry(
54                 ENTRY   *const ep, 
55                 NCURSES_BOOL copy_strings)
56                 { /* void */ }
57
58 #undef _nc_merge_entry
59 void    _nc_merge_entry(
60                 TERMTYPE *const to, 
61                 TERMTYPE *const from)
62                 { /* void */ }
63
64 /* ./tinfo/captoinfo.c */
65
66 #undef _nc_captoinfo
67 char    *_nc_captoinfo(
68                 const char *cap, 
69                 const char *s, 
70                 int const parameterized)
71                 { return(*(char **)0); }
72
73 #undef _nc_infotocap
74 char    *_nc_infotocap(
75                 const char *cap, 
76                 const char *str, 
77                 int const parameterized)
78                 { return(*(char **)0); }
79
80 /* ./tinfo/comp_expand.c */
81
82 #undef _nc_tic_expand
83 char    *_nc_tic_expand(
84                 const char *srcp, 
85                 NCURSES_BOOL tic_format, 
86                 int     numbers)
87                 { return(*(char **)0); }
88
89 /* ./tinfo/comp_parse.c */
90
91 #undef _nc_check_termtype2
92 void    (*_nc_check_termtype2)(
93                 TERMTYPE *p1, 
94                 NCURSES_BOOL p2);
95 #undef _nc_check_termtype
96 void    (*_nc_check_termtype)(
97                 TERMTYPE *p1);
98
99 #undef _nc_entry_match
100 NCURSES_BOOL _nc_entry_match(
101                 char    *n1, 
102                 char    *n2)
103                 { return(*(NCURSES_BOOL *)0); }
104
105 #undef _nc_read_entry_source
106 void    _nc_read_entry_source(
107                 FILE    *fp, 
108                 char    *buf, 
109                 int     literal, 
110                 NCURSES_BOOL silent, 
111                 NCURSES_BOOL (*hook)(
112                 ENTRY   *p1))
113                 { /* void */ }
114
115 #undef _nc_resolve_uses2
116 int     _nc_resolve_uses2(
117                 NCURSES_BOOL fullresolve, 
118                 NCURSES_BOOL literal)
119                 { return(*(int *)0); }
120
121 #undef _nc_resolve_uses
122 int     _nc_resolve_uses(
123                 NCURSES_BOOL fullresolve)
124                 { return(*(int *)0); }
125
126 /* ./tinfo/comp_scan.c */
127
128 #undef _nc_syntax
129 int     _nc_syntax;
130 #undef _nc_strict_bsd
131 int     _nc_strict_bsd;
132 #undef _nc_curr_file_pos
133 long    _nc_curr_file_pos;
134 #undef _nc_comment_start
135 long    _nc_comment_start;
136 #undef _nc_comment_end
137 long    _nc_comment_end;
138 #undef _nc_start_line
139 long    _nc_start_line;
140 #undef _nc_curr_token
141 struct token _nc_curr_token;
142 #undef _nc_disable_period
143 NCURSES_BOOL _nc_disable_period;
144
145 #undef _nc_reset_input
146 void    _nc_reset_input(
147                 FILE    *fp, 
148                 char    *buf)
149                 { /* void */ }
150
151 #undef _nc_get_token
152 int     _nc_get_token(
153                 NCURSES_BOOL silent)
154                 { return(*(int *)0); }
155
156 #undef _nc_trans_string
157 int     _nc_trans_string(
158                 char    *ptr, 
159                 char    *last)
160                 { return(*(int *)0); }
161
162 #undef _nc_push_token
163 void    _nc_push_token(
164                 int     tokclass)
165                 { /* void */ }
166
167 #undef _nc_panic_mode
168 void    _nc_panic_mode(
169                 char    ch)
170                 { /* void */ }
171
172 /* ./tinfo/parse_entry.c */
173
174 #undef _nc_parse_entry
175 int     _nc_parse_entry(
176                 struct entry *entryp, 
177                 int     literal, 
178                 NCURSES_BOOL silent)
179                 { return(*(int *)0); }
180
181 #undef _nc_capcmp
182 int     _nc_capcmp(
183                 const char *s, 
184                 const char *t)
185                 { return(*(int *)0); }
186
187 /* ./tinfo/write_entry.c */
188
189 #undef _nc_set_writedir
190 void    _nc_set_writedir(
191                 const char *dir)
192                 { /* void */ }
193
194 #undef _nc_write_entry
195 void    _nc_write_entry(
196                 TERMTYPE *const tp)
197                 { /* void */ }
198
199 #undef _nc_tic_written
200 int     _nc_tic_written(void)
201                 { return(*(int *)0); }