Home
last modified time | relevance | path

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

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dlempar.c140 struct yyStackEntry { struct
147 typedef struct yyStackEntry yyStackEntry; argument
155 yyStackEntry yystack[YYSTACKDEPTH]; /* The parser's stack */
280 yyStackEntry *yytos = &pParser->yystack[pParser->yyidx]; in yy_pop_parser_stack()
401 yyStackEntry *yytos; in yy_shift()
457 yyStackEntry *yymsp; /* The top of the parser's stack */ in yy_reduce()
H A Dmod_ssi_exprparser.c194 struct yyStackEntry { struct
201 typedef struct yyStackEntry yyStackEntry; typedef
209 yyStackEntry yystack[YYSTACKDEPTH]; /* The parser's stack */
368 yyStackEntry *yytos = &pParser->yystack[pParser->yyidx]; in yy_pop_parser_stack()
489 yyStackEntry *yytos; in yy_shift()
559 yyStackEntry *yymsp; /* The top of the parser's stack */ in yy_reduce()
H A Dconfigparser.c321 struct yyStackEntry { struct
328 typedef struct yyStackEntry yyStackEntry; argument
336 yyStackEntry yystack[YYSTACKDEPTH]; /* The parser's stack */
574 yyStackEntry *yytos = &pParser->yystack[pParser->yyidx]; in yy_pop_parser_stack()
695 yyStackEntry *yytos; in yy_shift()
789 yyStackEntry *yymsp; /* The top of the parser's stack */ in yy_reduce()