Home
last modified time | relevance | path

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

/src/contrib/libedit/
H A Dhist.h66 #define HIST_SET(el, num) HIST_FUN(el, H_SET, num)
H A Dhistedit.h215 #define H_SET 7 /* , int); */ macro
H A Dreadline.c682 (void)history(h, &ev, H_SET, num); in get_history_event()
1519 (void)history(h, &ev, H_SET, curr_num); in history_get()
1525 (void)history(h, &ev, H_SET, curr_num); in history_get()
1620 if (history(h, &ev, H_SET, curr_num)) in replace_history_entry()
1806 (void)history(h, &ev, H_SET, curr_num); in history_search()
H A Dhistory.c1066 case H_SET: in history()
H A DChangeLog1241 * editline.3: Add missing argument for H_SET.
/src/contrib/libedit/TEST/
H A Dtc1.c217 if (history(hist, &ev, H_SET, lastevent) == -1) in main()