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

/freebsd-11-stable/contrib/tcsh/
H A Dsh.lex.c78 * getexcl the variables lap, exclp, and exclnxt are all zero.
90 static struct wordent *exclnxt = NULL; variable in typeref:struct:wordent
457 if (exclnxt && --exclc >= 0) {
458 exclnxt = exclnxt->next;
459 setexclp(exclnxt->word);
463 exclnxt = 0;
468 if (exclnxt) {
469 exclnxt = exclnxt
[all...]

Completed in 112 milliseconds