Lines Matching refs:ml_line_len
238 textlen = buf->b_ml.ml_line_len - proplen * sizeof(textprop_T); in prop_add_one()
260 newtext = alloc(buf->b_ml.ml_line_len + sizeof(textprop_T)); in prop_add_one()
297 buf->b_ml.ml_line_len += sizeof(textprop_T); in prop_add_one()
475 proplen = buf->b_ml.ml_line_len - textlen; in get_text_props()
567 curbuf->b_ml.ml_line_len = textlen + len; in set_text_props()
688 if ((size_t)buf->b_ml.ml_line_len > len) in f_prop_clear()
701 buf->b_ml.ml_line_len = (int)len; in f_prop_clear()
819 int count = (int)((buf->b_ml.ml_line_len - textlen) in f_prop_find()
895 col = dir < 0 ? buf->b_ml.ml_line_len : 1; in f_prop_find()
929 int count = (int)((buf->b_ml.ml_line_len - textlen) in f_prop_list()
1037 if ((size_t)buf->b_ml.ml_line_len > len) in f_prop_remove()
1042 for (idx = 0; idx < (buf->b_ml.ml_line_len - len) in f_prop_remove()
1055 char_u *newptr = alloc(buf->b_ml.ml_line_len); in f_prop_remove()
1061 buf->b_ml.ml_line_len); in f_prop_remove()
1069 taillen = buf->b_ml.ml_line_len - len in f_prop_remove()
1074 buf->b_ml.ml_line_len -= sizeof(textprop_T); in f_prop_remove()
1522 textlen = curbuf->b_ml.ml_line_len - proplen * sizeof(textprop_T); in adjust_prop_columns()
1557 curbuf->b_ml.ml_line_len = newlen; in adjust_prop_columns()