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

  /src/external/historical/nawk/dist/
lib.c 704 bcheck2(bracecnt, '{', '}');
705 bcheck2(brackcnt, '[', ']');
706 bcheck2(parencnt, '(', ')');
709 void bcheck2(int n, int c1, int c2) function

Completed in 42 milliseconds