Home
last modified time | relevance | path

Searched refs:EL_GETTC (Results 1 – 6 of 6) sorted by relevance

/src/contrib/libedit/
H A Dhistedit.h153 #define EL_GETTC 17 /* , const Char *, ..., NULL); get */ macro
H A Deln.c325 case EL_GETTC: { in el_get()
H A Del.c461 case EL_GETTC: in el_wget()
H A Dreadline.c2370 el_get(e, EL_GETTC, "li", rows); in rl_get_screen_size()
2372 el_get(e, EL_GETTC, "co", cols); in rl_get_screen_size()
H A DChangeLog798 * el.c, eln.c, readline.c: Follow the man page for EL_GETTC and not
3934 EL_GETTC. - XXX: the EL_SETTC api will change in the future.
/src/contrib/llvm-project/lldb/source/Host/common/
H A DEditline.cpp1434 if (el_get(m_editline, EL_GETTC, "co", &columns, nullptr) == 0) { in ApplyTerminalSizeChange()