HomeSort by: relevance | last modified time | path
    Searched defs:undo (Results 1 - 8 of 8) sorted by relevancy

  /src/external/bsd/nvi/dist/common/
log.h 29 undo_t undo; member in struct:_log_state
  /src/bin/ed/
ed.h 80 typedef struct undo { struct
82 /* type of undo nodes */
261 extern long u_current_addr; /* undo.c */
262 extern long u_addr_last; /* undo.c */
  /src/bin/ksh/
vi.c 158 static struct edstate *undo; variable in typeref:struct:edstate
576 if (es->cursor == undo->cursor) {
583 if (es->cursor >= undo->linelen)
586 es->cbuf[es->cursor] = undo->cbuf[es->cursor];
721 undo->winleft = es->winleft;
722 memmove(undo->cbuf, es->cbuf, es->linelen);
723 undo->linelen = es->linelen;
724 undo->cursor = es->cursor;
991 es = undo;
992 undo = t
    [all...]
  /src/external/mit/isl/dist/
isl_tab.c 182 static void free_undo_record(struct isl_tab_undo *undo)
184 switch (undo->type) {
186 free(undo->u.col_var);
190 free(undo);
195 struct isl_tab_undo *undo, *next; local
197 for (undo = tab->top; undo && undo != &tab->bottom; undo = next) {
198 next = undo->next
802 struct isl_tab_undo *undo; local
4016 struct isl_tab_undo *undo, *next; local
    [all...]
  /src/usr.sbin/fstyp/
hammer_disk.h 151 * zone 3 (z,o): undo/redo fifo - fixed zone-2 offset array in volume header
187 * | zone-3 big-blocks for UNDO/REDO FIFO
511 * HAMMER UNDO parameters. The UNDO fifo is mapped directly in the volume
513 * and minimum of (64x8MB) = 512MB may be reserved. The size of the undo
520 * All on-disk HAMMER structures which make up elements of the UNDO FIFO
527 * All undo structures are guaranteed to not cross a 16K filesystem
528 * buffer boundary. Most undo structures are fairly small. Data spaces
530 * as part of an UNDO.
536 * Every undo record has a sequence number. This number is unrelated t
683 struct hammer_fifo_undo undo; member in union:hammer_fifo_any
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
combine.cc 379 struct undo
381 struct undo *next;
395 struct undo *undos;
396 struct undo *frees;
683 the undo table. */
688 struct undo *buf;
722 buf = XNEW (struct undo);
741 struct undo *buf;
750 buf = XNEW (struct undo);
770 struct undo *buf
376 struct undo struct
1446 struct undo *undo, *next; local
4132 struct undo *undo; local
4794 struct undo *undo, *next; local
4841 struct undo *undo, *next; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
combine.cc 383 struct undo
385 struct undo *next;
399 struct undo *undos;
400 struct undo *frees;
685 the undo table. */
690 struct undo *buf;
724 buf = XNEW (struct undo);
743 struct undo *buf;
752 buf = XNEW (struct undo);
772 struct undo *buf
380 struct undo struct
1444 struct undo *undo, *next; local
4114 struct undo *undo; local
4776 struct undo *undo, *next; local
4823 struct undo *undo, *next; local
    [all...]
  /src/external/gpl2/gettext/dist/gettext-tools/misc/
po-mode.el 528 (buffer-undo-list t)
563 (buffer-undo-list t))
677 Modifying entries RET # Call editor _ Undo
760 ["Undo" po-undo
1019 (define-key po-mode-map "_" 'po-undo)
3121 (defun po-undo ()
3122 "Undo the last change to the PO file."
3125 (undo))

Completed in 43 milliseconds