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

/freebsd-10.0-release/lib/libedit/
H A Dhist.h65 #define HIST_SET(el, num) HIST_FUN(el, H_SET, num)
H A Dhistedit.h193 #define H_SET 7 /* , int); */ macro
H A Dreadline.c605 (void)FUNW(history)(h, &ev, H_SET, num);
1351 (void)FUNW(history)(h, &ev, H_SET, curr_num);
1447 if (FUNW(history)(h, &ev, H_SET, curr_num))
1549 (void)FUNW(history)(h, &ev, H_SET, curr_num);
1600 (void)FUNW(history)(h, &ev, H_SET, curr_num);
H A Dhistory.c983 case H_SET:
/freebsd-10.0-release/lib/libedit/TEST/
H A Dtest.c211 if (history(hist, &ev, H_SET, lastevent) == -1)

Completed in 671 milliseconds