Searched refs:editcmd (Results 1 – 1 of 1) sorted by relevance
429 char *editcmd; in histcmd() local432 editcmd = stalloc(strlen(editor) + strlen(editfile) + 2); in histcmd()433 sprintf(editcmd, "%s %s", editor, editfile); in histcmd()434 evalstring(editcmd, 0); /* XXX - should use no JC command */ in histcmd()