Home
last modified time | relevance | path

Searched refs:H_CURR (Results 1 – 3 of 3) sorted by relevance

/dragonfly/contrib/libedit/src/
H A Dreadline.c644 if (history(h, &ev, H_CURR) != 0) { in get_history_event()
677 if (history(h, &ev, H_CURR) != 0) in get_history_event()
1501 if (history(h, &ev, H_CURR) != 0) in history_get()
1513 if (history(h, &ev, H_CURR) != 0) in history_get()
1598 if (history(h, &ev, H_CURR) != 0) in replace_history_entry()
1717 if (history(h, &ev, H_CURR) != 0) in history_total_bytes()
1797 if (history(h, &ev, H_CURR) != 0) in history_search()
1840 if (history(h, &ev, H_CURR) != 0) in history_search_pos()
1844 if (!history_set_pos(off) || history(h, &ev, H_CURR) != 0) in history_search_pos()
H A Dhistedit.h211 #define H_CURR 8 /* , const int); */ macro
H A Dhistory.c1062 case H_CURR: in FUNW()