Home
last modified time | relevance | path

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

/external/libedit/src/
Dreadline.c467 size_t len, with_len, what_len; in _rl_compat_sub() local
471 what_len = strlen(what); in _rl_compat_sub()
476 if (*s == *what && !strncmp(s, what, what_len)) { in _rl_compat_sub()
477 len += with_len - what_len; in _rl_compat_sub()
480 s += what_len; in _rl_compat_sub()
489 if (*s == *what && !strncmp(s, what, what_len)) { in _rl_compat_sub()
492 s += what_len; in _rl_compat_sub()