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

/macosx-10.10/tcsh-65/tcsh/
H A Dsh.lex.c405 dolflg = c == '"' ? DOALL : DOEXCL;
468 if (c == (eChar)HIST && (flag & DOEXCL)) {
485 c = sc = getC(DOEXCL);
494 Strbuf_append1(&name, c), c = getC(DOEXCL);
496 special++, Strbuf_append1(&name, c), c = getC(DOEXCL);
528 while ((c = getC(DOEXCL)) != 0) {
535 while ((c = getC(DOEXCL)) != 0) {
560 c = getC(DOEXCL | DODOL);
569 c = getC(DOEXCL);
580 Strbuf_append1(&name, c), c = getC(DOEXCL);
[all...]
H A Dsh.h821 #define DOEXCL 2 macro
822 #define DOALL DODOL|DOEXCL

Completed in 168 milliseconds