/titanic_44/usr/src/uts/common/syscall/ |
H A D | sem.c | 253 sem_undo_add(short val, ushort_t num, struct sem_undo *undo) in sem_undo_add() argument 255 int newval = undo->un_aoe[num] - val; in sem_undo_add() 259 undo->un_aoe[num] = newval; in sem_undo_add() 272 struct sem_undo *undo; in sem_undo_clear() local 278 for (undo = list_head(&sp->sem_undos); undo; in sem_undo_clear() 279 undo = list_next(&sp->sem_undos, undo)) in sem_undo_clear() 281 undo->un_aoe[i] = 0; in sem_undo_clear() 288 sem_rollback(ksemid_t *sp, struct sembuf *op, int n, struct sem_undo *undo) in sem_rollback() argument 298 ASSERT(undo != NULL); in sem_rollback() 299 (void) sem_undo_add(-op->sem_op, op->sem_num, undo); in sem_rollback() [all …]
|
/titanic_44/usr/src/uts/common/fs/ufs/ |
H A D | ufs_alloc.c | 1563 struct allocsp_undo *undo = NULL; in ufs_allocsp() local 1696 undo = kmem_alloc(sizeof (struct allocsp_undo), in ufs_allocsp() 1698 undo->offset = i; in ufs_allocsp() 1699 undo->blk = allocblk; in ufs_allocsp() 1700 undo->next = ib_undo; in ufs_allocsp() 1701 ib_undo = undo; in ufs_allocsp() 1826 undo = ib_undo; in ufs_allocsp() 1827 err = bmap_set_bn(vp, undo->offset, 0); in ufs_allocsp() 1831 undo->offset); in ufs_allocsp() 1832 free(ip, undo->blk, fs->fs_bsize, I_IBLK); in ufs_allocsp() [all …]
|
/titanic_44/usr/src/cmd/vi/port/ |
H A D | ex_v.c | 476 vok(wchar_t *atube, int undo) in vok() argument 502 if(!undo) { in vok() 515 if(!undo) in vok()
|
H A D | ex.news | 108 4.*"U" (undo line changes) no longer marks file as modified 142 13.*marks no longer lost after undo 146 15.*"/" no longer considered a command (for undo purposes) 148 now correctly undone (by "undo" command) 594 quit to command mode and then did an undo has been fixed. 676 The new option "undomacro" (default on) makes it possible to undo 778 A bug that caused undo to undo more than one macro invocation 800 arrow keys that send escape sequences to cause undo to mess up 878 The undo command will undo an entire macro call as a unit.
|
H A D | ex.h | 479 void undo(bool);
|
H A D | ex_cmdsub.c | 556 undo(1); in pragged() 1199 undo(bool c) in undo() function
|
H A D | ex_cmds.c | 865 undo(c);
|
H A D | ex_vops.c | 141 undo(1);
|
/titanic_44/usr/src/lib/libtecla/common/ |
H A D | getline.c | 248 ViUndo undo; /* Information needed to implement the vi */ member 1816 gl->vi.undo.line = NULL; in new_GetLine() 1817 gl->vi.undo.buff_curpos = 0; in new_GetLine() 1818 gl->vi.undo.ntotal = 0; in new_GetLine() 1819 gl->vi.undo.saved = 0; in new_GetLine() 1950 gl->vi.undo.line = (char *) malloc(linelen + 2); in new_GetLine() 1951 if(!gl->vi.undo.line) { in new_GetLine() 1955 gl->vi.undo.line[0] = '\0'; in new_GetLine() 2077 if(gl->vi.undo.line) in del_GetLine() 2078 free(gl->vi.undo.line); in del_GetLine() [all …]
|
/titanic_44/usr/src/lib/libc/sparc/gen/ |
H A D | strlcpy.s | 124 sub %g4, 4, %g4 ! undo pre-incr
|
/titanic_44/usr/src/uts/sparc/v9/ml/ |
H A D | sparcv9_subr.s | 1502 rdpr %cansave, %o1 ! 'restore' changes, so we can undo
|
/titanic_44/usr/src/lib/libshell/misc/ |
H A D | buildksh93.sh | 143 /* undo ast_map.h #defines to avoid collision */
|
/titanic_44/usr/src/cmd/ed/ |
H A D | ed.c | 283 static void undo(void); 765 undo(); in commands() 3118 undo(void) { in undo() function
|
/titanic_44/usr/src/lib/libcurses/screen/ |
H A D | caps | 152 cursor_normal, "cnorm" "ve" Make cursor appear normal (undo vs/vi) 321 key_undo, "kund" "&8" KEY_UNDO, 0630, undo key 350 key_sundo, "kUND" "!3" KEY_SUNDO, 0626, shifted undo key
|
/titanic_44/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | caps | 157 cursor_normal cnorm ve str Make cursor appear normal (undo vs/vi) 326 key_undo kund &8 str Sent by undo key 355 key_sundo kUND !3 str Sent by shift-undo key
|
/titanic_44/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | caps | 157 cursor_normal cnorm ve str Make cursor appear normal (undo vs/vi) 326 key_undo kund &8 str Sent by undo key 355 key_sundo kUND !3 str Sent by shift-undo key
|
/titanic_44/usr/src/lib/libc/sparcv9/gen/ |
H A D | strlcpy.s | 170 sub %g4, 8, %g4 ! undo counter pre-increment
|
/titanic_44/usr/src/uts/common/os/ |
H A D | cpu.c | 2138 cpu_state_change_hooks(int id, cpu_setup_t what, cpu_setup_t undo) in cpu_state_change_hooks() argument 2152 cpu_setups[i].func(undo, in cpu_state_change_hooks()
|
/titanic_44/usr/src/cmd/sendmail/src/ |
H A D | srvrsmtp.c | 2534 undo: 3010 goto undo;
|
/titanic_44/usr/src/lib/libpp/common/ |
H A D | RELEASE | 441 add pp:identifier pragma to selectively undo PP_COMPILE keywords
|
/titanic_44/usr/src/cmd/ssh/doc/ |
H A D | ChangeLog | 50 undo 524 undo
|
/titanic_44/usr/src/grub/grub-0.97/docs/ |
H A D | grub.info-2 | 563 not support "undo", you can do almost the same thing by just returning
|
H A D | grub.texi | 2052 does not support @dfn{undo}, you can do almost the same thing by just
|
H A D | grub.info | 1868 not support "undo", you can do almost the same thing by just returning
|
/titanic_44/usr/src/cmd/sendmail/cf/m4/ |
H A D | proto.m4 | 1832 dnl undo damage: remove result of tls_client call
|