Searched refs:tgetent (Results 1 – 16 of 16) sorted by relevance
| /vim-8.2.3635/src/proto/ |
| H A D | termlib.pro | 2 int tgetent(char *tbuf, char *term);
|
| /vim-8.2.3635/src/ |
| H A D | osdef2.h.in | 60 extern int tgetent(char *, char *);
|
| H A D | termlib.c | 69 tgetent( in tgetent() function
|
| H A D | INSTALLx.txt | 122 Whether the "tgetent" terminal library call returns a zero or non-zero
|
| H A D | config.h.in | 156 /* Define if tgetent() returns zero for an error */
|
| H A D | configure.ac | 3438 dnl Need to check for tgetent() below. 3454 AC_CHECK_LIB(${libname}, tgetent,,) 3482 AC_MSG_CHECKING([for tgetent()]) 3483 AC_TRY_LINK([int tgetent(char *, const char *);], 3484 [char s[10000]; int res = tgetent(s, "thisterminaldoesnotexist");], 3521 AC_CACHE_CHECK([what tgetent() returns for an unknown terminal], [vim_cv_tgetent], 3533 {char s[10000]; int res = tgetent(s, "thisterminaldoesnotexist"); exit(res != 0); } 3732 strnicmp strpbrk strptime strtol tgetent towlower towupper iswupper \
|
| H A D | term.c | 193 # define TGETENT(b, t) tgetent((char *)(b), (char *)(t))
|
| /vim-8.2.3635/src/auto/ |
| H A D | configure | 11990 char tgetent (); 11994 return tgetent (); 12060 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for tgetent()" >&5 12061 $as_echo_n "checking for tgetent()... " >&6; } 12161 {char s[10000]; int res = tgetent(s, "thisterminaldoesnotexist"); exit(res != 0); } 12615 strnicmp strpbrk strptime strtol tgetent towlower towupper iswupper \
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | various.txt | 472 *+tgetent* non-Unix only: able to use external termcap
|
| H A D | term.txt | 69 tgetent".
|
| H A D | version5.txt | 1506 "vim -r" didn't work, it would just hang (using tgetent() while 'term' is 1837 For AIX use a tgetent buffer of 2048 bytes, instead of 1024. 7374 Solution: After tgetent() returns an error code, call it again with the
|
| H A D | tags | 1409 +tgetent various.txt /*+tgetent*
|
| H A D | eval.txt | 12473 tgetent Compiled with tgetent support, able to use a termcap
|
| H A D | version6.txt | 8807 Problem: tgetent() may return zero for success. tgetflag() may return -1 8810 check for the value that tgetent() returns.
|
| H A D | version7.txt | 1871 long time before reporting the problem. Added a configure check for tgetent() 8605 Problem: Size of buffer used for tgetent() may be too small.
|
| H A D | version8.txt | 18180 Problem: Configure check for return value of tgetent is skipped. 32771 Problem: Build failure with +terminal but without tgetent. 49136 Problem: Configure with Xcode 12 fails to check for tgetent. 49137 Solution: Declare tgetent(). (Ozaki Kiichi, closes #6558)
|