Home
last modified time | relevance | path

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

/freebsd/contrib/libedit/
H A Dreadline.c531 size_t len, with_len, what_len; in _rl_compat_sub() local
535 what_len = strlen(what); in _rl_compat_sub()
540 if (*s == *what && !strncmp(s, what, what_len)) { in _rl_compat_sub()
541 len += with_len - what_len; in _rl_compat_sub()
544 s += what_len; in _rl_compat_sub()
553 if (*s == *what && !strncmp(s, what, what_len)) { in _rl_compat_sub()
556 s += what_len; in _rl_compat_sub()