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