Lines Matching full:sbase
31 #define SBASE 0 /* outside any lexical constructs */
44 #define SADELIM 13 /* like SBASE, looking for delimiter */
222 state = (cf & HEREDELIM) ? SHEREDELIM : SBASE;
243 /* Initial state: one of SWORD SLETPAREN SHEREDELIM SBASE */
248 ((state == SBASE || state == SHEREDELIM) && ctype(c, C_LEX1)))) {
249 if (state == SBASE &&
274 case SBASE:
701 /* Same as SBASE, except (,|,) treated specially */
886 /* This done to avoid tests for SHEREDELIM wherever SBASE tested */
888 state = SBASE;
891 if (state == SBASE && (
944 if (wp == dp && state == SBASE) {