Searched refs:openclass (Results 1 – 1 of 1) sorted by relevance
562 int c, openclass = 0; in regexpr() local570 for ( ; ((c = input()) != '/' || openclass > 0) && c != 0; ) { in regexpr()590 if (openclass == 0 || nextc == ':' || in regexpr()592 if (++openclass == 1) in regexpr()595 } else if (c == ']' && openclass > 0) { in regexpr()602 openclass--; in regexpr()