Home
last modified time | relevance | path

Searched refs:tigetflag (Results 1 – 21 of 21) sorted by relevance

/freebsd/contrib/ncurses/ncurses/tinfo/
H A Dlib_ti.c54 NCURSES_SP_NAME(tigetflag) (NCURSES_SP_DCLx const char *str) in NCURSES_EXPORT()
92 tigetflag(const char *str) in tigetflag() function
94 return NCURSES_SP_NAME(tigetflag) (CURRENT_SCREEN, str); in tigetflag()
H A Dtinfo_driver.c329 sp->_has_sgr_39_49 = (NCURSES_SP_NAME(tigetflag) (NCURSES_SP_ARGx in drv_defaultcolors()
/freebsd/contrib/ncurses/ncurses/base/
H A Dlib_dft_fgbg.c79 SP_PARM->_has_sgr_39_49 = (tigetflag("AX") == TRUE); in NCURSES_SP_NAME()
H A Dlib_color.c267 if (tigetflag(name) > 0) { in init_direct_colors()
/freebsd/contrib/ncurses/misc/
H A Dncurses.ref281 "tigetflag" @260 NONAME ; implemented
429 ; "tigetflag" @650 NONAME ; already defined
H A Dncurses.def369 "tigetflag" @260 NONAME
/freebsd/contrib/ncurses/progs/
H A Dtput.c211 } else if ((status = tigetflag(name)) != -1) { in tput_cmd()
H A Dtic.c1724 int have_XT = tigetflag("XT"); in check_screen()
1725 int have_XM = tigetflag("XM"); in check_screen()
3161 if (tigetflag("NQ") > 0) { in check_user_6789()
/freebsd/contrib/ncurses/include/
H A DMKterm.h.awk.in348 print "extern NCURSES_EXPORT(int) tigetflag (const char *);"
380 print "extern NCURSES_EXPORT(int) NCURSES_SP_NAME(tigetflag) (SCREEN*, const char *);"
H A Dcurses.h.in901 extern NCURSES_EXPORT(int) tigetflag (const char *); /* implemented */
/freebsd/contrib/ncurses/ncurses/
H A Dllib-ltinfow931 #undef tigetflag
932 int tigetflag(
H A Dllib-ltinfo909 #undef tigetflag
910 int tigetflag(
H A Dllib-ltinfotw1007 #undef tigetflag
1008 int tigetflag(
H A Dllib-ltinfot985 #undef tigetflag
986 int tigetflag(
H A Dllib-lncursest3723 #undef tigetflag
3724 int tigetflag(
H A Dllib-lncurses3638 #undef tigetflag
3639 int tigetflag(
H A Dllib-lncursestw4684 #undef tigetflag
4685 int tigetflag(
H A Dllib-lncursesw4599 #undef tigetflag
4600 int tigetflag(
/freebsd/lib/ncurses/tinfo/
H A DMakefile897 curs_terminfo.3 tigetflag.3 \
/freebsd/contrib/ncurses/doc/
H A Dncurses-intro.doc857 tigetflag(), tigetnum(), and tigetstr() to do your testing.
/freebsd/contrib/ncurses/
H A DNEWS12781 + modify return-values of tgetflag, tgetnum, tgetstr, tigetflag,
14786 + correct err in 960817 that changed return-value of tigetflag()
15564 * tigetflag,tigetnum,tigetstr functions added.