Home
last modified time | relevance | path

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

/titanic_41/usr/src/head/
H A Dregex.h147 const char *rm_sp, *rm_ep; /* Start pointer, end pointer */ member
/titanic_41/usr/src/cmd/awk_xpg4/
H A Dawk1.c1601 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()
H A Dawk2.c378 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()
H A Dawk4.c274 pos = match[0].rm_sp-text+1; in f_match()
275 length = match[0].rm_ep - match[0].rm_sp; in f_match()
H A Dawk.h487 const wchar_t *rm_sp, *rm_ep; member