Home
last modified time | relevance | path

Searched refs:HEREDELIM (Results 1 – 3 of 3) sorted by relevance

/external/mksh/src/
Dsyn.c197 } else if (ishere && tpeek(HEREDELIM) == '\n') { in synio()
202 musthave(LWORD, ishere ? HEREDELIM : 0); in synio()
Dlex.c222 state = (cf & HEREDELIM) ? SHEREDELIM : SBASE; in yylex()
996 if (cf & HEREDELIM) in yylex()
Dsh.h1641 #define HEREDELIM BIT(9) /* parsing <<,<<- delimiter */ macro