Home
last modified time | relevance | path

Searched refs:tgetstr (Results 1 – 4 of 4) sorted by relevance

/vim-8.2.3635/src/
H A Dtermlib.c126 if ((term = tgetstr("tc", &tcptr))) // extended entry in tgetent()
222 return tgetstr(id, &ptr) ? 1 : 0; in tgetflag()
241 if (tgetstr(id, &ptr)) in tgetnum()
275 tgetstr(char *id, char **buf) in tgetstr() function
H A Dterm.c24 #define tgetstr tgetstr_defined_wrong macro
51 #undef tgetstr
97 char *tgetstr(char *, char **);
2248 p = tgetstr(s, (char **)pp); in vim_tgetstr()
H A Dconfig.h.in153 /* Define if tgetstr() has a second argument that is (char *) */
/vim-8.2.3635/src/proto/
H A Dtermlib.pro5 char *tgetstr(char *id, char **buf);