Home
last modified time | relevance | path

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

/freebsd/contrib/libedit/
H A Dreadline.c528 size_t len, with_len, what_len; in _rl_compat_sub() local
532 what_len = strlen(what); in _rl_compat_sub()
537 if (*s == *what && !strncmp(s, what, what_len)) { in _rl_compat_sub()
538 len += with_len - what_len; in _rl_compat_sub()
541 s += what_len; in _rl_compat_sub()
550 if (*s == *what && !strncmp(s, what, what_len)) { in _rl_compat_sub()
553 s += what_len; in _rl_compat_sub()