Home
last modified time | relevance | path

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

/external/mksh/src/
Dlex.c221 state = (cf & HEREDELIM) ? SHEREDELIM : SBASE; in yylex()
1031 if ((cf & HEREDELIM) && (sp[1] == '<')) in yylex()
Dsyn.c196 musthave(LWORD, ishere ? HEREDELIM : 0); in synio()
Dsh.h1581 #define HEREDELIM BIT(9) /* parsing <<,<<- delimiter */ macro