Searched refs:tgetflag (Results 1 - 25 of 41) sorted by relevance

12

/macosx-10.10.1/bash-94.1.2/bash-3.2/lib/termcap/
H A Dtermcap.h26 extern int tgetflag (const char *name);
45 extern int tgetflag ();
/macosx-10.10.1/vim-55/src/proto/
H A Dtermlib.pro3 int tgetflag __ARGS((char *id));
/macosx-10.10.1/bash-94.1.2/bash-3.2/lib/readline/
H A Dtcap.h50 extern int tgetflag ();
H A Dterminal.c516 _rl_term_autowrap = tgetflag ("am") && tgetflag ("xn");
531 term_has_meta = (tgetflag ("km") || tgetflag ("MT"));
/macosx-10.10.1/ncurses-44/ncurses/include/
H A Dtermcap.h66 extern NCURSES_EXPORT(int) tgetflag (NCURSES_CONST char *);
H A Dtermcap.h.in66 extern NCURSES_EXPORT(int) tgetflag (NCURSES_CONST char *);
/macosx-10.10.1/tcsh-65/tcsh/config/
H A Dhk6891 #define tgetflag tgetfla
/macosx-10.10.1/Heimdal-398.1.2/lib/libedit/src/
H A Dsys.h118 extern int tgetflag(char *);
134 extern int tgetflag(const char *id);
H A Del_term.h86 extern int tgetflag(char *);
/macosx-10.10.1/screen-22/screen/
H A Dosdef.h77 extern int tgetflag __P((char *));
/macosx-10.10.1/screen-22/screen/terminfo/
H A Dchecktc.c83 AM = tgetflag("am");
101 XN = tgetflag("xn");
104 if ((XN = tgetflag("xn")))
/macosx-10.10.1/libedit-40/src/
H A Dsys.h135 extern int tgetflag(char *);
H A Dterminal.h87 extern int tgetflag(char *);
/macosx-10.10.1/lukemftp-14/tnftp/libedit/
H A Dsys.h114 extern int tgetflag(const char *id);
H A Dterm.c917 Val(T_am) = tgetflag("am");
918 Val(T_xn) = tgetflag("xn");
920 Val(T_pt) = tgetflag("pt");
921 Val(T_xt) = tgetflag("xt");
923 Val(T_km) = tgetflag("km");
924 Val(T_MT) = tgetflag("MT");
/macosx-10.10.1/tcsh-65/tcsh/
H A Ded.h239 extern int tgetflag ();
247 extern int tgetflag (const char *);
H A Dvms.termcap.c156 * tgetflag - get the boolean flag corresponding to id. Returns -1
161 tgetflag(char *id) function
/macosx-10.10.1/ncurses-44/ncurses/test/
H A Ddemo_termcap.c112 } else if ((num = tgetflag(cap)) > 0) {
/macosx-10.10.1/network_cmds-457/rtadvd.tproj/
H A Dadvcap.c90 #define tgetflag agetflag macro
127 int tgetflag(char *);
377 tgetflag(id) function
/macosx-10.10.1/zsh-61/zsh/Src/
H A Dprototypes.h50 extern int tgetflag _((char *id));
/macosx-10.10.1/vim-55/src/
H A Dosdef2.h.in58 extern int tgetflag __ARGS((char *));
/macosx-10.10.1/emacs-93/emacs/src/
H A Dterm.c52 extern int tgetflag P_ ((char *id));
2449 if (tgetflag ("bs"))
2511 MagicWrap = tgetflag ("xn");
2514 AutoWrap = MagicWrap || tgetflag ("am");
2515 memory_below_frame = tgetflag ("db");
2516 TF_hazeltine = tgetflag ("hz");
2517 must_write_spaces = tgetflag ("in");
2518 meta_key = tgetflag ("km") || tgetflag ("MT");
2519 TF_insmode_motion = tgetflag ("m
[all...]
/macosx-10.10.1/text_cmds-88/ul/
H A Dul.c149 if ( (tgetflag("os") && ENTER_BOLD==NULL ) ||
150 (tgetflag("ul") && ENTER_UNDERLINE==NULL && UNDER_CHAR==NULL))
458 if (CURS_LEFT == NULL && tgetflag("bs"))
/macosx-10.10.1/ncurses-44/ncurses/ncurses/tinfo/
H A Dlib_termcap.c182 * tgetflag(str)
190 tgetflag(NCURSES_CONST char *id) function
194 T((T_CALLED("tgetflag(%s)"), id));
/macosx-10.10.1/ncurses-44/ncurses/progs/
H A Dtset.c657 tgetflag("am"); /* force lib_termcap.o to be linked for 'ospeed' */
918 if (tgetflag("UC")) {
923 } else if (tgetflag("LC")) {
931 if (tgetflag("EP")) {
935 if (tgetflag("OP")) {
951 /* test used to be tgetflag("NL") */
960 if (tgetflag("HD")) /* Half duplex. */
964 /* test used to be tgetflag("pt") */

Completed in 169 milliseconds

12