Home
last modified time | relevance | path

Searched refs:tgetent (Results 1 – 16 of 16) sorted by relevance

/vim-8.2.3635/src/proto/
H A Dtermlib.pro2 int tgetent(char *tbuf, char *term);
/vim-8.2.3635/src/
H A Dosdef2.h.in60 extern int tgetent(char *, char *);
H A Dtermlib.c69 tgetent( in tgetent() function
H A DINSTALLx.txt122 Whether the "tgetent" terminal library call returns a zero or non-zero
H A Dconfig.h.in156 /* Define if tgetent() returns zero for an error */
H A Dconfigure.ac3438 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 Dterm.c193 # define TGETENT(b, t) tgetent((char *)(b), (char *)(t))
/vim-8.2.3635/src/auto/
H A Dconfigure11990 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 Dvarious.txt472 *+tgetent* non-Unix only: able to use external termcap
H A Dterm.txt69 tgetent".
H A Dversion5.txt1506 "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 Dtags1409 +tgetent various.txt /*+tgetent*
H A Deval.txt12473 tgetent Compiled with tgetent support, able to use a termcap
H A Dversion6.txt8807 Problem: tgetent() may return zero for success. tgetflag() may return -1
8810 check for the value that tgetent() returns.
H A Dversion7.txt1871 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 Dversion8.txt18180 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)