Home
last modified time | relevance | path

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

/freebsd-14.2/bin/sh/
H A Dhistedit.c622 size_t curpos = end - start, lcstring = -1; in sh_matches() local
691 if (common < lcstring) in sh_matches()
692 lcstring = common; in sh_matches()
711 else if (lcstring != (size_t)-1) in sh_matches()
712 matches[0] = strndup(matches[1], curpos + lcstring); in sh_matches()