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