HomeSort by: relevance | last modified time | path
    Searched defs:exclnxt (Results 1 - 2 of 2) sorted by relevancy

  /src/bin/csh/
lex.c 87 * getexcl the variables lap, exclp, and exclnxt are all zero.
99 static struct wordent *exclnxt = NULL; variable in typeref:struct:wordent *
403 if (exclnxt && --exclc >= 0) {
404 exclnxt = exclnxt->next;
405 setexclp(exclnxt->word);
409 exclnxt = 0;
411 if (exclnxt) {
412 exclnxt = exclnxt->next
    [all...]
lex.c 87 * getexcl the variables lap, exclp, and exclnxt are all zero.
99 static struct wordent *exclnxt = NULL; variable in typeref:struct:wordent *
403 if (exclnxt && --exclc >= 0) {
404 exclnxt = exclnxt->next;
405 setexclp(exclnxt->word);
409 exclnxt = 0;
411 if (exclnxt) {
412 exclnxt = exclnxt->next
    [all...]

Completed in 37 milliseconds