Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/tcsh/
HDsh.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()
HDsh.h858 #define DODOL 1 macro
860 #define DOALL DODOL|DOEXCL
HDsh.lex.c486 if (c == '$' && (flag & DODOL)) { in getC1()
582 c = getC(DOEXCL | DODOL); in getdol()