Home
last modified time | relevance | path

Searched refs:H_NEXT_EVENT (Results 1 – 4 of 4) sorted by relevance

/freebsd-11-stable/bin/sh/
HDhistedit.c334 retval = history(hist, &he, H_NEXT_EVENT, first); in histcmd()
363 H_NEXT_EVENT, oldhistnum); in histcmd()
451 retval = history(hist, &he, H_NEXT_EVENT, i); in str_to_event()
/freebsd-11-stable/lib/libedit/
HDhistedit.h219 #define H_NEXT_EVENT 15 /* , const int); */ macro
HDhistory.c1045 case H_NEXT_EVENT: in FUNW()
HDreadline.c1704 pos < 0 ? H_NEXT_EVENT : H_PREV_EVENT, curr_num); in history_search_pos()