Lines Matching refs:exclnxt
69 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()
603 exclnxt = 0; in getsub()