Searched refs:TP_FLAG_CONT_PREV (Results 1 – 4 of 4) sorted by relevance
284 tmp_prop.tp_flags = (lnum > start_lnum ? TP_FLAG_CONT_PREV : 0) in prop_add_one()504 if (prop.tp_flags & TP_FLAG_CONT_PREV) in count_props()610 dict_add_number(dict, "start", !(prop->tp_flags & TP_FLAG_CONT_PREV)); in prop_fill_dict()852 prop_start = !(prop.tp_flags & TP_FLAG_CONT_PREV); in f_prop_find()1637 p->tp_flags |= TP_FLAG_CONT_PREV; in adjust_props_for_split()1691 if ((op.tp_flags & TP_FLAG_CONT_PREV) in prepend_joined_props()
2751 prop.tp_flags |= TP_FLAG_CONT_PREV; in add_text_props_for_append()3528 if ((above && (prop_del.tp_flags & TP_FLAG_CONT_PREV) in adjust_text_props_for_delete()3531 && !(prop_del.tp_flags & TP_FLAG_CONT_PREV))) in adjust_text_props_for_delete()3565 : TP_FLAG_CONT_PREV; in adjust_text_props_for_delete()
808 #define TP_FLAG_CONT_PREV 2 // property was continued from prev line macro
481 if (top > 0 && has_prop_w_flags(top + 1, TP_FLAG_CONT_PREV)) in u_savecommon()