Searched refs:subex (Results 1 – 1 of 1) sorted by relevance
489 size_t subex, totalsize; in edithost() local497 subex = !!regex.re_nsub; in edithost()498 totalsize = match[subex].rm_eo - match[subex].rm_so + 1; in edithost()499 strlcpy(editedhost, HN + match[subex].rm_so, totalsize > in edithost()