HomeSort by: relevance | last modified time | path
    Searched defs:dolflg (Results 1 - 2 of 2) sorted by relevancy

  /src/bin/csh/
dol.c 219 int dolflg, done, sofar; local in function:Dword
255 dolflg = c1 == '"' ? DODOL : 0;
257 c = DgetC(dolflg);
lex.c 261 int dolflg; local in function:word
314 dolflg = DOALL;
319 dolflg = DOALL;
355 dolflg = c == '"' ? DOALL : DOEXCL;
364 c = getC(dolflg);

Completed in 13 milliseconds