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

/freebsd-11.0-release/contrib/tcsh/
H A Dsh.lex.c83 * getexcl the variables lap, exclp, and exclnxt are all zero.
95 static struct wordent *exclnxt = NULL; variable in typeref:struct:wordent
444 if (exclnxt && --exclc >= 0) {
445 exclnxt = exclnxt->next;
446 setexclp(exclnxt->word);
450 exclnxt = 0;
455 if (exclnxt) {
456 exclnxt = exclnxt
[all...]

Completed in 103 milliseconds