Home
last modified time | relevance | path

Searched refs:openclass (Results 1 – 1 of 1) sorted by relevance

/openbsd/src/usr.bin/awk/
Dlex.c562 int c, openclass = 0; in regexpr() local
570 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()