Home | History | Annotate | Download | only in sed

Lines Matching defs:backup

664 /* Compute the name of the backup file for in-place editing */
670 char *old_asterisk, *asterisk, *backup, *p;
673 /* Compute the length of the backup file */
679 p = backup = xmalloc(backup_length + 1);
694 return backup;