Lines Matching defs:HE
225 HistEvent HE;
226 ::history(Data->Hist, &HE, H_SETUNIQUE, 1);
240 HistEvent HE;
241 ::history(Data->Hist, &HE, H_SAVE, HistoryPath.c_str());
247 HistEvent HE;
248 ::history(Data->Hist, &HE, H_LOAD, HistoryPath.c_str());
253 HistEvent HE;
254 ::history(Data->Hist, &HE, H_SETSIZE, size);
271 HistEvent HE;
273 ::history(Data->Hist, &HE, H_ENTER, Line);