Home
last modified time | relevance | path

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

/freebsd/bin/sh/
H A Dhistedit.c443 char *editcmd; in histcmd() local
447 editcmd = stalloc(strlen(editor) + strlen(editfile) + 2); in histcmd()
448 sprintf(editcmd, "%s %s", editor, editfile); in histcmd()
449 evalstring(editcmd, 0); /* XXX - should use no JC command */ in histcmd()