Searched defs:u_entry (Results 1 – 1 of 1) sorted by relevance
389 struct u_entry struct391 u_entry_T *ue_next; // pointer to next entry in list argument392 linenr_T ue_top; // number of line above undo block393 linenr_T ue_bot; // number of line below undo block394 linenr_T ue_lcount; // linecount when u_save called395 undoline_T *ue_array; // array of lines in undo block396 long ue_size; // number of lines in ue_array398 int ue_magic; // magic number to check allocation