reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
208 Data->Hist = ::history_init(); 209 assert(Data->Hist); 216 ::el_set(Data->EL, EL_HIST, history, Data->Hist); 229 ::history(Data->Hist, &HE, H_SETSIZE, 800); 230 ::history(Data->Hist, &HE, H_SETUNIQUE, 1); 237 ::history_end(Data->Hist); 245 ::history(Data->Hist, &HE, H_SAVE, HistoryPath.c_str()); 252 ::history(Data->Hist, &HE, H_LOAD, HistoryPath.c_str()); 272 ::history(Data->Hist, &HE, H_ENTER, Line);