Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/sed/
H A Dprocess.c365 regoff_t re_off, slen; in substitute() local
391 re_off = match[0].rm_so; in substitute()
393 cspace(&SS, s, re_off, APPEND); in substitute()
430 re_off = match[0].rm_so + ((uintptr_t)s - (uintptr_t)ps); in substitute()
432 cspace(&SS, ps, re_off, APPEND); in substitute()