Searched refs:rm_sp (Results 1 – 5 of 5) sorted by relevance
147 const char *rm_sp, *rm_ep; /* Start pointer, end pointer */ member
1601 ws->rm_sp = astring + ws->rm_so; in int_regwexec()1665 if (op + (i = rm[0].rm_sp - ip) >= end) in int_regwdosuba()1692 } else if (rmp->rm_sp != NULL && rmp->rm_ep != NULL) { in int_regwdosuba()1693 ip = rmp->rm_sp; in int_regwdosuba()1694 if (op + (i = rmp->rm_ep - rmp->rm_sp) >= end) in int_regwdosuba()1704 else if (rm[0].rm_sp == rm[0].rm_ep) { in int_regwdosuba()
378 if (match[0].rm_sp == match[0].rm_ep) { in refield()379 cp = (wchar_t *)match[0].rm_sp; in refield()384 *endpp = (wchar_t *)match[0].rm_sp; in refield()
274 pos = match[0].rm_sp-text+1; in f_match()275 length = match[0].rm_ep - match[0].rm_sp; in f_match()
487 const wchar_t *rm_sp, *rm_ep; member