Home
last modified time | relevance | path

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

/system/core/sh/
Dhistedit.c108 char *term, *shname; in histedit() local
127 shname = arg0; in histedit()
128 if (shname[0] == '-') in histedit()
129 shname++; in histedit()
130 el = el_init(shname, el_in, el_out, el_err); in histedit()