Lines Matching refs:YYNOCODE
107952 ** YYNOCODE is a number of type YYCODETYPE which corresponds
107981 #define YYNOCODE 251
109330 ** If the look-ahead token is YYNOCODE, then check to see if the action is
109345 assert( iLookAhead!=YYNOCODE );
109395 ** If the look-ahead token is YYNOCODE, then check to see if the action is
109413 assert( iLookAhead!=YYNOCODE );
111156 yymajor = YYNOCODE;
111201 yymajor = YYNOCODE;
111215 yymajor = YYNOCODE;
111234 yymajor = YYNOCODE;
111254 yymajor = YYNOCODE;
111257 }while( yymajor!=YYNOCODE && yypParser->yyidx>=0 );