Lines Matching defs:hfirst
88 char **hfirst, **hlast, **hp;
187 hfirst = lflag ? hist_get("-16", true, true)
189 if (!hfirst)
191 /* can't fail if hfirst didn't fail */
198 hfirst = hist_get(first, (lflag || last) ? true : false,
200 if (!hfirst)
203 : (lflag ? hist_get_newest(false) : hfirst);
207 if (hfirst > hlast) {
210 temp = hfirst; hfirst = hlast; hlast = temp;
219 for (hp = rflag ? hlast : hfirst;
220 hp >= hfirst && hp <= hlast; hp += rflag ? -1 : 1)
241 for (hp = rflag ? hlast : hfirst;
242 hp >= hfirst && hp <= hlast; hp += rflag ? -1 : 1)