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

/illumos-gate/usr/src/cmd/csh/
H A Dsh.lex.c60 * getexcl the variables lap, exclp, and exclnxt are all zero.
69 struct wordent *exclnxt; /* The rest of the ! subst words */ variable in typeref:struct:wordent
345 if (exclnxt && --exclc >= 0) {
346 exclnxt = exclnxt->next;
347 setexclp(exclnxt->word);
351 exclnxt = 0;
353 if (exclnxt) {
354 exclnxt = exclnxt
[all...]

Completed in 81 milliseconds