Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/tcsh/
HDsh.lex.c90 static struct wordent *exclnxt = NULL; variable
460 if (exclnxt && --exclc >= 0) { in getC1()
461 exclnxt = exclnxt->next; in getC1()
462 setexclp(exclnxt->word); in getC1()
466 exclnxt = 0; in getC1()
471 if (exclnxt) { in getC1()
472 exclnxt = exclnxt->next; in getC1()
474 exclnxt = 0; in getC1()
476 setexclp(exclnxt->word); in getC1()
763 exclnxt = hp; in getexcl()
[all …]