Searched refs:editcmd (Results 1 – 1 of 1) sorted by relevance
436 char *editcmd; in histcmd() local441 editcmd = stalloc(cmdlen); in histcmd()442 snprintf(editcmd, cmdlen, "%s %s", editor, editfile); in histcmd()443 evalstring(editcmd, 0); /* XXX - should use no JC command */ in histcmd()