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

/netbsd-6-1-5-RELEASE/bin/ksh/
H A Dlex.h53 #define SBASE 0 /* outside any lexical constructs */ macro
H A Dlex.c140 state = (cf & HEREDELIM) ? SHEREDELIM : SBASE;
160 /* Initial state: one of SBASE SHEREDELIM SWORD SASPAREN */
165 || ((state == SBASE || state == SHEREDELIM)
170 case SBASE:
629 /* This done to avoid tests for SHEREDELIM wherever SBASE tested */
631 state = SBASE;
634 if ((c == '<' || c == '>') && state == SBASE
676 if (wp == dp && state == SBASE) {

Completed in 106 milliseconds