Home
last modified time | relevance | path

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

/netbsd-src/bin/ksh/
H A Dlex.c140 state = (cf & HEREDELIM) ? SHEREDELIM : SBASE;
165 || ((state == SBASE || state == SHEREDELIM)
170 case SBASE:
625 state = SBASE;
628 if ((c == '<' || c == '>') && state == SBASE
670 if (wp == dp && state == SBASE) {
H A Dlex.h53 #define SBASE 0 /* outside any lexical constructs */ macro