Home
last modified time | relevance | path

Searched refs:dolflg (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/csh/
H A Dsh.dol.c153 bool dolflg; in Dword() local
199 dolflg = c1 == '"' ? DODOL : 0; in Dword()
201 c = DgetC(dolflg); in Dword()
H A Dsh.lex.c202 bool dolflg; in word() local
258 dolflg = DOALL; in word()
263 dolflg = DOALL; in word()
297 dolflg = c == '"' ? DOALL : DOEXCL; in word()
305 c = getC(dolflg); in word()