Home
last modified time | relevance | path

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

/freebsd/contrib/tcsh/
H A Dsh.dol.c168 c = DgetC(DODOL); in Dpack()
211 c = DgetC(DODOL); in Dword()
241 dolflg = c1 == '"' ? DODOL : 0; in Dword()
609 c = DgetC(DODOL); /* Allow $ expand within [ ] */ in Dgetdol()
1085 c = DgetC(DODOL); in heredoc()
H A Dsh.h858 #define DODOL 1 macro
860 #define DOALL DODOL|DOEXCL
H A Dsh.lex.c486 if (c == '$' && (flag & DODOL)) { in getC1()
582 c = getC(DOEXCL | DODOL); in getdol()