Searched defs:undo (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/vi/port/
H A Dex_v.c393 * at some point, and then quit from the visual and undo
476 vok(wchar_t *atube, int undo) argument
502 if(!undo) {
515 if(!undo)
H A Dex_cmdsub.c47 * shift, tag, yank, z and undo
139 * more commonly we are just moving lines to the undo save area.
214 * Crush out the undo save area, moving the open/visual
324 * is also called by undo.
417 * Put lines in the buffer from the undo save area.
473 * undo area: 3) 1
489 * Get last line of undo area ("3") into linebuf.
499 * into the last line of undo area:
516 * Get the first line of the undo save area into linebuf.
525 * Copy the first line of the undo sav
1199 undo(bool c) function
[all...]
/illumos-gate/usr/src/uts/common/syscall/
H A Dsem.c72 * Removing the undo structure tunables involved a serious redesign of
73 * how they were implemented. There is now one undo structure for
76 * to. To avoid scalability and performance problems, the undo
83 * The latter is used when removing the semaphore, so the undo
86 * The undo structure itself contains pointers to the ksemid and proc
88 * adjust-on-exit (AOE) values. When an undo structure is allocated it
97 * sem_rmid, holding the ID lock, iterates through all undo structures
99 * see if p_semacct is NULL. If it is, it skips that undo structure
100 * and continues to the next. Otherwise, it removes the undo structure
102 * hold that the undo structur
253 sem_undo_add(short val, ushort_t num, struct sem_undo *undo) argument
272 struct sem_undo *undo; local
288 sem_rollback(ksemid_t *sp, struct sembuf *op, int n, struct sem_undo *undo) argument
309 struct sem_undo *undo; local
610 struct sem_undo *undo; local
810 struct sem_undo *undo; local
876 struct sem_undo *undo; local
[all...]
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_alloc.c1562 struct allocsp_undo *ib_undo = NULL; /* ib undo */
1563 struct allocsp_undo *undo = NULL; local
1608 /* Back up the direct block list, used for undo later if necessary */
1695 /* Save undo information */
1696 undo = kmem_alloc(sizeof (struct allocsp_undo),
1698 undo->offset = i;
1699 undo->blk = allocblk;
1700 undo->next = ib_undo;
1701 ib_undo = undo;
1802 * Since we couldn't allocate completely, we will undo th
[all...]
/illumos-gate/usr/src/cmd/ed/
H A Ded.c51 "nothing to undo", /* 5 */
283 static void undo(void);
765 undo();
3112 /* The undo command calls this to restore the previous ptr array sav */
3114 /* undo an undo */
3118 undo(void) { function
/illumos-gate/usr/src/uts/common/os/
H A Dcpu.c2135 * Call any state change hooks for this CPU, undo it if error found.
2138 cpu_state_change_hooks(int id, cpu_setup_t what, cpu_setup_t undo) argument
2152 cpu_setups[i].func(undo,
/illumos-gate/usr/src/lib/libtecla/common/
H A Dgetline.c208 * undo command. It records a copy of the input line from before
248 ViUndo undo; /* Information needed to implement the vi */ member in struct:__anon4074
249 /* undo command. */
1065 * by the vi undo command.
1440 {"vi-undo", gl_vi_undo},
1663 {"M-u", "vi-undo"},
1816 gl->vi.undo.line = NULL;
1817 gl->vi.undo.buff_curpos = 0;
1818 gl->vi.undo.ntotal = 0;
1819 gl->vi.undo
[all...]

Completed in 77 milliseconds