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

  /ndk/sources/host-tools/nawk-20071023/
lib.c 535 bcheck2(bracecnt, '{', '}');
536 bcheck2(brackcnt, '[', ']');
537 bcheck2(parencnt, '(', ')');
540 void bcheck2(int n, int c1, int c2) function
proto.h 136 extern void bcheck2(int, int, int);

Completed in 30 milliseconds