Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/csh/
H A Dsh.lex.c69 struct wordent *exclnxt; /* The rest of the ! subst words */ variable
345 if (exclnxt && --exclc >= 0) { in getC1()
346 exclnxt = exclnxt->next; in getC1()
347 setexclp(exclnxt->word); in getC1()
351 exclnxt = 0; in getC1()
353 if (exclnxt) { in getC1()
354 exclnxt = exclnxt->next; in getC1()
356 exclnxt = 0; in getC1()
358 setexclp(exclnxt->word); in getC1()
587 exclnxt = hp; in getexcl()
[all …]