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

/opensolaris-onvv-gate/usr/src/cmd/man/src/util/nsgmls.src/lib/
H A DUndo.cxx29 void UndoTransition::undo(ParserState *parser) function in class:SP_NAMESPACE::UndoTransition
38 void UndoStartTag::undo(ParserState *parser) function in class:SP_NAMESPACE::UndoStartTag
48 void UndoEndTag::undo(ParserState *parser) function in class:SP_NAMESPACE::UndoEndTag
H A DUndo.h30 virtual void undo(ParserState *) = 0;
39 void undo(ParserState *);
49 void undo(ParserState *);
58 void undo(ParserState *);
H A DparseInstance.cxx615 undo(undoList);
653 undo(undoList);
666 void Parser::undo(IList<Undo> &undoList) function in class:SP_NAMESPACE::Parser
670 p->undo(this);
733 IList<Undo> &undo,
765 undo.insert(new (internalAllocator()) UndoEndTag(popSaveElement()));
778 undo.insert(new (internalAllocator())
802 pushElementCheck(e, event, undo, eventList);
1237 undo(undoList);
1394 undo(undoLis
730 tryImplyTag(const Location &loc, unsigned &startImpliedCount, unsigned &attributeListIndex, IList<Undo> &undo, IList<Event> &eventList) argument
[all...]
H A DParser.h214 void undo(IList<Undo> &);
/opensolaris-onvv-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...]
/opensolaris-onvv-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.h281 * FIXUNDO: do we want to mung undo vars?
320 * To effect undo, copies of affected lines are saved after the last
322 * During an open or visual, which uses the command mode undo between
332 var line *unddol; /* End of undo saved lines */
341 * lines put here go back after unddel, and to complete the undo
493 void undo(bool);
H A Dex_cmds.c857 /* undo */
858 tail2of("undo");
860 tail("undo");
865 undo(c);
H A Dex_cmdsub.c45 * shift, tag, yank, z and undo
137 * more commonly we are just moving lines to the undo save area.
212 * Crush out the undo save area, moving the open/visual
322 * is also called by undo.
415 * Put lines in the buffer from the undo save area.
471 * undo area: 3) 1
487 * Get last line of undo area ("3") into linebuf.
497 * into the last line of undo area:
514 * Get the first line of the undo save area into linebuf.
523 * Copy the first line of the undo sav
1197 undo(bool c) function
[all...]
H A Dex_vops.c49 * occurred. Thus on an intelligent terminal we can undo the operation
141 undo(1);
300 /* Arrange that no further undo saving happens within macro */
316 * Initialize undo information before an append.
323 * XPG6 assertion 273: Set vmcurs so that undo positions the
367 * When we move onto a new line, save information for U undo.
492 * and sync then append (but one operation for undo).
602 * column will be set by undo.
639 * cursor column will be set by undo. When
640 * undo i
[all...]
/opensolaris-onvv-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...]
/opensolaris-onvv-gate/usr/src/common/crypto/arcfour/amd64/
H A Darcfour-x86_64.pl217 / --i to undo ++i done at entry
/opensolaris-onvv-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:__anon4430
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...]
/opensolaris-onvv-gate/usr/src/cmd/ed/
H A Ded.c50 "nothing to undo", /* 5 */
284 static void undo(void);
766 undo();
3125 /* The undo command calls this to restore the previous ptr array sav */
3127 /* undo an undo */
3131 undo(void) { function
/opensolaris-onvv-gate/usr/src/lib/libc/sparc/gen/
H A Dstrlcpy.s124 sub %g4, 4, %g4 ! undo pre-incr
/opensolaris-onvv-gate/usr/src/lib/libshell/misc/
H A Dbuildksh93.sh143 /* undo ast_map.h #defines to avoid collision */
/opensolaris-onvv-gate/usr/src/uts/sparc/v9/ml/
H A Dsparcv9_subr.s1502 rdpr %cansave, %o1 ! 'restore' changes, so we can undo
/opensolaris-onvv-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dcaps157 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
/opensolaris-onvv-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dcaps157 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
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DPerlIO.pm184 and will not undo the effects of pseudo layers like C<:utf8>.
/opensolaris-onvv-gate/usr/src/lib/libc/sparcv9/gen/
H A Dstrlcpy.s170 sub %g4, 8, %g4 ! undo counter pre-increment
/opensolaris-onvv-gate/usr/src/uts/common/os/
H A Dcpu.c2129 * Call any state change hooks for this CPU, undo it if error found.
2132 cpu_state_change_hooks(int id, cpu_setup_t what, cpu_setup_t undo) argument
2146 cpu_setups[i].func(undo,
/opensolaris-onvv-gate/usr/src/cmd/sendmail/src/
H A Dsrvrsmtp.c2534 undo:
3010 goto undo;
4068 /* undo change of inchfd */
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/
H A DFile.pm2622 Record locking with fcntl()? Then the module might support an undo

Completed in 372 milliseconds