HomeSort by: relevance | last modified time | path
    Searched defs:with_len (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libedit/
readline.c 530 size_t len, with_len, what_len; local in function:_rl_compat_sub
533 with_len = strlen(with);
540 len += with_len - what_len;
553 memcpy(r, with, with_len);
554 r += with_len;
readline.c 530 size_t len, with_len, what_len; local in function:_rl_compat_sub
533 with_len = strlen(with);
540 len += with_len - what_len;
553 memcpy(r, with, with_len);
554 r += with_len;

Completed in 124 milliseconds