Lines Matching refs:lexlast
416 return (lexlast = lexregexp(c)); in yyhex()
483 lexlast != RE && lexlast != NRE && in yyhex()
484 lexlast != ';' && lexlast != '\n' && in yyhex()
485 lexlast != ',' && lexlast != '(') in yyhex()
553 switch (lexlast) { in yyhex()
580 if (lexlast != ';') { in yyhex()
608 if (lexlast != ';') { in yyhex()
682 if (lexlast == '$') in yyhex()
690 if (!catterm || lexlast != CONSTANT || wasfield) in yyhex()
719 lexlast = c; in yyhex()
1156 if (lexlast == FUNC || lexlast == GETLINE || lexlast == KEYWORD) in yyerror()
1157 if (lexlast == KEYWORD) in yyerror()