Home
last modified time | relevance | path

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

/external/mksh/src/
Dhistrap.c93 char **hfirst, **hlast, **hp, *editor = NULL; in c_fc() local
240 hfirst = lflag ? hist_get("-16", true, true) : in c_fc()
242 if (!hfirst) in c_fc()
252 hfirst = hist_get(first, tobool(lflag || last), lflag); in c_fc()
253 if (!hfirst) in c_fc()
256 (lflag ? hist_get_newest(false) : hfirst); in c_fc()
260 if (hfirst > hlast) { in c_fc()
263 temp = hfirst; hfirst = hlast; hlast = temp; in c_fc()
272 for (hp = rflag ? hlast : hfirst; in c_fc()
273 hp >= hfirst && hp <= hlast; hp += rflag ? -1 : 1) { in c_fc()
[all …]