Searched refs:H_SET (Results 1 – 5 of 5) sorted by relevance
/external/libedit/src/ |
D | hist.h | 73 #define HIST_SET(el, num) HIST_FUN(el, H_SET, num)
|
D | histedit.h | 209 #define H_SET 7 /* , int); */ macro
|
D | readline.c | 621 (void)history(h, &ev, H_SET, num); in get_history_event() 1372 (void)history(h, &ev, H_SET, curr_num); in history_get() 1465 if (history(h, &ev, H_SET, curr_num)) in replace_history_entry() 1567 (void)history(h, &ev, H_SET, curr_num); in history_set_pos() 1616 (void)history(h, &ev, H_SET, curr_num); in history_search()
|
D | history.c | 1001 case H_SET: in FUNW()
|
/external/libedit/examples/ |
D | tc1.c | 222 if (history(hist, &ev, H_SET, lastevent) == -1) in main()
|