Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/libedit/
Dhist.h66 #define HIST_SET(el, num) HIST_FUN(el, H_SET, num)
Dhistedit.h211 #define H_SET 7 /* , int); */ macro
Dreadline.c654 (void)history(h, &ev, H_SET, num); in get_history_event()
1448 (void)history(h, &ev, H_SET, curr_num); in history_get()
1454 (void)history(h, &ev, H_SET, curr_num); in history_get()
1549 if (history(h, &ev, H_SET, curr_num)) in replace_history_entry()
1735 (void)history(h, &ev, H_SET, curr_num); in history_search()
Dhistory.c1063 case H_SET: in FUNW()
/freebsd-12-stable/contrib/libedit/TEST/
Dtc1.c217 if (history(hist, &ev, H_SET, lastevent) == -1) in main()