Home
last modified time | relevance | path

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

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dlempar.c572 int yyendofinput; /* True if we are at the end of input */ in Parse() local
586 yyendofinput = (yymajor==0); in Parse()
600 if( yyendofinput && yypParser->yyidx>=0 ){ in Parse()
682 if( yyendofinput ){ in Parse()
H A Dmod_ssi_exprparser.c835 int yyendofinput; /* True if we are at the end of input */ in ssiexprparser() local
849 yyendofinput = (yymajor==0); in ssiexprparser()
863 if( yyendofinput && yypParser->yyidx>=0 ){ in ssiexprparser()
945 if( yyendofinput ){ in ssiexprparser()
H A Dconfigparser.c1495 int yyendofinput; /* True if we are at the end of input */ in configparser() local
1509 yyendofinput = (yymajor==0); in configparser()
1523 if( yyendofinput && yypParser->yyidx>=0 ){ in configparser()
1605 if( yyendofinput ){ in configparser()