Searched refs:H_CURR (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/lib/libedit/ |
| H A D | readline.c | 642 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 D | histedit.h | 212 #define H_CURR 8 /* , const int); */ macro
|
| H A D | history.c | 1062 case H_CURR: in FUNW()
|