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

/ast/src/cmd/re/
H A Ded.c106 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...]
/ast/src/cmd/pax/
H A Dformat.c103 cmd[0] = cp->undo[0];
104 cmd[1] = cp->undo[1];
110 error(ERROR_SYSTEM|3, "%s: cannot create %s base temporary file %s", ap->name, cp->undo[0], state.tmp.file);
121 error(3, "%s: cannot execute %s filter", ap->name, cp->undo[0]);
125 error(3, "%s: %s filter exit code %d", ap->name, cp->undo[0], n);
127 error(ERROR_SYSTEM|3, "%s: cannot read %s base temporary file %s", ap->name, cp->undo[0], state.tmp.file);
129 error(ERROR_SYSTEM|1, "%s: cannot remove %s base temporary file %s", ap->name, cp->undo[0], state.tmp.file);
H A Dmisc.c1079 * verify that compress undo command exists
1080 * alternate undotoo checked if undo not found
1089 if (!pathpath(cp->undo[0], NiL, PATH_EXECUTE, buf, sizeof(buf)))
1092 error(3, "%s: %s: command required to read compressed archive", ap->name, cp->undo[0]);
1093 cp->undo[0] = cp->undotoo[0];
1095 cp->undo[1] = cp->undotoo[1];
H A Dpax.h328 char* undo[2]; /* compress undo name and arg */ member in struct:Compress_format_s
329 char* undotoo[2]; /* alternate undo */

Completed in 40 milliseconds