Home
last modified time | relevance | path

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

/dragonfly/contrib/tcsh-6/
HDsh.dol.c170 c = DgetC(DODOL); in Dpack()
213 c = DgetC(DODOL); in Dword()
243 dolflg = c1 == '"' ? DODOL : 0; in Dword()
643 c = DgetC(DODOL); /* Allow $ expand within [ ] */ in Dgetdol()
1125 c = DgetC(DODOL); in heredoc()
HDsh.h861 #define DODOL 1 macro
863 #define DOALL DODOL|DOEXCL
HDsh.lex.c485 if (c == '$' && (flag & DODOL)) { in getC1()
599 c = getC(DOEXCL | DODOL); in getdol()