Home
last modified time | relevance | path

Searched refs:yyParser (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libsqlite/tool/
H A Dlempar.c151 struct yyParser { struct
157 typedef struct yyParser yyParser; typedef
236 yyParser *pParser; in ParseAlloc()
237 pParser = (yyParser*)(*mallocProc)( (size_t)sizeof(yyParser) ); in ParseAlloc()
274 static int yy_pop_parser_stack(yyParser *pParser){ in yy_pop_parser_stack()
308 yyParser *pParser = (yyParser*)p; in ParseFree()
323 yyParser *pParser, /* The parser */ in yy_find_shift_action()
367 yyParser *pParser, /* The parser */ in yy_find_reduce_action()
392 yyParser *yypParser, /* The parser to be shifted */ in yy_shift()
440 static void yy_accept(yyParser*); /* Forward Declaration */
[all …]