Home
last modified time | relevance | path

Searched refs:undo (Results 1 - 25 of 34) sorted by relevance

12

/third_party/toybox/toys/other/
H A Dhexedit.c33 int numlen, undo, undolen;
198 ll[TT.undo] = pos; in hexedit_main()
199 toybuf[(sizeof(long long)*UNDO_LEN)+TT.undo++] = TT.data[pos]; in hexedit_main()
201 TT.undo %= UNDO_LEN; in hexedit_main()
220 if (!TT.undo) TT.undo = UNDO_LEN; in hexedit_main()
221 pos = ll[--TT.undo]; in hexedit_main()
222 TT.data[pos] = toybuf[sizeof(long long)*UNDO_LEN+TT.undo]; in hexedit_main()
/third_party/python/Lib/idlelib/
H A Dundo.py12 #$ event <<undo>>
16 #$ event <<dump-undo-state>>
31 self.unbind("<<undo>>")
33 self.unbind("<<dump-undo-state>>")
36 self.bind("<<undo>>", self.undo_event)
38 self.bind("<<dump-undo-state>>", self.dump_event)
90 # undo & redo. Nested matching calls are OK, and the inner calls
94 # directly into the undo list, as if undo_block_xxx hadn't been
131 ##print "truncating undo list"
144 cmd.undo(sel
189 def undo(self, text): global() member in Command
231 def undo(self, text): global() member in InsertCommand
292 def undo(self, text): global() member in DeleteCommand
328 def undo(self, text): global() member in CommandSequence
[all...]
H A Dformat.py398 undo = self.editwin.undo
399 undo.undo_block_start()
421 undo.undo_block_stop()
H A Deditor.py54 from idlelib.undo import UndoDelegator
271 self.undo = undo = self.UndoDelegator()
272 per.insertfilter(undo)
273 text.undo_block_start = undo.undo_block_start
274 text.undo_block_stop = undo.undo_block_stop
275 undo.set_saved_change_hook(self.saved_change_hook)
836 self.per.insertfilterafter(filter=self.color, after=self.undo)
1062 return self.undo.get_saved()
1065 self.undo
[all...]
H A Dsidebar.py290 # Insert the delegator after the undo delegator, so that line numbers
291 # are properly updated after undo and redo actions.
293 after=self.editwin.undo)
H A Dpyshell.py52 from idlelib.undo import UndoDelegator
375 # always use the "stdin" tag. This is needed for undo-ing
/third_party/musl/src/thread/
H A Dpthread_once.c3 static void undo(void *control) in undo() function
21 pthread_cleanup_push(undo, control); in __pthread_once_full()
/third_party/musl/porting/linux/user/src/thread/
H A Dpthread_once.c3 static void undo(void *control) in undo() function
21 pthread_cleanup_push(undo, control); in __pthread_once_full()
/third_party/ltp/tools/sparse/sparse-src/Documentation/sphinx/
H A Dcdoc.py80 def undo(self): member in Lines
93 lines.undo()
135 lines.undo() ## end of doc-block
143 lines.undo()
155 lines.undo()
/third_party/mbedtls/scripts/
H A Dprepare_release.sh10 -u Prepare for development (undo the release preparation)
24 unrelease= # if non-empty, we're in undo-release mode
/third_party/python/Lib/idlelib/idle_test/
H A Dmock_idle.py46 self.undo = UndoDelegator()
55 '''Minimally imitate undo.UndoDelegator class.
57 # A real undo block is only needed for user interaction.
H A Dtest_undo.py1 "Test undo, coverage 77%."
4 from idlelib.undo import UndoDelegator
44 text.event_generate('<<undo>>')
51 text.event_generate('<<undo>>')
53 text.event_generate('<<undo>>')
55 text.event_generate('<<undo>>')
57 text.event_generate('<<undo>>')
67 text.event_generate('<<undo>>')
86 text.event_generate('<<undo>>')
127 # when number of undo operation
[all...]
H A Dtest_sidebar.py28 self.undo = Delegator()
29 self.per.insertfilter(self.undo)
599 text.event_generate('<<undo>>')
/third_party/ntfs-3g/ntfsprogs/
H A Dntfsrecover.c158 BOOL optu; /* count of transaction sets to undo */
871 /* if there is undo data, offset must be >= 0x28 */ in likelyop()
874 /* undo data and redo data should be contiguous when both present */ in likelyop()
876 /* undo and redo data may be the same when both present and same size */ in likelyop()
883 /* undo expected just after redo */ in likelyop()
890 /* redo expected just after undo */ in likelyop()
902 * undo and redo operations are null in likelyop()
1329 printf("undo fixup %dU %s attr 0x%x offs 0x%x\n", in fixup()
1334 * When this is a redo (with a NoOp undo), the in fixup()
1336 * When this is an undo (wit in fixup()
1866 unsigned int undo; detaillogr() local
[all...]
H A Dplaylog.c2 * Redo or undo a list of logged actions
830 * and the actual record does not fully match the undo data.
3706 u32 undo; in undo_update_resident() local
3716 undo = get_undo_offset(&action->record); in undo_update_resident()
3717 if ((undo + length) > end) in undo_update_resident()
3720 data = ((const char*)&action->record) + undo; in undo_update_resident()
3866 * No undo data, we cannot undo, sometimes the redo in undo_update_value()
3871 printf("Cannot undo, there is no undo dat in undo_update_value()
3887 u32 undo; undo_write_end() local
3954 u32 undo; undo_write_index() local
[all...]
/third_party/python/Lib/turtledemo/
H A Drosette.py14 Followed by a complete undo().
57 t.undo()
/third_party/eudev/hm_src/
H A Dkeyboard-keys-from-name.h326 {"undo", KEY_UNDO}, in keyboard_lookup_key()
/third_party/mksh/
H A Dedit.c3568 static struct edstate *undo; variable
3632 undo = &undobuf; in x_vi()
4049 if (vs->cursor == undo->cursor) { in vi_insert()
4056 if (vs->cursor >= undo->linelen) in vi_insert()
4059 vs->cbuf[vs->cursor] = undo->cbuf[vs->cursor]; in vi_insert()
4190 undo->winleft = vs->winleft; in vi_cmd()
4191 memmove(undo->cbuf, vs->cbuf, vs->linelen); in vi_cmd()
4192 undo->linelen = vs->linelen; in vi_cmd()
4193 undo->cursor = vs->cursor; in vi_cmd()
4487 vs = undo; in vi_cmd()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp2378 virtual void undo() = 0;
2444 void undo() override {
2470 void undo() override {
2502 void undo() override {
2527 void undo() override {
2553 void undo() override {
2579 void undo() override {
2601 void undo() override {
2648 void undo() override {
2705 void undo() overrid
[all...]
/third_party/elfutils/src/
H A Dunstrip.c1096 Elf_Scn *undo = NULL; in find_alloc_sections_prelink()
1104 undo = sec->scn; in find_alloc_sections_prelink()
1112 if (undo != NULL) in find_alloc_sections_prelink()
1118 Elf_Data *undodata = elf_rawdata (undo, NULL); in find_alloc_sections_prelink()
1094 Elf_Scn *undo = NULL; find_alloc_sections_prelink() local
/third_party/python/Lib/
H A Dturtle.py69 - Turtles now have an undo()-method with configurable undo-buffer.
139 'turtlesize', 'undo', 'undobufferentries', 'up', 'width',
2593 by the undo() function.
2611 ... undo()
3166 ## Version with undo-stuff
3215 """Reverse a _goto. Used for undo()
3261 ## if undo is done during creating a polygon, the last vertex
3264 ## Polygons created before the last one will not be affected by undo()
3609 """Does the main part of the work for undo()
3640 def undo(self): global() member in RawTurtle
[all...]
/third_party/toybox/generated/
H A Dglobals.h276 int numlen, undo, undolen; member
/third_party/node/deps/v8/src/regexp/
H A Dregexp-compiler.cc466 // need to undo a setting on backtrack, because we in PerformDeferredActions()
493 // Prepare for the undo-action (e.g., push if it's going to be popped). in PerformDeferredActions()
541 // Generate deferred actions here along with code to undo them again. in Flush()
563 Label undo; in Flush() local
564 assembler->PushBacktrack(&undo); in Flush()
574 assembler->BindJumpTarget(&undo); in Flush()
/third_party/libunwind/libunwind/doc/
H A Dlibunwind-dynamic.tex52 the prologue. In fact, a single epilogue may undo the effect of the
/third_party/glfw/deps/
H A Dnuklear.h4225 * downside in comparison with the other two approaches is missing undo/redo.
4227 * For UIs that require undo/redo the second way was created. It is based on
4228 * a fixed size nk_text_edit struct, which has an internal undo/redo stack.
4298 struct nk_text_undo_state undo; member
5591 * undo/redo stack. Therefore it does not make sense to have one for
21908 /* delete characters while updating undo */ in nk_textedit_delete()
22041 /* remove the undo since we didn't actually insert the characters */ in nk_textedit_paste()
22042 if (state->undo.undo_point) in nk_textedit_paste()
22043 --state->undo.undo_point; in nk_textedit_paste()
22414 /* discard the oldest entry in the undo lis in nk_textedit_discard_undo()
[all...]

Completed in 124 milliseconds

12