Home
last modified time | relevance | path

Searched refs:with_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
531 with_len = strlen(with); in _rl_compat_sub()
538 len += with_len - what_len; in _rl_compat_sub()
551 memcpy(r, with, with_len); in _rl_compat_sub()
552 r += with_len; in _rl_compat_sub()