Searched refs:H_ENTER (Results 1 – 7 of 7) sorted by relevance
/external/libedit/examples/ |
D | tc1.c | 226 history(hist, &ev, H_ENTER, buf); in main() 231 history(hist, &ev, continuation ? H_APPEND : H_ENTER, buf); in main()
|
D | wtc1.c | 193 history_w(hist, &ev, continuation ? H_APPEND : H_ENTER, line); in main()
|
/external/libedit/src/ |
D | histedit.h | 211 #define H_ENTER 10 /* , const wchar_t *); */ macro
|
D | history.c | 969 case H_ENTER: in FUNW()
|
D | readline.c | 1392 (void)history(h, &ev, H_ENTER, line); in add_history()
|
/external/llvm/lib/LineEditor/ |
D | LineEditor.cpp | 267 ::history(Data->Hist, &HE, H_ENTER, Line); in readLine()
|
/external/lldb/tools/driver/ |
D | IOChannel.cpp | 359 ::history (m_history, &m_history_event, H_ENTER, line); in LibeditGetInput()
|