Lines Matching full:hfirst
83 char **hfirst, **hlast, **hp;
195 hfirst = lflag ? hist_get("-16", true, true) :
197 if (!hfirst)
199 /* can't fail if hfirst didn't fail */
207 hfirst = hist_get(first, tobool(lflag || last), lflag);
208 if (!hfirst)
211 (lflag ? hist_get_newest(false) : hfirst);
215 if (hfirst > hlast) {
218 temp = hfirst; hfirst = hlast; hlast = temp;
227 for (hp = rflag ? hlast : hfirst;
228 hp >= hfirst && hp <= hlast; hp += rflag ? -1 : 1) {
255 for (hp = rflag ? hlast : hfirst;
256 hp >= hfirst && hp <= hlast; hp += rflag ? -1 : 1)