Searched defs:he (Results 1 - 2 of 2) sorted by relevance

/system/core/sh/
H A Dhistedit.c173 HistEvent he; local
179 history(hist, &he, H_SETSIZE, histsize);
223 HistEvent he; local
394 history(hist, &he, H_FIRST);
395 retval = history(hist, &he, H_NEXT_EVENT, first);
396 for (;retval != -1; retval = history(hist, &he, direction)) {
399 out1fmt("%5d ", he.num);
400 out1str(he.str);
403 fc_replace(he.str, pat, repl) : he
482 HistEvent he; local
[all...]
H A Dinput.c351 HistEvent he; local
353 history(hist, &he, whichprompt == 1? H_ENTER : H_APPEND,

Completed in 4 milliseconds