Searched refs:he (Results 1 – 3 of 3) sorted by relevance
/system/core/sh/ |
D | histedit.c | 173 HistEvent he; in sethistsize() local 179 history(hist, &he, H_SETSIZE, histsize); in sethistsize() 223 HistEvent he; in histcmd() local 394 history(hist, &he, H_FIRST); in histcmd() 395 retval = history(hist, &he, H_NEXT_EVENT, first); in histcmd() 396 for (;retval != -1; retval = history(hist, &he, direction)) { in histcmd() 399 out1fmt("%5d ", he.num); in histcmd() 400 out1str(he.str); in histcmd() 403 fc_replace(he.str, pat, repl) : he.str; in histcmd() 416 history(hist, &he, H_ENTER, s); in histcmd() [all …]
|
D | input.c | 351 HistEvent he; in preadbuffer() local 353 history(hist, &he, whichprompt == 1? H_ENTER : H_APPEND, in preadbuffer()
|
D | TOUR | 319 where the user ended up if he crossed a symbolic link.
|