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

/netbsd-6-1-5-RELEASE/external/bsd/tre/dist/tests/
H A Dretest.c119 #ifndef REG_OK
120 #define REG_OK 0 macro
121 #endif /* REG_OK */
602 0, REG_OK, 9, 17, 9, 17, END);
609 0, REG_OK, 9, 10, 9, 10, END);
612 0, REG_OK, 9, 10, 9, 10, END);
615 0, REG_OK, 9, 10, 9, 10, END);
621 test_exec("xirefoabralfobarxie", 0, REG_OK, 11, 16, 11, 16, END);
625 test_exec("xirefoabrzlfd", 0, REG_OK, 4, 9, 4, 9, END);
630 test_exec("oobargoobaploowap", 0, REG_OK,
[all...]
H A Drandtest.c69 if (status == REG_OK)
/netbsd-6-1-5-RELEASE/external/bsd/tre/dist/lib/
H A Dtre-stack.h35 has not yet been reached. Returns REG_OK if successful. */
64 if (status != REG_OK) \
72 if (_status != REG_OK) \
H A Dtre-parse.c117 status = array[*i] == NULL ? REG_ESPACE : REG_OK;
128 reg_errcode_t status = REG_OK;
134 for (j = 0; (j < 256) && (status == REG_OK); j++)
153 if (min >= 0 && status == REG_OK)
269 reg_errcode_t status = REG_OK;
276 while (status == REG_OK)
349 /* CONSTCOND */if (status == REG_OK && TRE_MB_CUR_MAX == 1)
373 if (status != REG_OK)
384 if (status != REG_OK)
391 if (ctx->cflags & REG_ICASE && !class && status == REG_OK
[all...]
H A Dtre.h45 #ifndef REG_OK
46 #define REG_OK 0 macro
47 #endif /* !REG_OK */
86 REG_OK = 0, /* No error. */
H A Dtre-compile.c66 return REG_OK;
98 return REG_OK;
147 reg_errcode_t status = REG_OK;
203 if (status != REG_OK)
662 reg_errcode_t status = REG_OK;
672 while (status == REG_OK && tre_stack_num_objects(stack) > bottom)
675 if (status != REG_OK)
805 reg_errcode_t status = REG_OK;
822 while (status == REG_OK && tre_stack_num_objects(stack) > bottom)
827 if (status != REG_OK)
[all...]
H A Dtre-stack.c104 return REG_OK;
H A Dregexec.c176 if (status == REG_OK)
286 if (status == REG_OK)
H A Dtre-match-parallel.c483 return match_eo >= 0 ? REG_OK : REG_NOMATCH;
H A Dtre-match-backtrack.c638 ret = match_eo >= 0 ? REG_OK : REG_NOMATCH;
H A Dtre-match-approx.c795 return match_eo >= 0 ? REG_OK : REG_NOMATCH;
/netbsd-6-1-5-RELEASE/external/bsd/tre/dist/src/
H A Dagrep.c271 case REG_OK:
381 if ((!invert_match && errcode == REG_OK)
764 if (tre_regexec(&delim, "", 0, NULL, 0) == REG_OK)
/netbsd-6-1-5-RELEASE/external/bsd/tre/dist/python/
H A Dtre-python.c373 if (rc == REG_OK)
476 if (rc != REG_OK)

Completed in 121 milliseconds