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

/external/mksh/src/
H A Dlex.c30 #define SBASE 0 /* outside any lexical constructs */ macro
43 #define SADELIM 13 /* like SBASE, looking for delimiter */
226 state = (cf & HEREDELIM) ? SHEREDELIM : SBASE;
243 /* Initial state: one of SWORD SLETPAREN SHEREDELIM SBASE */
262 ((state == SBASE || state == SHEREDELIM || state == SHERESTRING) &&
283 case SBASE:
494 } else if (c == '\'' && (state == SBASE)) {
501 } else if (c == '"' && (state == SBASE)) {
695 /* Same as SBASE, except (,|,) treated specially */
913 /* This done to avoid tests for SHEREDELIM wherever SBASE teste
[all...]

Completed in 32 milliseconds