Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/awk_xpg4/
H A Dawk1.c403 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 …]
H A Dawk0.c169 uint lexlast = '\n'; /* Last lexical token */ variable
H A Dawk.h400 extern uint_t lexlast;