Home
last modified time | relevance | path

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

/external/libedit/src/
Dhistedit.h212 #define H_APPEND 11 /* , const wchar_t *); */ macro
Dhistory.c975 case H_APPEND: in FUNW()
/external/libedit/examples/
Dtc1.c231 history(hist, &ev, continuation ? H_APPEND : H_ENTER, buf); in main()
Dwtc1.c193 history_w(hist, &ev, continuation ? H_APPEND : H_ENTER, line); in main()