Home
last modified time | relevance | path

Searched refs:tgetflag (Results 1 – 25 of 29) sorted by relevance

12

/freebsd-12-stable/usr.bin/tset/
Dset.c167 else if (tgetflag("bs")) in set_control_chars()
172 if (erasech == 0 && bs_char != 0 && !tgetflag("os")) in set_control_chars()
196 if (tgetflag("UC") || usingupper) { in set_conversions()
201 } else if (tgetflag("LC")) { in set_conversions()
209 if (tgetflag("EP")) { in set_conversions()
213 if (tgetflag("OP")) { in set_conversions()
224 if (tgetflag("NL")) { /* Newline, not linefeed. */ in set_conversions()
230 if (tgetflag("HD")) /* Half duplex. */ in set_conversions()
232 if (tgetflag("pt")) /* Print tabs. */ in set_conversions()
/freebsd-12-stable/usr.sbin/rtadvd/
Dadvcap.c61 #define tgetflag agetflag macro
94 int tgetflag(char *);
335 tgetflag(char *id) in tgetflag() function
/freebsd-12-stable/contrib/ncurses/ncurses/tinfo/
Dlib_termcap.c249 NCURSES_SP_NAME(tgetflag) (NCURSES_SP_DCLx NCURSES_CONST char *id) in NCURSES_SP_NAME() argument
285 tgetflag(NCURSES_CONST char *id) in tgetflag() function
287 return NCURSES_SP_NAME(tgetflag) (CURRENT_SCREEN, id); in tgetflag()
/freebsd-12-stable/usr.bin/top/
Dscreen.c112 if (tgetflag("hc")) in init_termcap()
136 overstrike = tgetflag("os"); in init_termcap()
/freebsd-12-stable/contrib/ncurses/progs/
Dtset.c680 tgetflag("am"); /* force lib_termcap.o to be linked for 'ospeed' */ in get_termcap_entry()
950 if (tgetflag("UC")) { in set_conversions()
955 } else if (tgetflag("LC")) { in set_conversions()
963 if (tgetflag("EP")) { in set_conversions()
967 if (tgetflag("OP")) { in set_conversions()
992 if (tgetflag("HD")) /* Half duplex. */ in set_conversions()
/freebsd-12-stable/contrib/tcsh/
Ded.h238 extern int tgetflag ();
246 extern int tgetflag (const char *);
Ded.screen.c608 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()
Dvms.termcap.c181 tgetflag(char *id) in tgetflag() function
/freebsd-12-stable/usr.bin/ul/
Dul.c145 if ((tgetflag("os") && ENTER_BOLD == NULL ) || in main()
146 (tgetflag("ul") && ENTER_UNDERLINE == NULL && UNDER_CHAR == NULL)) in main()
477 if (CURS_LEFT == NULL && tgetflag("bs")) in initcap()
/freebsd-12-stable/contrib/libedit/
Dsys.h106 extern int tgetflag(char *);
Dterminal.c883 Val(T_am) = tgetflag("am"); in terminal_set()
884 Val(T_xn) = tgetflag("xn"); in terminal_set()
886 Val(T_pt) = tgetflag("pt"); in terminal_set()
887 Val(T_xt) = tgetflag("xt"); in terminal_set()
889 Val(T_km) = tgetflag("km"); in terminal_set()
890 Val(T_MT) = tgetflag("MT"); in terminal_set()
/freebsd-12-stable/usr.bin/tput/
Dtput.c116 exitval = !tgetflag(p); in main()
/freebsd-12-stable/contrib/ncurses/include/
Dtermcap.h.in66 extern NCURSES_EXPORT(int) tgetflag (NCURSES_CONST char *);
DMKterm.h.awk.in293 print "extern NCURSES_EXPORT(int) tgetflag (NCURSES_CONST char *);"
319 … print "extern NCURSES_EXPORT(int) NCURSES_SP_NAME(tgetflag) (SCREEN*, NCURSES_CONST char *);"
/freebsd-12-stable/contrib/tnftp/
Dtnftp.h192 int tgetflag(const char *);
/freebsd-12-stable/contrib/ncurses/misc/
Dncurses.def365 "tgetflag" @646 NONAME
Dncurses.ref425 "tgetflag" @646 NONAME
/freebsd-12-stable/contrib/ncurses/ncurses/
Dllib-ltinfo807 #undef tgetflag
808 int tgetflag(
Dllib-ltinfow807 #undef tgetflag
808 int tgetflag(
Dllib-ltinfotw878 #undef tgetflag
879 int tgetflag(
Dllib-ltinfot878 #undef tgetflag
879 int tgetflag(
Dllib-lncurses3452 #undef tgetflag
3453 int tgetflag(
/freebsd-12-stable/contrib/gcc/
Dsys-protos.h1158 extern int tgetflag(char *);
/freebsd-12-stable/lib/ncurses/ncurses/
DMakefile972 curs_termcap.3 tgetflag.3 \
/freebsd-12-stable/contrib/less/
Dscreen.c709 return (tgetflag(capname));

12