Home | History | Annotate | Download | only in src

Lines Matching defs:RESTORE

651 //     <pop affected registers to restore their state>
1018 // is used to infer the action needed to restore a register
1020 enum DeferredActionUndoType { IGNORE, RESTORE, CLEAR };
1045 // restore.
1046 undo_action = RESTORE;
1057 undo_action = RESTORE;
1076 undo_action = pc->is_capture() ? CLEAR : RESTORE;
1089 undo_action = RESTORE;
1101 if (undo_action == RESTORE) {
1177 // On backtrack we need to restore state.
1204 // of the negative submatch and restore the character position.