Lines Matching refs:hfirst
93 char **hfirst, **hlast, **hp, *editor = NULL;
240 hfirst = lflag ? hist_get("-16", true, true) :
242 if (!hfirst)
244 /* can't fail if hfirst didn't fail */
252 hfirst = hist_get(first, tobool(lflag || last), lflag);
253 if (!hfirst)
256 (lflag ? hist_get_newest(false) : hfirst);
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)