Searched refs:bcheck2 (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/awk-20/src/
H A Dlib.c537 bcheck2(bracecnt, '{', '}');
538 bcheck2(brackcnt, '[', ']');
539 bcheck2(parencnt, '(', ')');
542 void bcheck2(int n, int c1, int c2) function
H A Dproto.h133 extern void bcheck2(int, int, int);

Completed in 101 milliseconds