Home | History | Annotate | Download | only in regexp

Lines Matching refs:RESTORE

787 //     <pop affected registers to restore their state>
1254 // is used to infer the action needed to restore a register
1256 enum DeferredActionUndoType { IGNORE, RESTORE, CLEAR };
1282 // restore.
1283 undo_action = RESTORE;
1294 undo_action = RESTORE;
1313 undo_action = pc->is_capture() ? CLEAR : RESTORE;
1326 undo_action = RESTORE;
1338 if (undo_action == RESTORE) {
1421 // On backtrack we need to restore state.
1448 // of the negative submatch and restore the character position.