Home
last modified time | relevance | path

Searched refs:undo (Results 1 – 25 of 26) sorted by path

12

/illumos-gate/usr/src/cmd/ed/
H A Ded.c282 static void undo(void);
768 undo(); in commands()
3162 undo(void) in undo() function
/illumos-gate/usr/src/cmd/sendmail/cf/m4/
H A Dproto.m41832 dnl undo damage: remove result of tls_client call
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dsrvrsmtp.c2534 undo:
3010 goto undo;
/illumos-gate/usr/src/cmd/vi/port/
H A Dex.h479 void undo(bool);
H A Dex.news108 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 Dex_cmds.c867 undo(c);
H A Dex_cmdsub.c557 undo(1); in pragged()
1204 undo(bool c) in undo() function
H A Dex_v.c474 vok(wchar_t *atube, int undo) in vok() argument
500 if(!undo) { in vok()
513 if(!undo) in vok()
H A Dex_vops.c141 undo(1);
/illumos-gate/usr/src/contrib/ast/src/lib/libast/
H A DRELEASE16 12-06-06 misc/proclib.h: partially undo <ast_standards.h> for leaked ancient bsd-isms
/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A DRELEASE452 add pp:identifier pragma to selectively undo PP_COMPILE keywords
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dgrub.info1868 not support "undo", you can do almost the same thing by just returning
H A Dgrub.info-2563 not support "undo", you can do almost the same thing by just returning
H A Dgrub.texi2052 does not support @dfn{undo}, you can do almost the same thing by just
/illumos-gate/usr/src/lib/libc/sparc/gen/
H A Dstrlcpy.S124 sub %g4, 4, %g4 ! undo pre-incr
/illumos-gate/usr/src/lib/libc/sparcv9/gen/
H A Dstrlcpy.S170 sub %g4, 8, %g4 ! undo counter pre-increment
/illumos-gate/usr/src/lib/libcurses/screen/
H A Dcaps150 cursor_normal, "cnorm" "ve" Make cursor appear normal (undo vs/vi)
319 key_undo, "kund" "&8" KEY_UNDO, 0630, undo key
348 key_sundo, "kUND" "!3" KEY_SUNDO, 0626, shifted undo key
/illumos-gate/usr/src/lib/libtecla/common/
H A Dgetline.c1815 gl->vi.undo.line = NULL; in new_GetLine()
1816 gl->vi.undo.buff_curpos = 0; in new_GetLine()
1817 gl->vi.undo.ntotal = 0; in new_GetLine()
1818 gl->vi.undo.saved = 0; in new_GetLine()
1950 if(!gl->vi.undo.line) { in new_GetLine()
1954 gl->vi.undo.line[0] = '\0'; in new_GetLine()
2076 if(gl->vi.undo.line) in del_GetLine()
2077 free(gl->vi.undo.line); in del_GetLine()
7814 gl->vi.undo.saved = 1; in gl_save_for_undo()
8282 gl->vi.undo.saved = 0; in gl_interpret_char()
[all …]
/illumos-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
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dcaps155 cursor_normal cnorm ve str Make cursor appear normal (undo vs/vi)
324 key_undo kund &8 str Sent by undo key
353 key_sundo kUND !3 str Sent by shift-undo key
/illumos-gate/usr/src/tools/smatch/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()
/illumos-gate/usr/src/tools/smatch/src/
H A Dsmatch_db.c1693 int undo; in split_positive_from_negative() local
1727 undo = assume(compare_expression(expr, SPECIAL_EQUAL, zero_expr())); in split_positive_from_negative()
1736 if (undo) in split_positive_from_negative()
1740 undo = assume(compare_expression(expr, '<', zero_expr())); in split_positive_from_negative()
1749 if (undo) in split_positive_from_negative()
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_alloc.c1562 struct allocsp_undo *undo = NULL; in ufs_allocsp() local
1697 undo->offset = i; in ufs_allocsp()
1698 undo->blk = allocblk; in ufs_allocsp()
1699 undo->next = ib_undo; in ufs_allocsp()
1700 ib_undo = undo; in ufs_allocsp()
1825 undo = ib_undo; in ufs_allocsp()
1826 err = bmap_set_bn(vp, undo->offset, 0); in ufs_allocsp()
1830 undo->offset); in ufs_allocsp()
1832 ib_undo = undo->next; in ufs_allocsp()
1852 undo = ib_undo; in ufs_allocsp()
[all …]
/illumos-gate/usr/src/uts/common/os/
H A Dcpu.c2182 cpu_state_change_hooks(int id, cpu_setup_t what, cpu_setup_t undo) in cpu_state_change_hooks() argument
2196 cpu_setups[i].func(undo, in cpu_state_change_hooks()
/illumos-gate/usr/src/uts/common/syscall/
H A Dsem.c272 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()
321 avl_remove(undo->un_proc->p_semacct, undo); in sem_rmid()
818 undo->un_proc = pp; in sem_undo_alloc()
819 undo->un_sp = sp; in sem_undo_alloc()
848 *un = undo; in sem_undo_alloc()
997 undo = NULL; in semop()
999 if (undo == NULL) { in semop()
1005 &undo)) in semop()
[all …]

12