Home
last modified time | relevance | path

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

/netbsd/src/bin/csh/
Dlex.c355 dolflg = c == '"' ? DOALL : DOEXCL; in word()
424 if (c == HIST && (flag & DOEXCL)) { in getC1()
442 c = sc = getC(DOEXCL); in getdol()
449 *np++ = (Char)c, c = getC(DOEXCL); in getdol()
451 special++, *np++ = (Char)c, c = getC(DOEXCL); in getdol()
489 while ((c = getC(DOEXCL)) != '\0'){ in getdol()
502 while ((c = getC(DOEXCL)) != '\0') { in getdol()
537 c = getC(DOEXCL | DODOL); in getdol()
555 c = getC(DOEXCL); in getdol()
570 *np++ = (Char)c, c = getC(DOEXCL); in getdol()
[all …]
Dcsh.h288 #define DOEXCL 2 macro
289 #define DOALL DODOL|DOEXCL