Lines Matching refs:lexlast
403 c = lexlast = lexregexp(c); in yylex()
471 lexlast != RE && lexlast != NRE && in yylex()
472 lexlast != ';' && lexlast != '\n' && in yylex()
473 lexlast != ',' && lexlast != '(') in yylex()
541 switch (lexlast) { in yylex()
569 if (lexlast != ';') { in yylex()
597 if (lexlast != ';') { in yylex()
671 if (lexlast == '$') in yylex()
679 if (!catterm || lexlast != CONSTANT || wasfield) in yylex()
708 lexlast = c; in yylex()
1152 if (lexlast == FUNC || lexlast == GETLINE || lexlast == KEYWORD) in yyerror()
1153 if (lexlast == KEYWORD) in yyerror()