Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/csh/
H A Dsh.dol.c160 c = DgetC(DODOL); in Dword()
190 dolflg = c1 == '"' ? DODOL : 0; in Dword()
244 c = DgetC(DODOL); in Dword()
472 c = DgetC(DODOL); /* Allow $ expand within [ ] */ in Dgetdol()
704 c = DgetC(DODOL); in heredoc()
H A Dsh.h262 #define DODOL 1 macro
264 #define DOALL DODOL|DOEXCL
H A Dsh.lex.c362 if (c == '$' && (flag & DODOL)) { in getC1()