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

/osnet-11/usr/src/lib/libc/port/regex/
H A Dregcmp.c72 #define RIGHT_SQUARE_BRACKET ']' macro
415 if (current_char == RIGHT_SQUARE_BRACKET) {
417 * the leading RIGHT_SQUARE_BRACKET may
429 *compilep = RIGHT_SQUARE_BRACKET;
442 while (current_char != RIGHT_SQUARE_BRACKET) {
499 RIGHT_SQUARE_BRACKET) {
553 /* end while (current_char != RIGHT_SQUARE_BRACKET) */

Completed in 21 milliseconds