HomeSort by: relevance | last modified time | path
    Searched refs:H_PREV_EVENT (Results 1 - 3 of 3) sorted by relevancy

  /src/lib/libedit/
histedit.h 221 #define H_PREV_EVENT 16 /* , const int); */
readline.c 1696 if (history(h, &ev, H_PREV_EVENT, history_offset + 1) != 0)
1726 history(h, &ev, H_PREV_EVENT, curr_num);
1854 pos < 0 ? H_NEXT_EVENT : H_PREV_EVENT, curr_num);
history.c 1102 case H_PREV_EVENT:

Completed in 13 milliseconds