Lines Matching refs:hist
114 HistoryW *hist; in main() local
127 hist = history_winit(); /* Init built-in history */ in main()
128 history_w(hist, &ev, H_SETSIZE, 100); /* Remember 100 events */ in main()
129 history_w(hist, &ev, H_LOAD, hfile); in main()
139 el_wset(el, EL_HIST, history_w, hist); /* FIXME - history_w? */ in main()
193 history_w(hist, &ev, continuation ? H_APPEND : H_ENTER, line); in main()
214 for(rc = history_w(hist, &ev, H_LAST); in main()
216 rc = history_w(hist, &ev, H_PREV)) in main()
222 history_w(hist, &ev, H_CLEAR); in main()
228 history_w(hist, &ev, H_LOAD, in main()
231 history_w(hist, &ev, H_SAVE, in main()
271 history_w(hist, &ev, H_SAVE, hfile); in main()
272 history_wend(hist); in main()