Searched refs:editfile (Results 1 – 1 of 1) sorted by relevance
265 char *volatile editfile; in histcmd() local304 editfile = NULL; in histcmd()311 if (editfile) in histcmd()312 unlink(editfile); in histcmd()386 error("can't create temporary file %s", editfile); in histcmd()387 editfile = editfilestr; in histcmd()449 editcmd = stalloc(strlen(editor) + strlen(editfile) + 2); in histcmd()450 sprintf(editcmd, "%s %s", editor, editfile); in histcmd()452 readcmdfile(editfile, 0 /* verify */); /* XXX - should read back - quick tst */ in histcmd()453 unlink(editfile); in histcmd()