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

/illumos-gate/usr/src/lib/libc/port/regex/
H A Dregcmp.c70 #define RIGHT_SQUARE_BRACKET ']' macro
413 if (current_char == RIGHT_SQUARE_BRACKET) {
415 * the leading RIGHT_SQUARE_BRACKET may
427 *compilep = RIGHT_SQUARE_BRACKET;
440 while (current_char != RIGHT_SQUARE_BRACKET) {
501 RIGHT_SQUARE_BRACKET) {
553 /* end while (current_char != RIGHT_SQUARE_BRACKET) */

Completed in 130 milliseconds