Searched refs:tigetflag (Results 1 – 21 of 21) sorted by relevance
/freebsd/contrib/ncurses/ncurses/tinfo/ |
H A D | lib_ti.c | 54 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 D | tinfo_driver.c | 329 sp->_has_sgr_39_49 = (NCURSES_SP_NAME(tigetflag) (NCURSES_SP_ARGx in drv_defaultcolors()
|
/freebsd/contrib/ncurses/ncurses/base/ |
H A D | lib_dft_fgbg.c | 79 SP_PARM->_has_sgr_39_49 = (tigetflag("AX") == TRUE); in NCURSES_SP_NAME()
|
H A D | lib_color.c | 267 if (tigetflag(name) > 0) { in init_direct_colors()
|
/freebsd/contrib/ncurses/misc/ |
H A D | ncurses.ref | 281 "tigetflag" @260 NONAME ; implemented 429 ; "tigetflag" @650 NONAME ; already defined
|
H A D | ncurses.def | 369 "tigetflag" @260 NONAME
|
/freebsd/contrib/ncurses/progs/ |
H A D | tput.c | 211 } else if ((status = tigetflag(name)) != -1) { in tput_cmd()
|
H A D | tic.c | 1724 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 D | MKterm.h.awk.in | 348 print "extern NCURSES_EXPORT(int) tigetflag (const char *);" 380 print "extern NCURSES_EXPORT(int) NCURSES_SP_NAME(tigetflag) (SCREEN*, const char *);"
|
H A D | curses.h.in | 901 extern NCURSES_EXPORT(int) tigetflag (const char *); /* implemented */
|
/freebsd/contrib/ncurses/ncurses/ |
H A D | llib-ltinfow | 931 #undef tigetflag 932 int tigetflag(
|
H A D | llib-ltinfo | 909 #undef tigetflag 910 int tigetflag(
|
H A D | llib-ltinfotw | 1007 #undef tigetflag 1008 int tigetflag(
|
H A D | llib-ltinfot | 985 #undef tigetflag 986 int tigetflag(
|
H A D | llib-lncursest | 3723 #undef tigetflag 3724 int tigetflag(
|
H A D | llib-lncurses | 3638 #undef tigetflag 3639 int tigetflag(
|
H A D | llib-lncursestw | 4684 #undef tigetflag 4685 int tigetflag(
|
H A D | llib-lncursesw | 4599 #undef tigetflag 4600 int tigetflag(
|
/freebsd/lib/ncurses/tinfo/ |
H A D | Makefile | 897 curs_terminfo.3 tigetflag.3 \
|
/freebsd/contrib/ncurses/doc/ |
H A D | ncurses-intro.doc | 857 tigetflag(), tigetnum(), and tigetstr() to do your testing.
|
/freebsd/contrib/ncurses/ |
H A D | NEWS | 12781 + 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.
|