Home
last modified time | relevance | path

Searched refs:history_winit (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/libedit/
H A Dhistedit.h295 HistoryW * history_winit(void);
H A DMakefile61 editline.3 history_winit.3 \
/freebsd/lib/libedit/
H A DMakefile59 editline.3 history_winit.3 \
/freebsd/contrib/libedit/TEST/
H A Dwtc1.c127 hist = history_winit(); /* Init built-in history */ in main()
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DEditline.cpp61 #define history_winit history_init macro
197 m_history = history_winit(); in EditlineHistory()