Searched defs:undo (Results 1 - 2 of 2) sorted by relevance
/ast/src/cmd/pax/ | ||
H A D | pax.h | 328 char* undo[2]; /* compress undo name and arg */ member in struct:Compress_format_s 329 char* undotoo[2]; /* alternate undo */ |
/ast/src/cmd/re/ | ||
H A D | ed.c | 106 off_t undo; member in struct:__anon199 135 } undo; member in struct:__anon200 455 ed.undo.dot = ed.dot - ed.zero; 456 ed.undo.dol = ed.dol - ed.zero; 461 ed.undo.marks[c] = ed.marks[c]; 467 undo(void) function 484 a1->offset = a1->undo; 485 a1->undo = t; 488 error(2, "nothing to undo"); 492 ed.marks[c] = ed.undo [all...] |
Completed in 15 milliseconds