Lines Matching refs:tp_flags
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()
611 dict_add_number(dict, "end", !(prop->tp_flags & TP_FLAG_CONT_NEXT)); in prop_fill_dict()
852 prop_start = !(prop.tp_flags & TP_FLAG_CONT_PREV); in f_prop_find()
853 prop_end = !(prop.tp_flags & TP_FLAG_CONT_NEXT); in f_prop_find()
1619 p->tp_flags |= TP_FLAG_CONT_NEXT; in adjust_props_for_split()
1637 p->tp_flags |= TP_FLAG_CONT_PREV; in adjust_props_for_split()
1672 end = !(prop.tp_flags & TP_FLAG_CONT_NEXT); in prepend_joined_props()
1691 if ((op.tp_flags & TP_FLAG_CONT_PREV) in prepend_joined_props()
1698 op.tp_flags = prop.tp_flags; in prepend_joined_props()