HomeSort by relevance Sort by last modified time
    Searched refs:bcheck2 (Results 1 - 2 of 2) sorted by null

  /external/one-true-awk/
lib.c 565 bcheck2(bracecnt, '{', '}');
566 bcheck2(brackcnt, '[', ']');
567 bcheck2(parencnt, '(', ')');
570 void bcheck2(int n, int c1, int c2) function
proto.h 134 extern void bcheck2(int, int, int);

Completed in 640 milliseconds