Home
last modified time | relevance | path

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

/freebsd-14.2/bin/sh/
H A Dhistedit.c267 char *volatile editfile; in histcmd() local
306 editfile = NULL; in histcmd()
313 if (editfile) in histcmd()
314 unlink(editfile); in histcmd()
388 error("can't create temporary file %s", editfile); in histcmd()
389 editfile = editfilestr; in histcmd()
451 editcmd = stalloc(strlen(editor) + strlen(editfile) + 2); in histcmd()
452 sprintf(editcmd, "%s %s", editor, editfile); in histcmd()
454 readcmdfile(editfile, 0 /* verify */); /* XXX - should read back - quick tst */ in histcmd()
455 unlink(editfile); in histcmd()