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

/external/mksh/src/
H A Dlex.c41 #define SHEREDELIM 10 /* parsing <<,<<-,<<< delimiter */ macro
223 state = (cf & HEREDELIM) ? SHEREDELIM : SBASE;
240 /* Initial state: one of SWORD SLETPAREN SHEREDELIM SBASE */
244 if (state == SHEREDELIM) {
247 state = SHEREDELIM;
259 ((state == SBASE || state == SHEREDELIM) && ctype(c, C_LEX1)))) {
810 case SHEREDELIM:
878 state = statep->type = SHEREDELIM;
904 /* This done to avoid tests for SHEREDELIM wherever SBASE tested */
905 if (state == SHEREDELIM)
[all...]

Completed in 85 milliseconds