Home
last modified time | relevance | path

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

/minix3/bin/sh/
H A Dhistedit.c436 char *editcmd; in histcmd() local
441 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()