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

/macosx-10.10/lukemftp-14/tnftp/libedit/
H A Dhistedit.h191 #define H_PREV_EVENT 16 /* , const int); */ macro
H A Dreadline.c1222 history(h, &ev, H_PREV_EVENT, curr_num);
1341 history(h, &ev, (pos < 0) ? H_NEXT_EVENT : H_PREV_EVENT, curr_num);
H A Dhistory.c898 case H_PREV_EVENT:
/macosx-10.10/Heimdal-398.1.2/lib/libedit/src/
H A Dhistedit.h217 #define H_PREV_EVENT 16 /* , const int); */ macro
H A Dreadline.c1527 history(h, &ev, H_PREV_EVENT, curr_num);
1651 pos < 0 ? H_NEXT_EVENT : H_PREV_EVENT, curr_num);
H A Dhistory.c1016 case H_PREV_EVENT:
/macosx-10.10/libedit-40/src/
H A Dhistedit.h215 #define H_PREV_EVENT 16 /* , const int); */ macro
H A Dreadline.c1560 history(h, &ev, H_PREV_EVENT, curr_num);
1684 pos < 0 ? H_NEXT_EVENT : H_PREV_EVENT, curr_num);
H A Dhistory.c1064 case H_PREV_EVENT:

Completed in 142 milliseconds