Searched refs:H_SET (Results 1 – 6 of 6) sorted by relevance
| /src/contrib/libedit/ |
| H A D | hist.h | 66 #define HIST_SET(el, num) HIST_FUN(el, H_SET, num)
|
| H A D | histedit.h | 215 #define H_SET 7 /* , int); */ macro
|
| H A D | readline.c | 682 (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 D | history.c | 1066 case H_SET: in history()
|
| H A D | ChangeLog | 1241 * editline.3: Add missing argument for H_SET.
|
| /src/contrib/libedit/TEST/ |
| H A D | tc1.c | 217 if (history(hist, &ev, H_SET, lastevent) == -1) in main()
|