Searched refs:tgetent (Results 1 - 25 of 59) sorted by relevance

123

/macosx-10.10.1/bash-94.1.2/bash-3.2/lib/termcap/
H A Dtermcap.h23 extern int tgetent (char *buffer, const char *termtype);
42 extern int tgetent ();
H A Dtermcap.c141 /* The pointer to the data made by tgetent is left here
449 tgetent (bp, name)
779 buf = (char *) tgetent (0, term);
446 tgetent (bp, name) function
/macosx-10.10.1/vim-55/src/proto/
H A Dtermlib.pro2 int tgetent __ARGS((char *tbuf, char *term));
/macosx-10.10.1/bash-94.1.2/bash-3.2/lib/readline/
H A Dtcap.h49 extern int tgetent ();
/macosx-10.10.1/ncurses-44/ncurses/include/
H A Dtermcap.h65 extern NCURSES_EXPORT(int) tgetent (char *, const char *);
H A Dtermcap.h.in65 extern NCURSES_EXPORT(int) tgetent (char *, const char *);
/macosx-10.10.1/Heimdal-398.1.2/lib/libedit/src/
H A Dsys.h117 extern int tgetent(char *, const char *);
133 extern int tgetent(const char *bp, char *name);
H A Del_term.h85 extern int tgetent(char *, const char *);
/macosx-10.10.1/screen-22/screen/
H A Dosdef.h74 extern int tgetent __P((char *, char *));
H A Dosdef.h.in102 extern int tgetent __P((char *, char *));
/macosx-10.10.1/libedit-40/src/
H A Dsys.h134 extern int tgetent(char *, const char *);
H A Dterminal.h86 extern int tgetent(char *, const char *);
/macosx-10.10.1/lukemftp-14/tnftp/libedit/
H A Dsys.h113 extern int tgetent(const char *bp, char *name);
/macosx-10.10.1/tcsh-65/tcsh/
H A Ded.h237 extern int tgetent ();
245 extern int tgetent (char *, const char *);
H A Dvms.termcap.c16 - Correct when TERM != name and TERMCAP is defined [tgetent]
17 - Correct the comparison for the terminal name [tgetent]
42 * tgetent - get the termcap entry for terminal name, and put it
48 tgetent(char *bp, char *name) function
/macosx-10.10.1/ncurses-44/ncurses/test/
H A Ddemo_termcap.c124 if (tgetent(buffer, name) >= 0) {
H A Drailroad.c189 if (tgetent(buffer, name) >= 0) {
/macosx-10.10.1/network_cmds-457/rtadvd.tproj/
H A Dadvcap.c86 #define tgetent agetent macro
121 int tgetent(char *, char *);
137 tgetent(bp, name) function
/macosx-10.10.1/zsh-61/zsh/Src/
H A Dprototypes.h48 extern int tgetent _((char *bp, TC_CONST char *name));
/macosx-10.10.1/vim-55/src/
H A Dosdef2.h.in56 extern int tgetent __ARGS((char *, char *));
H A Dtermlib.c30 char *tent; /* Pointer to terminal entry, set by tgetent */
36 * Module: tgetent
69 tgetent(tbuf, term) function
/macosx-10.10.1/ncurses-44/ncurses/ncurses/tinfo/
H A Dlib_termcap.c65 * tgetent(bufp, term)
70 * In this terminfo emulation, tgetent() simply calls setupterm() (which
71 * does a bit more than tgetent() in termcap does), and returns its return
79 tgetent(char *bufp, const char *name) function
86 T((T_CALLED("tgetent()")));
92 * caller, but if tgetent() is called with the same buffer, that is
97 * which is good until the next tgetent() call. The conventional termcap
/macosx-10.10.1/screen-22/screen/terminfo/
H A Dchecktc.c20 switch (tgetent(tcbuf, term))
/macosx-10.10.1/emacs-93/emacs/src/
H A Dtermcap.c126 /* The pointer to the data made by tgetent is left here
515 tgetent (bp, name)
844 buf = (char *) tgetent (0, term);
512 tgetent (bp, name) function
/macosx-10.10.1/bind9-45.101/bind9/contrib/zkt/
H A Dtcap.c103 switch ( tgetent (buf, term) )

Completed in 329 milliseconds

123