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

/macosx-10.10/Libc-1044.1.2/regex/TRE/lib/
H A Dtre-parse.h31 const tre_char_t *re_end; member in struct:__anon2823
H A Dtre-parse.c202 #define REST(re) (int)(ctx->re_end - (re)), (re)
251 const tre_char_t *re_end = ctx->re_end; local
265 for ( ;re < re_end; re++)
286 if (re + 1 >= re_end)
310 if (re + 1 >= re_end)
323 if (re >= re_end)
330 if (re + 1 >= re_end)
458 if (re >= re_end)
465 if (re + 1 >= re_end)
[all...]
/macosx-10.10/ksh-23/ksh/src/lib/libast/regex/
H A Dregsubexec.c33 if (((b)->re_end - (b)->re_cur) < (n)) \
36 size_t a = ((b)->re_end - (b)->re_buf); \
42 (b)->re_buf = (b)->re_cur = (b)->re_end = 0; \
47 (b)->re_end = (b)->re_buf + a; \
H A Dreglib.h55 char* re_end; /* re_buf end */ \
H A Dregsubcomp.c139 sub->re_buf = sub->re_end = 0;

Completed in 136 milliseconds