| /freebsd/usr.sbin/rtadvd/ |
| H A D | advcap.c | 60 #define tgetflag agetflag macro 93 int tgetflag(char *); 334 tgetflag(char *id) in tgetflag() function
|
| /freebsd/usr.bin/top/ |
| H A D | screen.c | 110 if (tgetflag("hc")) in init_termcap() 134 overstrike = tgetflag("os"); in init_termcap()
|
| /freebsd/contrib/ncurses/ncurses/tinfo/ |
| H A D | lib_termcap.c | 254 NCURSES_SP_NAME(tgetflag) (NCURSES_SP_DCLx const char *id) in NCURSES_SP_NAME() argument 290 tgetflag(const char *id) in tgetflag() function 292 return NCURSES_SP_NAME(tgetflag) (CURRENT_SCREEN, id); in tgetflag()
|
| /freebsd/contrib/tcsh/ |
| H A D | ed.h | 238 extern int tgetflag (); 246 extern int tgetflag (const char *);
|
| H A D | ed.screen.c | 608 if (tgetflag(cv)) { in EchoTC() 1453 Val(T_pt) = tgetflag("pt") && !tgetflag("xt"); in GetTermCaps() 1455 Val(T_km) = (tgetflag("km") || tgetflag("MT")); in GetTermCaps() 1456 Val(T_am) = tgetflag("am"); in GetTermCaps() 1457 Val(T_xn) = tgetflag("xn"); in GetTermCaps()
|
| H A D | vms.termcap.c | 181 tgetflag(char *id) in tgetflag() function
|
| /freebsd/usr.bin/ul/ |
| H A D | ul.c | 131 if ((tgetflag("os") && ENTER_BOLD == NULL ) || in main() 132 (tgetflag("ul") && ENTER_UNDERLINE == NULL && UNDER_CHAR == NULL)) in main() 463 if (CURS_LEFT == NULL && tgetflag("bs")) in initcap()
|
| /freebsd/contrib/libedit/ |
| H A D | terminal.c | 73 extern int tgetflag(char *); 882 Val(T_am) = tgetflag("am"); in terminal_set() 883 Val(T_xn) = tgetflag("xn"); in terminal_set() 885 Val(T_pt) = tgetflag("pt"); in terminal_set() 886 Val(T_xt) = tgetflag("xt"); in terminal_set() 888 Val(T_km) = tgetflag("km"); in terminal_set() 889 Val(T_MT) = tgetflag("MT"); in terminal_set()
|
| /freebsd/contrib/ncurses/include/ |
| H A D | termcap.h.in | 64 extern NCURSES_EXPORT(int) tgetflag (const char *);
|
| H A D | MKterm.h.awk.in | 370 print "extern NCURSES_EXPORT(int) tgetflag (const char *);" 396 print "extern NCURSES_EXPORT(int) NCURSES_SP_NAME(tgetflag) (SCREEN*, const char *);"
|
| /freebsd/contrib/tnftp/ |
| H A D | tnftp.h | 192 int tgetflag(const char *);
|
| /freebsd/contrib/ncurses/misc/ |
| H A D | ncurses.def | 365 "tgetflag" @646 NONAME
|
| H A D | ncurses.ref | 425 "tgetflag" @646 NONAME
|
| /freebsd/contrib/ncurses/progs/ |
| H A D | tset.c | 660 tgetflag("am"); /* force lib_termcap.o to be linked for 'ospeed' */ in get_termcap_entry()
|
| /freebsd/contrib/ncurses/ncurses/ |
| H A D | llib-ltinfow | 880 #undef tgetflag 881 int tgetflag(
|
| H A D | llib-ltinfo | 858 #undef tgetflag 859 int tgetflag(
|
| H A D | llib-ltinfot | 934 #undef tgetflag 935 int tgetflag(
|
| H A D | llib-ltinfotw | 956 #undef tgetflag 957 int tgetflag(
|
| H A D | llib-lncursest | 3672 #undef tgetflag 3673 int tgetflag(
|
| H A D | llib-lncurses | 3587 #undef tgetflag 3588 int tgetflag(
|
| H A D | llib-lncursestw | 4633 #undef tgetflag 4634 int tgetflag(
|
| H A D | llib-lncursesw | 4548 #undef tgetflag 4549 int tgetflag(
|
| /freebsd/lib/ncurses/tinfo/ |
| H A D | Makefile | 887 curs_termcap.3 tgetflag.3 \
|
| /freebsd/contrib/less/ |
| H A D | screen.c | 786 return tcname == NULL ? 0 : tgetflag(tcname); in ltgetflag()
|
| /freebsd/contrib/ncurses/ |
| H A D | NEWS | 13350 + modify return-values of tgetflag, tgetnum, tgetstr, tigetflag, 14424 + guard tgetflag() and other termcap functions against null cur_term
|