Home
last modified time | relevance | path

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

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