Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/libedit/
Dreadline.c501 size_t len, with_len, what_len; in _rl_compat_sub() local
505 what_len = strlen(what); in _rl_compat_sub()
510 if (*s == *what && !strncmp(s, what, what_len)) { in _rl_compat_sub()
511 len += with_len - what_len; in _rl_compat_sub()
514 s += what_len; in _rl_compat_sub()
523 if (*s == *what && !strncmp(s, what, what_len)) { in _rl_compat_sub()
526 s += what_len; in _rl_compat_sub()