Searched refs:hfirst (Results 1 – 1 of 1) sorted by relevance
96 char **hfirst, **hlast, **hp, *editor = NULL; in c_fc() local243 hfirst = lflag ? hist_get("-16", true, true) : in c_fc()245 if (!hfirst) in c_fc()255 hfirst = hist_get(first, tobool(lflag || last), lflag); in c_fc()256 if (!hfirst) in c_fc()259 (lflag ? hist_get_newest(false) : hfirst); in c_fc()263 if (hfirst > hlast) { in c_fc()266 temp = hfirst; hfirst = hlast; hlast = temp; in c_fc()275 for (hp = rflag ? hlast : hfirst; in c_fc()276 hp >= hfirst && hp <= hlast; hp += rflag ? -1 : 1) { in c_fc()[all …]