Home
last modified time | relevance | path

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

/freebsd/contrib/libedit/
H A Dhistedit.h214 #define H_ADD 9 /* , const wchar_t *); */ macro
H A Dhistory.c1022 case H_ADD: in FUNW()
/freebsd/contrib/libedit/TEST/
H A Dtc1.c219 history(hist, &ev, H_ADD , buf); in main()
/freebsd/bin/sh/
H A Dinput.c251 history(hist, &he, whichprompt == 1 ? H_ENTER : H_ADD, in preadbuffer()