Searched refs:H_SET (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/libedit/ |
H A D | hist.h | 66 #define HIST_SET(el, num) HIST_FUN(el, H_SET, num)
|
H A D | histedit.h | 213 #define H_SET 7 /* , int); */ macro
|
H A D | readline.c | 679 (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 D | history.c | 1063 case H_SET: in FUNW()
|
/freebsd/contrib/libedit/TEST/ |
H A D | tc1.c | 217 if (history(hist, &ev, H_SET, lastevent) == -1) in main()
|