Home
last modified time | relevance | path

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

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