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

  /src/bin/csh/
lex.c 102 static int exclc = 0; variable
403 if (exclnxt && --exclc >= 0) {
413 if (--exclc < 0)
718 exclc = right - left + 1;
858 if (exclc)
875 i = exclc;
lex.c 102 static int exclc = 0; variable
403 if (exclnxt && --exclc >= 0) {
413 if (--exclc < 0)
718 exclc = right - left + 1;
858 if (exclc)
875 i = exclc;

Completed in 101 milliseconds