Searched refs:u_type (Results 1 – 1 of 1) sorted by relevance
451 uint8_t u_type; // 0=deleted, 1=inserted, 2=swapped member1609 static void undo_push(char *src, unsigned length, int u_type) in undo_push() argument1613 int use_spos = u_type & UNDO_USE_SPOS; in undo_push()1631 switch (u_type) { in undo_push()1677 u_type &= ~UNDO_USE_SPOS; in undo_push()1681 if (u_type == UNDO_DEL || u_type == UNDO_DEL_CHAIN) { in undo_push()1702 undo_entry->u_type = u_type; in undo_push()1744 switch (undo_entry->u_type) { in undo_pop()1773 switch (undo_entry->u_type) { in undo_pop()