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

/freebsd-10-stable/contrib/tcsh/
H A Dsh.dol.c206 int dolflg; local
242 dolflg = c1 == '"' ? DODOL : 0;
244 c = DgetC(dolflg);
H A Dsh.lex.c297 int dolflg; local
357 dolflg = DOALL;
362 dolflg = DOALL;
412 dolflg = c == '"' ? DOALL : DOEXCL;
420 c = getC(dolflg);

Completed in 60 milliseconds