Lines Matching defs:hlast
93 char **hfirst, **hlast, **hp, *editor = NULL;
245 hlast = hist_get_newest(false);
255 hlast = last ? hist_get(last, true, lflag) :
257 if (!hlast)
260 if (hfirst > hlast) {
263 temp = hfirst; hfirst = hlast; hlast = temp;
272 for (hp = rflag ? hlast : hfirst;
273 hp >= hfirst && hp <= hlast; hp += rflag ? -1 : 1) {
300 for (hp = rflag ? hlast : hfirst;
301 hp >= hfirst && hp <= hlast; hp += rflag ? -1 : 1)