Searched defs:exclc (Results 1 - 1 of 1) sorted by relevance

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

Completed in 63 milliseconds