Searched refs:rm_ep (Results 1 – 5 of 5) sorted by relevance
362 match[0].rm_ep = NULL; in refield()365 if (match[0].rm_ep != NULL) { in refield()367 cp = (wchar_t *)match[0].rm_ep; in refield()378 if (match[0].rm_sp == match[0].rm_ep) { in refield()387 match[0].rm_ep = NULL; in refield()
1605 ws->rm_ep = astring + ws->rm_eo; in int_regwexec()1692 } else if (rmp->rm_sp != NULL && rmp->rm_ep != NULL) { in int_regwdosuba()1694 if (op + (i = rmp->rm_ep - rmp->rm_sp) >= end) in int_regwdosuba()1701 ip = rm[0].rm_ep; in int_regwdosuba()1704 else if (rm[0].rm_sp == rm[0].rm_ep) { in int_regwdosuba()
487 const wchar_t *rm_sp, *rm_ep; member
275 length = match[0].rm_ep - match[0].rm_sp; in f_match()
147 const char *rm_sp, *rm_ep; /* Start pointer, end pointer */ member