Home
last modified time | relevance | path

Searched refs:rm_ep (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/awk_xpg4/
H A Dawk2.c360 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()
H A Dawk1.c1598 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()
H A Dawk.h487 const wchar_t *rm_sp, *rm_ep; member
H A Dawk4.c273 length = match[0].rm_ep - match[0].rm_sp; in f_match()
/illumos-gate/usr/src/head/
H A Dregex.h150 const char *rm_sp, *rm_ep; /* Start pointer, end pointer */ member