Home
last modified time | relevance | path

Searched refs:lexlast (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/cmd/awk_xpg4/
H A Dawk1.c416 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 …]
H A Dawk0.c171 uint lexlast = '\n'; /* Last lexical token */ variable
H A Dawk.h399 extern uint_t lexlast;