Lines Matching refs:text_props
302 textprop_T *text_props = NULL; in win_line() local
971 text_props = ALLOC_MULT(textprop_T, text_prop_count); in win_line()
972 if (text_props != NULL) in win_line()
973 mch_memmove(text_props, prop_start, in win_line()
1392 if (text_props != NULL) in win_line()
1405 if (bcol >= text_props[tpi].tp_col - 1 in win_line()
1406 + text_props[tpi].tp_len) in win_line()
1420 && bcol >= text_props[text_prop_next].tp_col - 1) in win_line()
1422 if (bcol <= text_props[text_prop_next].tp_col - 1 in win_line()
1423 + text_props[text_prop_next].tp_len) in win_line()
1435 current_text_props = text_props; in win_line()
1444 wp->w_buffer, text_props[tpi].tp_type); in win_line()
3233 vim_free(text_props); in win_line()