Searched refs:editfile (Results 1 – 1 of 1) sorted by relevance
205 char *volatile editfile; in histcmd() local240 editfile = NULL; in histcmd()247 if (editfile) in histcmd()248 unlink(editfile); in histcmd()322 error("can't create temporary file %s", editfile); in histcmd()323 editfile = editfilestr; in histcmd()385 editcmd = stalloc(strlen(editor) + strlen(editfile) + 2); in histcmd()386 sprintf(editcmd, "%s %s", editor, editfile); in histcmd()388 readcmdfile(editfile); /* XXX - should read back - quick tst */ in histcmd()389 unlink(editfile); in histcmd()