Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sed/
H A Dprocess.c379 regoff_t re_off, slen; in substitute() local
405 re_off = match[0].rm_so; in substitute()
407 cspace(&SS, s, re_off, APPEND); in substitute()
444 re_off = match[0].rm_so + ((uintptr_t)s - (uintptr_t)ps); in substitute()
446 cspace(&SS, ps, re_off, APPEND); in substitute()