Searched refs:rm_ep (Results 1 – 5 of 5) sorted by relevance
360 match[0].rm_ep = NULL; in refield()363 if (match[0].rm_ep != NULL) { in refield()365 cp = (wchar_t *)match[0].rm_ep; in refield()376 if (match[0].rm_sp == match[0].rm_ep) { in refield()385 match[0].rm_ep = NULL; in refield()
1598 ws->rm_ep = astring + ws->rm_eo; in int_regwexec()1685 } else if (rmp->rm_sp != NULL && rmp->rm_ep != NULL) { in int_regwdosuba()1687 if (op + (i = rmp->rm_ep - rmp->rm_sp) >= end) in int_regwdosuba()1694 ip = rm[0].rm_ep; in int_regwdosuba()1697 else if (rm[0].rm_sp == rm[0].rm_ep) { in int_regwdosuba()
487 const wchar_t *rm_sp, *rm_ep; member
273 length = match[0].rm_ep - match[0].rm_sp; in f_match()
150 const char *rm_sp, *rm_ep; /* Start pointer, end pointer */ member