Searched refs:EL_EDITMODE (Results 1 - 6 of 6) sorted by relevance

/freebsd-11.0-release/lib/libedit/
H A Dhistedit.h132 * E.g. EL_EDITMODE takes an int when set, but an int* when get.
148 #define EL_EDITMODE 11 /* , int); set/get */ macro
H A Deln.c164 case EL_EDITMODE:
329 case EL_EDITMODE:
H A Del.c299 case EL_EDITMODE:
424 case EL_EDITMODE:
H A Dreadline.c315 el_set(e, EL_EDITMODE, 0);
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Host/common/
H A DEditline.cpp1053 el_set (m_editline, EL_EDITMODE, 0);
1221 el_set (m_editline, EL_EDITMODE, 0);
/freebsd-11.0-release/contrib/tnftp/src/
H A Dutil.c997 if ((el_get(el, EL_EDITMODE, &editmode) != -1) && editmode == 0)

Completed in 115 milliseconds