Home
last modified time | relevance | path

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

/illumos-gate/usr/src/head/
H A Dregex.h150 const char *rm_sp, *rm_ep; /* Start pointer, end pointer */ member
/illumos-gate/usr/src/cmd/awk_xpg4/
H A Dawk1.c1595 ws->rm_sp = astring + ws->rm_so; in int_regwexec()
1659 if (op + (i = rm[0].rm_sp - ip) >= end) in int_regwdosuba()
1686 } else if (rmp->rm_sp != NULL && rmp->rm_ep != NULL) { in int_regwdosuba()
1687 ip = rmp->rm_sp; in int_regwdosuba()
1688 if (op + (i = rmp->rm_ep - rmp->rm_sp) >= end) in int_regwdosuba()
1698 else if (rm[0].rm_sp == rm[0].rm_ep) { in int_regwdosuba()
H A Dawk2.c376 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()
H A Dawk4.c272 pos = match[0].rm_sp-text+1; in f_match()
273 length = match[0].rm_ep - match[0].rm_sp; in f_match()
H A Dawk.h485 const wchar_t *rm_sp, *rm_ep; member