Searched refs:EL_GETTC (Results 1 – 6 of 6) sorted by relevance
| /src/contrib/libedit/ |
| H A D | histedit.h | 153 #define EL_GETTC 17 /* , const Char *, ..., NULL); get */ macro
|
| H A D | eln.c | 325 case EL_GETTC: { in el_get()
|
| H A D | el.c | 461 case EL_GETTC: in el_wget()
|
| H A D | readline.c | 2370 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 D | ChangeLog | 798 * 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 D | Editline.cpp | 1434 if (el_get(m_editline, EL_GETTC, "co", &columns, nullptr) == 0) { in ApplyTerminalSizeChange()
|