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

/illumos-gate/usr/src/cmd/awk/
H A Dlib.c60 static void bcheck2(int, int, int);
541 bcheck2(bracecnt, '{', '}');
542 bcheck2(brackcnt, '[', ']');
543 bcheck2(parencnt, '(', ')');
548 bcheck2(int n, int c1, int c2) function

Completed in 59 milliseconds