Searched refs:rm_sp (Results 1 – 5 of 5) sorted by relevance
150 const char *rm_sp, *rm_ep; /* Start pointer, end pointer */ member
1594 ws->rm_sp = astring + ws->rm_so; in int_regwexec()1658 if (op + (i = rm[0].rm_sp - ip) >= end) in int_regwdosuba()1685 } else if (rmp->rm_sp != NULL && rmp->rm_ep != NULL) { in int_regwdosuba()1686 ip = rmp->rm_sp; in int_regwdosuba()1687 if (op + (i = rmp->rm_ep - rmp->rm_sp) >= end) in int_regwdosuba()1697 else if (rm[0].rm_sp == rm[0].rm_ep) { in int_regwdosuba()
376 if (match[0].rm_sp == match[0].rm_ep) { in refield()377 cp = (wchar_t *)match[0].rm_sp; in refield()382 *endpp = (wchar_t *)match[0].rm_sp; in refield()
272 pos = match[0].rm_sp-text+1; in f_match()273 length = match[0].rm_ep - match[0].rm_sp; in f_match()
487 const wchar_t *rm_sp, *rm_ep; member