Searched refs:s_len (Results 1 – 2 of 2) sorted by relevance
487 unsigned s_len; // STRLEN(s) in block_insert() local493 s_len = (unsigned)STRLEN(s); in block_insert()551 newp = alloc(STRLEN(oldp) + s_len + count + 1); in block_insert()564 mch_memmove(newp + startcol, s, (size_t)s_len); in block_insert()565 offset += s_len; in block_insert()585 inserted_bytes(lnum, startcol, s_len); in block_insert()
3675 unsigned s_len = (unsigned)STRLEN(s); in convert_filter() local3678 res = alloc(s_len + 3); in convert_filter()3681 for (i = 0; i < s_len; ++i) in convert_filter()3686 res[s_len] = NUL; in convert_filter()3688 res[s_len + 1] = NUL; in convert_filter()3689 res[s_len + 2] = NUL; in convert_filter()