Home
last modified time | relevance | path

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

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dlempar.c402 yypParser->yyidx++; in yy_shift()
405 yypParser->yyidx--; in yy_shift()
411 while( yypParser->yyidx>=0 ) yy_pop_parser_stack(yypParser); in yy_shift()
418 yytos = &yypParser->yystack[yypParser->yyidx]; in yy_shift()
460 yymsp = &yypParser->yystack[yypParser->yyidx]; in yy_reduce()
487 yy_accept(yypParser); in yy_reduce()
503 while( yypParser->yyidx>=0 ) yy_pop_parser_stack(yypParser); in yy_parse_failed()
538 while( yypParser->yyidx>=0 ) yy_pop_parser_stack(yypParser); in yy_accept()
578 if( yypParser->yyidx<0 ){ in Parse()
580 yypParser->yyidx = 0; in Parse()
[all …]
H A Dmod_ssi_exprparser.c490 yypParser->yyidx++; in yy_shift()
493 yypParser->yyidx--; in yy_shift()
499 while( yypParser->yyidx>=0 ) yy_pop_parser_stack(yypParser); in yy_shift()
505 yytos = &yypParser->yystack[yypParser->yyidx]; in yy_shift()
562 yymsp = &yypParser->yystack[yypParser->yyidx]; in yy_reduce()
748 yy_accept(yypParser); in yy_reduce()
764 while( yypParser->yyidx>=0 ) yy_pop_parser_stack(yypParser); in yy_parse_failed()
802 while( yypParser->yyidx>=0 ) yy_pop_parser_stack(yypParser); in yy_accept()
841 if( yypParser->yyidx<0 ){ in ssiexprparser()
843 yypParser->yyidx = 0; in ssiexprparser()
[all …]
H A Dconfigparser.c696 yypParser->yyidx++; in yy_shift()
699 yypParser->yyidx--; in yy_shift()
705 while( yypParser->yyidx>=0 ) yy_pop_parser_stack(yypParser); in yy_shift()
711 yytos = &yypParser->yystack[yypParser->yyidx]; in yy_shift()
792 yymsp = &yypParser->yystack[yypParser->yyidx]; in yy_reduce()
1408 yy_accept(yypParser); in yy_reduce()
1424 while( yypParser->yyidx>=0 ) yy_pop_parser_stack(yypParser); in yy_parse_failed()
1462 while( yypParser->yyidx>=0 ) yy_pop_parser_stack(yypParser); in yy_accept()
1501 if( yypParser->yyidx<0 ){ in configparser()
1503 yypParser->yyidx = 0; in configparser()
[all …]