Searched defs:dolflg (Results 1 - 2 of 2) sorted by relevance

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

Completed in 45 milliseconds