Lines Matching refs:props

203     char_u	*props = NULL;  in prop_add_one()  local
237 proplen = get_text_props(buf, lnum, &props, TRUE); in prop_add_one()
271 mch_memmove(&tmp_prop, props + i * sizeof(textprop_T), in prop_add_one()
278 mch_memmove(newprops, props, sizeof(textprop_T) * i); in prop_add_one()
291 props + i * sizeof(textprop_T), in prop_add_one()
461 get_text_props(buf_T *buf, linenr_T lnum, char_u **props, int will_change) in get_text_props() argument
482 *props = text + textlen; in get_text_props()
494 char_u *props; in count_props() local
495 int proplen = get_text_props(curbuf, lnum, &props, 0); in count_props()
503 mch_memmove(&prop, props + i * sizeof(prop), sizeof(prop)); in count_props()
520 char_u *props; in find_visible_prop() local
528 count = get_text_props(wp->w_buffer, lnum, &props, FALSE); in find_visible_prop()
531 mch_memmove(prop, props + i * sizeof(textprop_T), in find_visible_prop()
550 set_text_props(linenr_T lnum, char_u *props, int len) in set_text_props() argument
563 mch_memmove(newtext + textlen, props, len); in set_text_props()
1511 char_u *props; in adjust_prop_columns() local
1519 proplen = get_text_props(curbuf, lnum, &props, TRUE); in adjust_prop_columns()
1530 mch_memmove(&prop, props + ri * sizeof(prop), sizeof(prop)); in adjust_prop_columns()
1542 proplen = get_text_props(curbuf, lnum, &props, TRUE); in adjust_prop_columns()
1546 mch_memmove(props + wi * sizeof(textprop_T), &prop, sizeof(textprop_T)); in adjust_prop_columns()
1576 char_u *props; in adjust_props_for_split() local
1587 count = get_text_props(curbuf, lnum_props, &props, FALSE); in adjust_props_for_split()
1602 mch_memmove(&prop, props + i * sizeof(textprop_T), sizeof(textprop_T)); in adjust_props_for_split()
1662 char_u *props; in prepend_joined_props() local
1663 int proplen = get_text_props(curbuf, lnum, &props, FALSE); in prepend_joined_props()
1671 mch_memmove(&prop, props + i * sizeof(prop), sizeof(prop)); in prepend_joined_props()