Searched defs:CBRA (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/lib/libgen/inc/
H A D_regexp.h28 #define CBRA 2 macro
/illumos-gate/usr/src/lib/libeti/form/common/
H A Dregcmp.c51 #define CBRA 60 macro
126 *ep++ = CBRA;
205 if (*lastep == CBRA || *lastep == CKET)
211 if (*lastep == CBRA || *lastep == CKET)
H A Dregex.c54 #define CBRA 60 macro
266 case CBRA:
/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dregex.c97 #define CBRA 1 macro
181 if (lastep == 0 || *lastep == CBRA || *lastep == CKET)
230 *ep++ = CBRA;
347 case CBRA:
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dregexpr.c107 #define CBRA 1 macro
191 if (lastep == NULL || *lastep == CBRA ||
241 *ep++ = CBRA;
359 case CBRA:
/illumos-gate/usr/src/head/
H A Dregexp.h40 #define CBRA 2 macro
139 if (lastep == NULL || *lastep == CBRA ||
229 *ep++ = CBRA;
396 case CBRA:
/illumos-gate/usr/src/ucblib/libucb/port/gen/
H A Dregex.c110 #define CBRA 1 macro
197 if (lastep == 0 || *lastep == CBRA || *lastep == CKET)
246 *ep++ = CBRA;
364 case CBRA:

Completed in 50 milliseconds