| /onnv-gate/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 …]
|
| /onnv-gate/usr/src/cmd/man/src/util/nsgmls.src/lib/ |
| H A D | Undo.h | 30 virtual void undo(ParserState *) = 0; 39 void undo(ParserState *); 49 void undo(ParserState *); 58 void undo(ParserState *);
|
| H A D | Undo.cxx | 29 void UndoTransition::undo(ParserState *parser) in undo() function in SP_NAMESPACE::UndoTransition 38 void UndoStartTag::undo(ParserState *parser) in undo() function in SP_NAMESPACE::UndoStartTag 48 void UndoEndTag::undo(ParserState *parser) in undo() function in SP_NAMESPACE::UndoEndTag
|
| H A D | parseInstance.cxx | 615 undo(undoList); in acceptPcdata() 653 undo(undoList); in acceptStartTag() 666 void Parser::undo(IList<Undo> &undoList) in undo() function in SP_NAMESPACE::Parser 670 p->undo(this); in undo() 733 IList<Undo> &undo, in tryImplyTag() argument 765 undo.insert(new (internalAllocator()) UndoEndTag(popSaveElement())); in tryImplyTag() 778 undo.insert(new (internalAllocator()) in tryImplyTag() 802 pushElementCheck(e, event, undo, eventList); in tryImplyTag() 1237 undo(undoList); in handleBadStartTag() 1394 undo(undoList);
|
| H A D | Parser.h | 214 void undo(IList<Undo> &);
|
| /onnv-gate/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 …]
|
| /onnv-gate/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 | 493 void undo(bool);
|
| H A D | ex_cmdsub.c | 554 undo(1); in pragged() 1197 undo(bool c) in undo() function
|
| H A D | ex_cmds.c | 865 undo(c);
|
| H A D | ex_vops.c | 141 undo(1);
|
| /onnv-gate/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 …]
|
| /onnv-gate/usr/src/lib/libc/sparc/gen/ |
| H A D | strlcpy.s | 124 sub %g4, 4, %g4 ! undo pre-incr
|
| /onnv-gate/usr/src/uts/sparc/v9/ml/ |
| H A D | sparcv9_subr.s | 1502 rdpr %cansave, %o1 ! 'restore' changes, so we can undo
|
| /onnv-gate/usr/src/lib/libshell/misc/ |
| H A D | buildksh93.sh | 143 /* undo ast_map.h #defines to avoid collision */
|
| /onnv-gate/usr/src/cmd/ed/ |
| H A D | ed.c | 284 static void undo(void); 766 undo(); in commands() 3131 undo(void) { in undo() function
|
| /onnv-gate/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
|
| /onnv-gate/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
|
| /onnv-gate/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
|
| /onnv-gate/usr/src/lib/libc/sparcv9/gen/ |
| H A D | strlcpy.s | 170 sub %g4, 8, %g4 ! undo counter pre-increment
|
| /onnv-gate/usr/src/uts/common/os/ |
| H A D | cpu.c | 2132 cpu_state_change_hooks(int id, cpu_setup_t what, cpu_setup_t undo) in cpu_state_change_hooks() argument 2146 cpu_setups[i].func(undo, in cpu_state_change_hooks()
|
| /onnv-gate/usr/src/cmd/sendmail/src/ |
| H A D | srvrsmtp.c | 2534 undo: 3010 goto undo;
|
| /onnv-gate/usr/src/lib/libpp/common/ |
| H A D | RELEASE | 441 add pp:identifier pragma to selectively undo PP_COMPILE keywords
|
| /onnv-gate/usr/src/common/openssl/crypto/des/asm/ |
| H A D | des_enc.m4 | 560 ! initially undo the rotate 3 left done after initial permutation
|