Home
last modified time | relevance | path

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

/freebsd/contrib/libedit/
H A Dhist.h66 #define HIST_SET(el, num) HIST_FUN(el, H_SET, num)
H A Dhistedit.h213 #define H_SET 7 /* , int); */ macro
H A Dreadline.c679 (void)history(h, &ev, H_SET, num); in get_history_event()
1516 (void)history(h, &ev, H_SET, curr_num); in history_get()
1522 (void)history(h, &ev, H_SET, curr_num); in history_get()
1617 if (history(h, &ev, H_SET, curr_num)) in replace_history_entry()
1803 (void)history(h, &ev, H_SET, curr_num); in history_search()
H A Dhistory.c1063 case H_SET: in FUNW()
/freebsd/contrib/libedit/TEST/
H A Dtc1.c217 if (history(hist, &ev, H_SET, lastevent) == -1) in main()