Searched refs:ue_top (Results 1 – 2 of 2) sorted by relevance
637 ? (uep->ue_top + uep->ue_size + 1 in u_savecommon()643 && top >= uep->ue_top in u_savecommon()644 && top + 2 <= uep->ue_top + uep->ue_size + 1)) in u_savecommon()648 if (uep->ue_size == 1 && uep->ue_top == top) in u_savecommon()711 uep->ue_top = top; in u_savecommon()1423 undo_write_bytes(bi, (long_u)uep->ue_top, 4); in serialize_uep()1456 uep->ue_top = undo_read_4c(bi); in unserialize_uep()2710 top = uep->ue_top; in u_undoredo()3224 if (uep->ue_top != 0 || uep->ue_bot != 0) in u_find_first_changed()3319 uep->ue_bot = uep->ue_top + uep->ue_size + 1 + extra; in u_getbot()[all …]
392 linenr_T ue_top; // number of line above undo block member