Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/csh/
H A Dsh.lex.c70 int exclc; /* Count of remainig words in ! subst */ variable
345 if (exclnxt && --exclc >= 0) { in getC1()
355 if (--exclc < 0) in getC1()
572 exclc = right - left + 1; in getexcl()
715 if (exclc) in getsub()
728 int i = exclc; in dosub()