Home
last modified time | relevance | path

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

/netbsd-src/lib/libedit/
H A Dreadline.c642 if (history(h, &ev, H_CURR) != 0) { in get_history_event()
675 if (history(h, &ev, H_CURR) != 0) in get_history_event()
1499 if (history(h, &ev, H_CURR) != 0) in history_get()
1511 if (history(h, &ev, H_CURR) != 0) in history_get()
1596 if (history(h, &ev, H_CURR) != 0) in replace_history_entry()
1715 if (history(h, &ev, H_CURR) != 0) in history_total_bytes()
1795 if (history(h, &ev, H_CURR) != 0) in history_search()
1838 if (history(h, &ev, H_CURR) != 0) in history_search_pos()
1842 if (!history_set_pos(off) || history(h, &ev, H_CURR) != 0) in history_search_pos()
H A Dhistedit.h212 #define H_CURR 8 /* , const int); */ macro
H A Dhistory.c1062 case H_CURR: in FUNW()