Lines Matching refs:SBASE
31 #define SBASE 0 /* outside any lexical constructs */
44 #define SADELIM 13 /* like SBASE, looking for delimiter */
229 state = (cf & HEREDELIM) ? SHEREDELIM : SBASE;
250 /* Initial state: one of SWORD SLETPAREN SHEREDELIM SBASE */
256 ((state == SBASE || state == SHEREDELIM) && ctype(c, C_LEX1)))) {
257 if (state == SBASE &&
282 case SBASE:
721 /* Same as SBASE, except (,|,) treated specially */
906 /* This done to avoid tests for SHEREDELIM wherever SBASE tested */
908 state = SBASE;
911 if (state == SBASE && (
964 if (wp == dp && state == SBASE) {