Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/csh/
H A Dsh.lex.c75 struct wordent *exclnxt; /* The rest of the ! subst words */ variable
351 if (exclnxt && --exclc >= 0) { in getC1()
352 exclnxt = exclnxt->next; in getC1()
353 setexclp(exclnxt->word); in getC1()
357 exclnxt = 0; in getC1()
359 if (exclnxt) { in getC1()
360 exclnxt = exclnxt->next; in getC1()
362 exclnxt = 0; in getC1()
364 setexclp(exclnxt->word); in getC1()
594 exclnxt = hp; in getexcl()
[all …]