Home
last modified time | relevance | path

Searched refs:editfile (Results 1 – 1 of 1) sorted by relevance

/freebsd/bin/sh/
H A Dhistedit.c263 char *volatile editfile; in histcmd() local
302 editfile = NULL; in histcmd()
309 if (editfile) in histcmd()
310 unlink(editfile); in histcmd()
384 error("can't create temporary file %s", editfile); in histcmd()
385 editfile = editfilestr; in histcmd()
447 editcmd = stalloc(strlen(editor) + strlen(editfile) + 2); in histcmd()
448 sprintf(editcmd, "%s %s", editor, editfile); in histcmd()
450 readcmdfile(editfile, 0 /* verify */); /* XXX - should read back - quick tst */ in histcmd()
451 unlink(editfile); in histcmd()