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

/haiku/src/kits/tracker/
H A DRegExp.h99 char regstart; // Internal use only. See RegExp.cpp for details. member in struct:BPrivate::regexp
H A DRegExp.cpp88 // regstart char that must begin a match; '\0' if none obvious
363 r->regstart = '\0';
376 r->regstart = *Operand(scan);
383 // the regstart check works with the beginning of the r.e.
957 if (prog->regstart != '\0') {
959 while ((s = strchr(s, prog->regstart)) != NULL) {
1392 if (fRegExp->regstart != '\0')
1393 printf("start `%c' ", fRegExp->regstart);
/haiku/src/build/libgnuregex/
H A Dregex.c2351 Requires variables fail_stack, regstart, regend, reg_info, and
2393 DEBUG_PRINT2 (" start: 0x%x\n", regstart[this_reg]); \
2394 PUSH_FAILURE_ITEM (regstart[this_reg]); \
2466 #define POP_FAILURE_POINT(str, pat, low_reg, high_reg, regstart, regend, reg_info)\
2516 regstart[this_reg] = (const char *) POP_FAILURE_ITEM (); \
2517 DEBUG_PRINT2 (" start: 0x%x\n", regstart[this_reg]); \
3113 FREE_VAR (regstart); \
3227 regnum-th regstart pointer points to where in the pattern we began
3231 const char **regstart, **regend;
3285 regstart
3215 const char **regstart, **regend; local
[all...]

Completed in 46 milliseconds