Searched refs:H_NEXT_EVENT (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10/lukemftp-14/tnftp/libedit/
H A Dhistedit.h190 #define H_NEXT_EVENT 15 /* , const int); */ macro
H A Dreadline.c1125 if (history(h, &ev, H_NEXT_EVENT, num))
1341 history(h, &ev, (pos < 0) ? H_NEXT_EVENT : H_PREV_EVENT, curr_num);
H A Dhistory.c902 case H_NEXT_EVENT:
/macosx-10.10/Heimdal-398.1.2/lib/libedit/src/
H A Dhistedit.h216 #define H_NEXT_EVENT 15 /* , const int); */ macro
H A Dhistory.c1020 case H_NEXT_EVENT:
H A Dreadline.c1651 pos < 0 ? H_NEXT_EVENT : H_PREV_EVENT, curr_num);
/macosx-10.10/libedit-40/src/
H A Dhistedit.h214 #define H_NEXT_EVENT 15 /* , const int); */ macro
H A Dhistory.c1068 case H_NEXT_EVENT:
H A Dreadline.c1684 pos < 0 ? H_NEXT_EVENT : H_PREV_EVENT, curr_num);

Completed in 146 milliseconds