Home
last modified time | relevance | path

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

/system/core/sh/
Dhistedit.c429 char *editcmd; in histcmd() local
432 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()