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

  /src/bin/csh/
lex.c 355 dolflg = c == '"' ? DOALL : DOEXCL;
424 if (c == HIST && (flag & DOEXCL)) {
442 c = sc = getC(DOEXCL);
449 *np++ = (Char)c, c = getC(DOEXCL);
451 special++, *np++ = (Char)c, c = getC(DOEXCL);
489 while ((c = getC(DOEXCL)) != '\0'){
502 while ((c = getC(DOEXCL)) != '\0') {
537 c = getC(DOEXCL | DODOL);
555 c = getC(DOEXCL);
570 *np++ = (Char)c, c = getC(DOEXCL);
    [all...]
csh.h 288 #define DOEXCL 2
289 #define DOALL DODOL|DOEXCL

Completed in 13 milliseconds