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