Home
last modified time | relevance | path

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

/NextBSD/contrib/tcsh/
HDsh.lex.c405 dolflg = c == '"' ? DOALL : DOEXCL; in word()
474 if (c == (eChar)HIST && (flag & DOEXCL)) { in getC1()
491 c = sc = getC(DOEXCL); in getdol()
500 Strbuf_append1(&name, c), c = getC(DOEXCL); in getdol()
502 special++, Strbuf_append1(&name, c), c = getC(DOEXCL); in getdol()
534 while ((c = getC(DOEXCL)) != 0) { in getdol()
541 while ((c = getC(DOEXCL)) != 0) { in getdol()
566 c = getC(DOEXCL | DODOL); in getdol()
575 c = getC(DOEXCL); in getdol()
586 Strbuf_append1(&name, c), c = getC(DOEXCL); in getdol()
[all …]
HDsh.h843 #define DOEXCL 2 macro
844 #define DOALL DODOL|DOEXCL