Home
last modified time | relevance | path

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

/freebsd/contrib/tcsh/
H A Dsh.lex.c93 static int exclc = 0; variable
460 if (exclnxt && --exclc >= 0) { in getC1()
473 if (--exclc < 0) in getC1()
748 exclc = right - left + 1; in getexcl()
879 if (exclc) in getsub()
905 int i = exclc; in dosub()