Searched refs:EL_GETTC (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/lib/libedit/
H A Dhistedit.h154 #define EL_GETTC 17 /* , const Char *, ..., NULL); get */ macro
H A Deln.c328 case EL_GETTC: {
H A Del.c431 case EL_GETTC:
H A Dreadline.c2162 el_get(e, EL_GETTC, "li", rows, (void *)0);
2164 el_get(e, EL_GETTC, "co", cols, (void *)0);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
H A DEditline.cpp1315 if (el_get(m_editline, EL_GETTC, "co", &columns, nullptr) == 0) {

Completed in 77 milliseconds