Home
last modified time | relevance | path

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

/src/contrib/libedit/
H A Dreadline.c643 if (history(h, &ev, H_CURR) != 0) { in get_history_event()
676 if (history(h, &ev, H_CURR) != 0) in get_history_event()
1500 if (history(h, &ev, H_CURR) != 0) in history_get()
1512 if (history(h, &ev, H_CURR) != 0) in history_get()
1597 if (history(h, &ev, H_CURR) != 0) in replace_history_entry()
1716 if (history(h, &ev, H_CURR) != 0) in history_total_bytes()
1796 if (history(h, &ev, H_CURR) != 0) in history_search()
1839 if (history(h, &ev, H_CURR) != 0) in history_search_pos()
1843 if (!history_set_pos(off) || history(h, &ev, H_CURR) != 0) in history_search_pos()
H A Dhistedit.h214 #define H_CURR 8 /* , const int); */ macro
H A Dhistory.c1062 case H_CURR: in history()
H A DChangeLog1622 The call sequence H_CURR, H_DELDATA, H_CURR, H_NEXT_EVDATA looks
1627 - The first H_CURR is needed to be able to go back after an
1634 - Consequently, the second H_CURR is required to get ev.num
/src/contrib/llvm-project/lldb/source/Host/common/
H A DEditline.cpp114 return H_CURR; in GetOperation()