Home
last modified time | relevance | path

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

/external/mksh/src/
Dlex.c30 #define SBASE 0 /* outside any lexical constructs */ macro
226 state = (cf & HEREDELIM) ? SHEREDELIM : SBASE; in yylex()
262 ((state == SBASE || state == SHEREDELIM || state == SHERESTRING) && in yylex()
283 case SBASE: in yylex()
494 } else if (c == '\'' && (state == SBASE)) { in yylex()
501 } else if (c == '"' && (state == SBASE)) { in yylex()
915 state = SBASE; in yylex()
918 if ((c == '<' || c == '>' || c == '&') && state == SBASE) { in yylex()
980 if (wp == dp && state == SBASE) { in yylex()