Searched refs:lexlast (Results 1 – 3 of 3) sorted by relevance
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()[all …]
169 uint lexlast = '\n'; /* Last lexical token */ variable
400 extern uint_t lexlast;