Home
last modified time | relevance | path

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

/external/libedit/src/
Dhist.h73 #define HIST_SET(el, num) HIST_FUN(el, H_SET, num)
Dhistedit.h209 #define H_SET 7 /* , int); */ macro
Dreadline.c621 (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()
Dhistory.c1001 case H_SET: in FUNW()
/external/libedit/examples/
Dtc1.c222 if (history(hist, &ev, H_SET, lastevent) == -1) in main()