Home
last modified time | relevance | path

Searched refs:attroff (Results 1 – 19 of 19) sorted by relevance

/freebsd/usr.sbin/pmcstat/
H A Dpmcstat_top.h55 attroff(b); \
/freebsd/contrib/netbsd-tests/lib/libcurses/tests/
H A Dattributes18 call OK attroff $BOLD
/freebsd/usr.bin/grdc/
H A Dgrdc.c276 attroff(A_STANDOUT); in standt()
/freebsd/tools/tools/ath/athratestats/
H A Dmain.c82 attroff(_x); \
/freebsd/usr.sbin/gstat/
H A Dgstat.c519 attroff(COLOR_PAIR(i)); in main()
/freebsd/contrib/ncurses/misc/
H A Dncurses.def151 "attroff" @11 NONAME
H A Dncurses.ref32 "attroff" @11 NONAME ; generated
/freebsd/sbin/ipf/ipfstat/
H A Dipfstat.c1499 attroff(A_BOLD); in topipstates()
1590 attroff(A_BOLD); in topipstates()
/freebsd/contrib/bsddialog/lib/
H A Dformbox.c502 attroff(t.form.bottomdesccolor); in drawitem()
H A Dmenubox.c393 attroff(t.menu.bottomdesccolor); in drawitem()
/freebsd/lib/ncurses/tinfo/
H A DMakefile505 curs_attr.3 attroff.3 \
/freebsd/contrib/elftoolchain/readelf/
H A Dreadelf.c5223 Dwarf_Off dieoff, cuoff, culen, attroff; in dump_dwarf_die() local
5286 if (dwarf_attroffset(attr_list[i], &attroff, &de) != in dump_dwarf_die()
5289 attroff = 0; in dump_dwarf_die()
5291 printf(" <%jx> %-18s: ", (uintmax_t) attroff, attr_str); in dump_dwarf_die()
/freebsd/contrib/ncurses/include/
H A Dcurses.h.in625 extern NCURSES_EXPORT(int) attroff (NCURSES_ATTR_T); /* generated */
1289 #define attroff(at) wattroff(stdscr,(at)) macro
/freebsd/contrib/ncurses/ncurses/
H A Dllib-lncursest484 #undef attroff
485 int attroff(
H A Dllib-lncurses481 #undef attroff
482 int attroff(
H A Dllib-lncursestw594 #undef attroff
595 int attroff(
H A Dllib-lncursesw591 #undef attroff
592 int attroff(
/freebsd/contrib/netbsd-tests/lib/libcurses/slave/
H A Dcurses_commands.c242 report_return(attroff(attrib)); in cmd_attroff()
/freebsd/contrib/ncurses/doc/
H A Dncurses-intro.doc522 functions attron(), attroff(), and attrset(); see the manual pages for