Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/csh/
H A Dsh.dol.c144 bool dolflg; in Dword() local
190 dolflg = c1 == '"' ? DODOL : 0; in Dword()
192 c = DgetC(dolflg); in Dword()
H A Dsh.lex.c196 bool dolflg; in word() local
252 dolflg = DOALL; in word()
257 dolflg = DOALL; in word()
291 dolflg = c == '"' ? DOALL : DOEXCL; in word()
299 c = getC(dolflg); in word()