Lines Matching full:m_history
211 m_history (history_init()),
221 ::el_set (m_edit_line, EL_HIST, history, m_history);
235 assert (m_history);
236 ::history (m_history, &m_history_event, H_SETSIZE, 800);
237 ::history (m_history, &m_history_event, H_SETUNIQUE, 1);
266 if (m_history != NULL)
268 ::history_end (m_history);
269 m_history = NULL;
284 if (m_history != NULL)
292 ::history (m_history, &m_history_event, H_SAVE, path_ptr);
294 ::history (m_history, &m_history_event, H_LOAD, path_ptr);
359 ::history (m_history, &m_history_event, H_ENTER, line);