Home
last modified time | relevance | path

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

/external/mksh/src/
Dhistrap.c99 char **hfirst, **hlast, **hp, *editor = NULL; in c_fc() local
246 hfirst = lflag ? hist_get("-16", true, true) : in c_fc()
248 if (!hfirst) in c_fc()
258 hfirst = hist_get(first, tobool(lflag || last), lflag); in c_fc()
259 if (!hfirst) in c_fc()
262 (lflag ? hist_get_newest(false) : hfirst); in c_fc()
266 if (hfirst > hlast) { in c_fc()
269 temp = hfirst; hfirst = hlast; hlast = temp; in c_fc()
278 for (hp = rflag ? hlast : hfirst; in c_fc()
279 hp >= hfirst && hp <= hlast; hp += rflag ? -1 : 1) { in c_fc()
[all …]