Home
last modified time | relevance | path

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

/freebsd/contrib/tcsh/
H A Dsh.lex.c421 dolflg = c == '"' ? DOALL : DOEXCL; in word()
490 if (c == (eChar)HIST && (flag & DOEXCL)) { in getC1()
507 c = sc = getC(DOEXCL); in getdol()
516 Strbuf_append1(&name, c), c = getC(DOEXCL); in getdol()
518 special++, Strbuf_append1(&name, c), c = getC(DOEXCL); in getdol()
550 while ((c = getC(DOEXCL)) != 0) { in getdol()
557 while ((c = getC(DOEXCL)) != 0) { in getdol()
582 c = getC(DOEXCL | DODOL); in getdol()
591 c = getC(DOEXCL); in getdol()
602 Strbuf_append1(&name, c), c = getC(DOEXCL), gmodflag = 0, amodflag = 0; in getdol()
[all …]
H A Dsh.h859 #define DOEXCL 2 macro
860 #define DOALL DODOL|DOEXCL