Home
last modified time | relevance | path

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

/openbsd/bin/csh/
H A Dlex.c94 static struct wordent *exclnxt = NULL; variable
368 if (exclnxt && --exclc >= 0) { in getC1()
369 exclnxt = exclnxt->next; in getC1()
370 setexclp(exclnxt->word); in getC1()
374 exclnxt = 0; in getC1()
376 if (exclnxt) { in getC1()
377 exclnxt = exclnxt->next; in getC1()
379 exclnxt = 0; in getC1()
381 setexclp(exclnxt->word); in getC1()
694 exclnxt = hp; in getexcl()
[all …]