Home | History | Annotate | Download | only in csh

Lines Matching defs:exclnxt

87  * getexcl the variables lap, exclp, and exclnxt are all zero.
99 static struct wordent *exclnxt = NULL;
403 if (exclnxt && --exclc >= 0) {
404 exclnxt = exclnxt->next;
405 setexclp(exclnxt->word);
409 exclnxt = 0;
411 if (exclnxt) {
412 exclnxt = exclnxt->next;
414 exclnxt = 0;
416 setexclp(exclnxt->word);
733 exclnxt = hp;
745 exclnxt = 0;