Searched refs:tgetstr (Results 1 – 4 of 4) sorted by relevance
126 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
24 #define tgetstr tgetstr_defined_wrong macro51 #undef tgetstr97 char *tgetstr(char *, char **);2248 p = tgetstr(s, (char **)pp); in vim_tgetstr()
153 /* Define if tgetstr() has a second argument that is (char *) */
5 char *tgetstr(char *id, char **buf);