Home
last modified time | relevance | path

Searched refs:H_SET (Results 1 – 4 of 4) sorted by relevance

/dragonfly/contrib/libedit/src/
H A Dhist.h66 #define HIST_SET(el, num) HIST_FUN(el, H_SET, num)
H A Dhistedit.h212 #define H_SET 7 /* , int); */ macro
H A Dreadline.c683 (void)history(h, &ev, H_SET, num); in get_history_event()
1520 (void)history(h, &ev, H_SET, curr_num); in history_get()
1526 (void)history(h, &ev, H_SET, curr_num); in history_get()
1621 if (history(h, &ev, H_SET, curr_num)) in replace_history_entry()
1807 (void)history(h, &ev, H_SET, curr_num); in history_search()
H A Dhistory.c1066 case H_SET: in FUNW()