File: tags

package info (click to toggle)
potool 0.4-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 136 kB
  • ctags: 60
  • sloc: ansic: 327; yacc: 160; sh: 95; makefile: 74
file content (324 lines) | stat: -rw-r--r-- 17,138 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
!_TAG_FILE_FORMAT	2	/extended format; --format=1 will not append ;" to lines/
!_TAG_FILE_SORTED	1	/0=unsorted, 1=sorted/
!_TAG_PROGRAM_AUTHOR	Darren Hiebert	/darren@hiebert.com/
!_TAG_PROGRAM_NAME	Exuberant Ctags	//
!_TAG_PROGRAM_URL	http://ctags.sourceforge.net	/official site/
!_TAG_PROGRAM_VERSION	5.0.1	//
BEGIN	lex.po.c	97;"	d	file:
BINDIR	Makefile	/^BINDIR = $(DESTDIR)\/bin$/;"	m
BININSTALL	Makefile	/^BININSTALL = $(INSTALL) -s$/;"	m
CFLAGS	Makefile	/^CFLAGS = $(GLIB_INCLUDE) -g -Wall -O2$/;"	m
COMMENT_POS	po.tab.c	19;"	d	file:
COMMENT_POS	po.tab.h	16;"	d
COMMENT_RESERVED	po.tab.c	21;"	d	file:
COMMENT_RESERVED	po.tab.h	18;"	d
COMMENT_SPECIAL	po.tab.c	20;"	d	file:
COMMENT_SPECIAL	po.tab.h	17;"	d
COMMENT_STD	po.tab.c	18;"	d	file:
COMMENT_STD	po.tab.h	15;"	d
DESTDIR	Makefile	/^DESTDIR = \/usr\/local$/;"	m
ECHO	lex.po.c	537;"	d	file:
EOB_ACT_CONTINUE_SCAN	lex.po.c	122;"	d	file:
EOB_ACT_END_OF_FILE	lex.po.c	123;"	d	file:
EOB_ACT_LAST_MATCH	lex.po.c	124;"	d	file:
FLEX_SCANNER	lex.po.c	25;"	d	file:
FUZZY_FILTER	potool.c	/^typedef enum { FUZZY_FILTER = 1, NOT_FUZZY_FILTER = 2,$/;"	e	file:
GLIB_INCLUDE	Makefile	/^GLIB_INCLUDE = `glib-config --cflags glib`$/;"	m
GLIB_LIB	Makefile	/^GLIB_LIB = `glib-config --libs glib`$/;"	m
I18N_H	i18n.h	8;"	d
INITIAL	lex.po.c	416;"	d	file:
INSTALL	Makefile	/^INSTALL = install$/;"	m
INVALID	po.tab.c	16;"	d	file:
INVALID	po.tab.h	13;"	d
LDFLAGS	Makefile	/^LDFLAGS = $(GLIB_LIB)$/;"	m
MSGID	po.tab.c	14;"	d	file:
MSGID	po.tab.h	11;"	d
MSGSTR	po.tab.c	15;"	d	file:
MSGSTR	po.tab.h	12;"	d
NOT_FUZZY_FILTER	potool.c	/^typedef enum { FUZZY_FILTER = 1, NOT_FUZZY_FILTER = 2,$/;"	e	file:
NOT_TRANSLATED_FILTER	potool.c	/^               TRANSLATED_FILTER = 4, NOT_TRANSLATED_FILTER = 8 } po_filters;$/;"	e	file:
NO_ID	potool.c	/^typedef enum { NO_ID = 1, NO_STR = 2, NO_STD_COMMENT = 4,$/;"	e	file:
NO_LINF	potool.c	/^               NO_LINF =128 } po_write_modes;$/;"	e	file:
NO_POS_COMMENT	potool.c	/^               NO_POS_COMMENT = 8, NO_SPEC_COMMENT = 16,$/;"	e	file:
NO_RES_COMMENT	potool.c	/^               NO_RES_COMMENT = 32, NO_TRANSLATION = 64,$/;"	e	file:
NO_SPEC_COMMENT	potool.c	/^               NO_POS_COMMENT = 8, NO_SPEC_COMMENT = 16,$/;"	e	file:
NO_STD_COMMENT	potool.c	/^typedef enum { NO_ID = 1, NO_STR = 2, NO_STD_COMMENT = 4,$/;"	e	file:
NO_STR	potool.c	/^typedef enum { NO_ID = 1, NO_STR = 2, NO_STD_COMMENT = 4,$/;"	e	file:
NO_TRANSLATION	potool.c	/^               NO_RES_COMMENT = 32, NO_TRANSLATION = 64,$/;"	e	file:
OBJS	Makefile	/^OBJS    = $(addsuffix .o, $(THINGS))$/;"	m
PO_H	po-gram.h	8;"	d
PO_TAB_H	po.tab.h	2;"	d
REJECT	lex.po.c	404;"	d	file:
SOURCES	Makefile	/^SOURCES = $(addsuffix .c, $(THINGS))$/;"	m
STRING	po.tab.c	17;"	d	file:
STRING	po.tab.h	14;"	d
THINGS	Makefile	/^THINGS  = potool po.tab lex.po$/;"	m
TRANSLATED_FILTER	potool.c	/^               TRANSLATED_FILTER = 4, NOT_TRANSLATED_FILTER = 8 } po_filters;$/;"	e	file:
VER	Makefile	/^VER = 0.3$/;"	m
YYABORT	po.tab.c	284;"	d	file:
YYACCEPT	po.tab.c	283;"	d	file:
YYBACKUP	po.tab.c	291;"	d	file:
YYBISON	po.tab.c	5;"	d	file:
YYDPRINTF	po.tab.c	349;"	d	file:
YYDPRINTF	po.tab.c	360;"	d	file:
YYEMPTY	po.tab.c	281;"	d	file:
YYEOF	po.tab.c	282;"	d	file:
YYERRCODE	po.tab.c	309;"	d	file:
YYERROR	po.tab.c	285;"	d	file:
YYFAIL	po.tab.c	289;"	d	file:
YYFINAL	po.tab.c	64;"	d	file:
YYFLAG	po.tab.c	65;"	d	file:
YYINITDEPTH	po.tab.c	365;"	d	file:
YYLAST	po.tab.c	180;"	d	file:
YYLEX	po.tab.c	331;"	d	file:
YYLEX	po.tab.c	333;"	d	file:
YYLEX	po.tab.c	337;"	d	file:
YYLEX	po.tab.c	339;"	d	file:
YYLEX	po.tab.c	343;"	d	file:
YYLLOC_DEFAULT	po.tab.c	320;"	d	file:
YYMAXDEPTH	po.tab.c	371;"	d	file:
YYMAXDEPTH	po.tab.c	375;"	d	file:
YYNTBASE	po.tab.c	66;"	d	file:
YYPARSE_PARAM_ARG	po.tab.c	420;"	d	file:
YYPARSE_PARAM_ARG	po.tab.c	423;"	d	file:
YYPARSE_PARAM_ARG	po.tab.c	427;"	d	file:
YYPARSE_PARAM_DECL	po.tab.c	421;"	d	file:
YYPARSE_PARAM_DECL	po.tab.c	424;"	d	file:
YYPARSE_PARAM_DECL	po.tab.c	428;"	d	file:
YYPOPSTACK	po.tab.c	513;"	d	file:
YYPOPSTACK	po.tab.c	515;"	d	file:
YYRECOVERING	po.tab.c	290;"	d	file:
YYSTACK_ALLOC	po.tab.c	274;"	d	file:
YYSTACK_ALLOC	po.tab.c	276;"	d	file:
YYSTACK_USE_ALLOCA	po.tab.c	227;"	d	file:
YYSTACK_USE_ALLOCA	po.tab.c	230;"	d	file:
YYSTACK_USE_ALLOCA	po.tab.c	234;"	d	file:
YYSTACK_USE_ALLOCA	po.tab.c	252;"	d	file:
YYSTACK_USE_ALLOCA	po.tab.c	258;"	d	file:
YYSTACK_USE_ALLOCA	po.tab.c	270;"	d	file:
YYSTATE	lex.po.c	104;"	d	file:
YYSTYPE	po.tab.c	/^} YYSTYPE;$/;"	t	file:
YYSTYPE	po.tab.h	/^} YYSTYPE;$/;"	t
YYTERROR	po.tab.c	308;"	d	file:
YYTRANSLATE	po.tab.c	69;"	d	file:
YY_AT_BOL	lex.po.c	280;"	d	file:
YY_BREAK	lex.po.c	596;"	d	file:
YY_BUFFER_EOF_PENDING	lex.po.c	216;"	d	file:
YY_BUFFER_NEW	lex.po.c	204;"	d	file:
YY_BUFFER_NORMAL	lex.po.c	205;"	d	file:
YY_BUFFER_STATE	lex.po.c	/^typedef struct yy_buffer_state *YY_BUFFER_STATE;$/;"	t	file:
YY_BUF_SIZE	lex.po.c	115;"	d	file:
YY_CHAR	lex.po.c	/^typedef unsigned char YY_CHAR;$/;"	t	file:
YY_CURRENT_BUFFER	lex.po.c	225;"	d	file:
YY_DECL	lex.po.c	584;"	d	file:
YY_DECL_VARIABLES	po.tab.c	454;"	d	file:
YY_DECL_VARIABLES	po.tab.c	460;"	d	file:
YY_DO_BEFORE_ACTION	lex.po.c	303;"	d	file:
YY_END_OF_BUFFER	lex.po.c	311;"	d	file:
YY_END_OF_BUFFER_CHAR	lex.po.c	112;"	d	file:
YY_EXIT_FAILURE	lex.po.c	1573;"	d	file:
YY_FATAL_ERROR	lex.po.c	577;"	d	file:
YY_FLEX_MAJOR_VERSION	lex.po.c	26;"	d	file:
YY_FLEX_MINOR_VERSION	lex.po.c	27;"	d	file:
YY_FLUSH_BUFFER	lex.po.c	254;"	d	file:
YY_INPUT	lex.po.c	544;"	d	file:
YY_MORE_ADJ	lex.po.c	412;"	d	file:
YY_NEW_FILE	lex.po.c	110;"	d	file:
YY_NO_POP_STATE	lex.po.c	507;"	d	file:
YY_NO_PUSH_STATE	lex.po.c	506;"	d	file:
YY_NO_TOP_STATE	lex.po.c	508;"	d	file:
YY_NULL	lex.po.c	84;"	d	file:
YY_NUM_RULES	lex.po.c	310;"	d	file:
YY_PROTO	lex.po.c	78;"	d	file:
YY_PROTO	lex.po.c	80;"	d	file:
YY_READ_BUF_SIZE	lex.po.c	528;"	d	file:
YY_RESTORE_YY_MORE_OFFSET	lex.po.c	413;"	d	file:
YY_RULE_SETUP	lex.po.c	599;"	d	file:
YY_SC_TO_UI	lex.po.c	91;"	d	file:
YY_SKIP_YYWRAP	lex.po.c	286;"	d	file:
YY_START	lex.po.c	103;"	d	file:
YY_START_STACK_INCR	lex.po.c	572;"	d	file:
YY_STATE_EOF	lex.po.c	107;"	d	file:
YY_USER_ACTION	lex.po.c	591;"	d	file:
YY_USES_REJECT	lex.po.c	283;"	d	file:
YY_USE_CONST	lex.po.c	49;"	d	file:
YY_USE_CONST	lex.po.c	56;"	d	file:
YY_USE_CONST	lex.po.c	66;"	d	file:
YY_USE_PROTOS	lex.po.c	46;"	d	file:
YY_USE_PROTOS	lex.po.c	55;"	d	file:
YY_USE_PROTOS	lex.po.c	67;"	d	file:
_	i18n.h	10;"	d
_YY_DECL_VARIABLES	po.tab.c	443;"	d	file:
__cplusplus	lex.po.c	35;"	d	file:
__yy_memcpy	po.tab.c	/^__yy_memcpy (to, from, count)$/;"	f	file:
__yy_memcpy	po.tab.c	384;"	d	file:
alloca	po.tab.c	231;"	d	file:
alloca	po.tab.c	259;"	d	file:
buf_file	lex.po.c	/^static FILE *buf_file = NULL;$/;"	v	file:
buf_state	lex.po.c	/^static YY_BUFFER_STATE buf_state = (YY_BUFFER_STATE) 0;$/;"	v	file:
comments_pos	po-gram.h	/^	GList *comments_std, *comments_pos, *comments_res;$/;"	m	struct:
comments_res	po-gram.h	/^	GList *comments_std, *comments_pos, *comments_res;$/;"	m	struct:
comments_spec	po-gram.h	/^	GList *comments_spec;$/;"	m	struct:
comments_std	po-gram.h	/^	GList *comments_std, *comments_pos, *comments_res;$/;"	m	struct:
commentsval	po.tab.c	/^	po_comments commentsval;$/;"	m	union:	file:
commentsval	po.tab.h	/^	po_comments commentsval;$/;"	m	union:
concat_strings	po.tab.c	/^static gchar *concat_strings(GList *slist)$/;"	f	file:
free_strings	po.tab.c	/^static void free_strings(GList *slist)$/;"	f	file:
glistval	po.tab.c	/^	GList *glistval;$/;"	m	union:	file:
glistval	po.tab.h	/^	GList *glistval;$/;"	m	union:
id	po-gram.h	/^	gchar *id, *str;$/;"	m	struct:
intval	po.tab.c	/^	gint intval;$/;"	m	union:	file:
intval	po.tab.h	/^	gint intval;$/;"	m	union:
is_c_format	po-gram.h	/^	gboolean is_fuzzy, is_c_format;$/;"	m	struct:
is_fuzzy	po-gram.h	/^	gboolean is_fuzzy, is_c_format;$/;"	m	struct:
main	lex.po.c	/^int main()$/;"	f
main	potool.c	/^gint main(gint argc, gchar **argv)$/;"	f
po_apply_filters	potool.c	/^GList *po_apply_filters(GList *po_list, po_filters filters)$/;"	f
po_comments	po-gram.h	/^} po_comments;$/;"	t
po_compare_id	potool.c	/^gint po_compare_id(gchar *id1, gchar *id2)$/;"	f
po_entry	po-gram.h	/^} po_entry;$/;"	t
po_entry_list	po.tab.c	/^static GList *po_entry_list = NULL;$/;"	v	file:
po_entry_set	potool.c	/^typedef GHashTable po_entry_set;$/;"	t	file:
po_filter_func	potool.c	/^typedef gboolean po_filter_func(po_entry *);$/;"	t	file:
po_filter_fuzzy	potool.c	/^gboolean po_filter_fuzzy(po_entry *po)$/;"	f
po_filter_not_fuzzy	potool.c	/^gboolean po_filter_not_fuzzy(po_entry *po)$/;"	f
po_filter_not_translated	potool.c	/^gboolean po_filter_not_translated(po_entry *po)$/;"	f
po_filter_translated	potool.c	/^gboolean po_filter_translated(po_entry *po)$/;"	f
po_filters	potool.c	/^               TRANSLATED_FILTER = 4, NOT_TRANSLATED_FILTER = 8 } po_filters;$/;"	t	file:
po_get_filtered	potool.c	/^GList *po_get_filtered(GList *po_list, po_filter_func *filter)$/;"	f
po_hash_id	potool.c	/^guint po_hash_id(gchar *id)$/;"	f
po_init_parser	po.tab.c	/^void po_init_parser(void)$/;"	f
po_read	po.tab.c	/^GList *po_read(gchar *fn)$/;"	f
po_scan_close_file	lex.po.c	/^void po_scan_close_file(void)$/;"	f
po_scan_open_file	lex.po.c	/^void po_scan_open_file(gchar *fn)$/;"	f
po_set_create	potool.c	/^po_entry_set *po_set_create(GList *po_list)$/;"	f
po_set_update	potool.c	/^po_entry_set *po_set_update(po_entry_set *po_set, GList *po_list)$/;"	f
po_set_write_entry	potool.c	/^void po_set_write_entry(gchar *id, po_entry *po, void *d)$/;"	f
po_write	potool.c	/^void po_write(GList *po_list, po_write_modes mode)$/;"	f
po_write_modes	potool.c	/^               NO_LINF =128 } po_write_modes;$/;"	t	file:
poerror	po.tab.c	/^void poerror(char *s)$/;"	f
polineno	po.tab.c	/^gint polineno;$/;"	v
poval	po.tab.c	/^	po_entry *poval;$/;"	m	union:	file:
poval	po.tab.h	/^	po_entry *poval;$/;"	m	union:
print_multi_line	potool.c	/^void print_multi_line(gchar *s, gint ulen)$/;"	f
str	po-gram.h	/^	gchar *id, *str;$/;"	m	struct:
strval	po.tab.c	/^	gchar *strval;$/;"	m	union:	file:
strval	po.tab.h	/^	gchar *strval;$/;"	m	union:
unput	lex.po.c	153;"	d	file:
yy_accept	lex.po.c	/^static yyconst short int yy_accept[33] =$/;"	v	file:
yy_acclist	lex.po.c	/^static yyconst short int yy_acclist[25] =$/;"	v	file:
yy_at_bol	lex.po.c	/^	int yy_at_bol;$/;"	m	struct:yy_buffer_state	file:
yy_base	lex.po.c	/^static yyconst short int yy_base[38] =$/;"	v	file:
yy_buf_pos	lex.po.c	/^	char *yy_buf_pos;		\/* current position in input buffer *\/$/;"	m	struct:yy_buffer_state	file:
yy_buf_size	lex.po.c	/^	yy_size_t yy_buf_size;$/;"	m	struct:yy_buffer_state	file:
yy_buffer_state	lex.po.c	/^struct yy_buffer_state$/;"	s	file:
yy_buffer_status	lex.po.c	/^	int yy_buffer_status;$/;"	m	struct:yy_buffer_state	file:
yy_c_buf_p	lex.po.c	/^static char *yy_c_buf_p = (char *) 0;$/;"	v	file:
yy_ch_buf	lex.po.c	/^	char *yy_ch_buf;		\/* input buffer *\/$/;"	m	struct:yy_buffer_state	file:
yy_chk	lex.po.c	/^static yyconst short int yy_chk[60] =$/;"	v	file:
yy_create_buffer	lex.po.c	/^YY_BUFFER_STATE yy_create_buffer( FILE *file, int size )$/;"	f
yy_create_buffer	lex.po.c	1;"	d	file:
yy_current_buffer	lex.po.c	/^static YY_BUFFER_STATE yy_current_buffer = 0;$/;"	v	file:
yy_def	lex.po.c	/^static yyconst short int yy_def[38] =$/;"	v	file:
yy_delete_buffer	lex.po.c	/^void yy_delete_buffer( YY_BUFFER_STATE b )$/;"	f
yy_delete_buffer	lex.po.c	2;"	d	file:
yy_did_buffer_switch_on_eof	lex.po.c	/^static int yy_did_buffer_switch_on_eof;$/;"	v	file:
yy_ec	lex.po.c	/^static yyconst int yy_ec[256] =$/;"	v	file:
yy_fatal_error	lex.po.c	/^static void yy_fatal_error( yyconst char msg[] )$/;"	f	file:
yy_fill_buffer	lex.po.c	/^	int yy_fill_buffer;$/;"	m	struct:yy_buffer_state	file:
yy_flex_alloc	lex.po.c	/^static void *yy_flex_alloc( yy_size_t size )$/;"	f	file:
yy_flex_debug	lex.po.c	6;"	d	file:
yy_flex_free	lex.po.c	/^static void yy_flex_free( void *ptr )$/;"	f	file:
yy_flex_realloc	lex.po.c	/^static void *yy_flex_realloc( void *ptr, yy_size_t size )$/;"	f	file:
yy_flex_strlen	lex.po.c	/^static int yy_flex_strlen( yyconst char *s )$/;"	f	file:
yy_flex_strncpy	lex.po.c	/^static void yy_flex_strncpy( char *s1, yyconst char *s2, int n )$/;"	f	file:
yy_flush_buffer	lex.po.c	/^void yy_flush_buffer( YY_BUFFER_STATE b )$/;"	f
yy_flush_buffer	lex.po.c	8;"	d	file:
yy_full_match	lex.po.c	/^static char *yy_full_match;$/;"	v	file:
yy_get_next_buffer	lex.po.c	/^static int yy_get_next_buffer()$/;"	f	file:
yy_get_previous_state	lex.po.c	/^static yy_state_type yy_get_previous_state()$/;"	f	file:
yy_hold_char	lex.po.c	/^static char yy_hold_char;$/;"	v	file:
yy_init	lex.po.c	/^static int yy_init = 1;		\/* whether we need to initialize *\/$/;"	v	file:
yy_init_buffer	lex.po.c	/^void yy_init_buffer( YY_BUFFER_STATE b, FILE *file )$/;"	f
yy_init_buffer	lex.po.c	7;"	d	file:
yy_input_file	lex.po.c	/^	FILE *yy_input_file;$/;"	m	struct:yy_buffer_state	file:
yy_is_interactive	lex.po.c	/^	int yy_is_interactive;$/;"	m	struct:yy_buffer_state	file:
yy_is_our_buffer	lex.po.c	/^	int yy_is_our_buffer;$/;"	m	struct:yy_buffer_state	file:
yy_load_buffer_state	lex.po.c	/^void yy_load_buffer_state( void )$/;"	f
yy_load_buffer_state	lex.po.c	9;"	d	file:
yy_lp	lex.po.c	/^static int yy_lp;$/;"	v	file:
yy_meta	lex.po.c	/^static yyconst int yy_meta[17] =$/;"	v	file:
yy_n_chars	lex.po.c	/^	int yy_n_chars;$/;"	m	struct:yy_buffer_state	file:
yy_n_chars	lex.po.c	/^static int yy_n_chars;		\/* number of characters read into yy_ch_buf *\/$/;"	v	file:
yy_new_buffer	lex.po.c	264;"	d	file:
yy_nxt	lex.po.c	/^static yyconst short int yy_nxt[60] =$/;"	v	file:
yy_pop_state	lex.po.c	/^static void yy_pop_state()$/;"	f	file:
yy_push_state	lex.po.c	/^static void yy_push_state( int new_state )$/;"	f	file:
yy_scan_buffer	lex.po.c	/^YY_BUFFER_STATE yy_scan_buffer( char *base, yy_size_t size )$/;"	f
yy_scan_buffer	lex.po.c	3;"	d	file:
yy_scan_bytes	lex.po.c	/^YY_BUFFER_STATE yy_scan_bytes( yyconst char *bytes, int len )$/;"	f
yy_scan_bytes	lex.po.c	5;"	d	file:
yy_scan_string	lex.po.c	/^YY_BUFFER_STATE yy_scan_string( yyconst char *yy_str )$/;"	f
yy_scan_string	lex.po.c	4;"	d	file:
yy_set_bol	lex.po.c	273;"	d	file:
yy_set_interactive	lex.po.c	266;"	d	file:
yy_size_t	lex.po.c	/^typedef unsigned int yy_size_t;$/;"	t	file:
yy_start	lex.po.c	/^static int yy_start = 0;	\/* start state number *\/$/;"	v	file:
yy_start_stack	lex.po.c	/^static int *yy_start_stack = 0;$/;"	v	file:
yy_start_stack_depth	lex.po.c	/^static int yy_start_stack_depth = 0;$/;"	v	file:
yy_start_stack_ptr	lex.po.c	/^static int yy_start_stack_ptr = 0;$/;"	v	file:
yy_state_buf	lex.po.c	/^static yy_state_type yy_state_buf[YY_BUF_SIZE + 2], *yy_state_ptr;$/;"	v	file:
yy_state_ptr	lex.po.c	/^static yy_state_type yy_state_buf[YY_BUF_SIZE + 2], *yy_state_ptr;$/;"	v	file:
yy_state_type	lex.po.c	/^typedef int yy_state_type;$/;"	t	file:
yy_switch_to_buffer	lex.po.c	/^void yy_switch_to_buffer( YY_BUFFER_STATE new_buffer )$/;"	f
yy_switch_to_buffer	lex.po.c	10;"	d	file:
yy_top_state	lex.po.c	/^static int yy_top_state()$/;"	f	file:
yy_try_NUL_trans	lex.po.c	/^static yy_state_type yy_try_NUL_trans( yy_state_type yy_current_state )$/;"	f	file:
yychar	po.tab.c	11;"	d	file:
yycheck	po.tab.c	/^static const short yycheck[] =$/;"	v	file:
yyclearin	po.tab.c	280;"	d	file:
yyconst	lex.po.c	71;"	d	file:
yyconst	lex.po.c	73;"	d	file:
yydebug	po.tab.c	/^int yydebug;$/;"	v
yydebug	po.tab.c	12;"	d	file:
yydefact	po.tab.c	/^static const short yydefact[] =$/;"	v	file:
yydefgoto	po.tab.c	/^static const short yydefgoto[] =$/;"	v	file:
yyerrok	po.tab.c	279;"	d	file:
yyerror	po.tab.c	9;"	d	file:
yyin	lex.po.c	/^FILE *yyin = (FILE *) 0, *yyout = (FILE *) 0;$/;"	v
yyin	lex.po.c	11;"	d	file:
yyinput	lex.po.c	/^static int yyinput()$/;"	f	file:
yyleng	lex.po.c	/^int yyleng;$/;"	v
yyleng	lex.po.c	12;"	d	file:
yyless	lex.po.c	142;"	d	file:
yyless	lex.po.c	1591;"	d	file:
yyless	lex.po.c	1592;"	d	file:
yylex	lex.po.c	13;"	d	file:
yylex	po.tab.c	8;"	d	file:
yylineno	lex.po.c	/^int yylineno = 1;$/;"	v
yylineno	lex.po.c	17;"	d	file:
yylval	po.tab.c	10;"	d	file:
yymore	lex.po.c	411;"	d	file:
yynerrs	po.tab.c	13;"	d	file:
yyout	lex.po.c	/^FILE *yyin = (FILE *) 0, *yyout = (FILE *) 0;$/;"	v
yyout	lex.po.c	14;"	d	file:
yypact	po.tab.c	/^static const short yypact[] =$/;"	v	file:
yyparse	po.tab.c	/^yyparse (YYPARSE_PARAM_ARG)$/;"	f
yyparse	po.tab.c	7;"	d	file:
yypgoto	po.tab.c	/^static const short yypgoto[] =$/;"	v	file:
yyprhs	po.tab.c	/^static const short yyprhs[] =$/;"	v	file:
yyr1	po.tab.c	/^static const short yyr1[] =$/;"	v	file:
yyr2	po.tab.c	/^static const short yyr2[] =$/;"	v	file:
yyrestart	lex.po.c	/^void yyrestart( FILE *input_file )$/;"	f
yyrestart	lex.po.c	15;"	d	file:
yyrhs	po.tab.c	/^static const short yyrhs[] =$/;"	v	file:
yyrline	po.tab.c	/^static const short yyrline[] =$/;"	v	file:
yytable	po.tab.c	/^static const short yytable[] =$/;"	v	file:
yyterminate	lex.po.c	567;"	d	file:
yytext	lex.po.c	/^char *yytext;$/;"	v
yytext	lex.po.c	16;"	d	file:
yytext_ptr	lex.po.c	293;"	d	file:
yytname	po.tab.c	/^static const char *const yytname[] =$/;"	v	file:
yytranslate	po.tab.c	/^static const char yytranslate[] =$/;"	v	file:
yyunput	lex.po.c	/^static void yyunput( int c, register char *yy_bp )$/;"	f	file:
yywrap	lex.po.c	285;"	d	file: