Searched refs:str_len (Results 1 – 3 of 3) sorted by relevance
241 int str_len = *size; in crnl_to_nl() local246 ret = alloc(str_len == 0 ? 1 : str_len); in crnl_to_nl()250 for (pos = 0; pos < str_len; ++pos) in crnl_to_nl()
1839 long version, str_len; in u_read_undo() local1985 str_len = undo_read_4c(&bi); in u_read_undo()1986 if (str_len < 0) in u_read_undo()1988 if (str_len > 0) in u_read_undo()1990 line_ptr.ul_line = read_string_decrypt(&bi, str_len); in u_read_undo()1991 line_ptr.ul_len = str_len + 1; in u_read_undo()
1264 char_idx2byte(char_u *str, size_t str_len, varnumber_T idx) in char_idx2byte() argument1271 while (nchar > 0 && nbyte < str_len) in char_idx2byte()1279 nbyte = str_len; in char_idx2byte()