Searched refs:attroff (Results 1 – 19 of 19) sorted by relevance
/freebsd/usr.sbin/pmcstat/ |
H A D | pmcstat_top.h | 55 attroff(b); \
|
/freebsd/contrib/netbsd-tests/lib/libcurses/tests/ |
H A D | attributes | 18 call OK attroff $BOLD
|
/freebsd/usr.bin/grdc/ |
H A D | grdc.c | 276 attroff(A_STANDOUT); in standt()
|
/freebsd/tools/tools/ath/athratestats/ |
H A D | main.c | 82 attroff(_x); \
|
/freebsd/usr.sbin/gstat/ |
H A D | gstat.c | 519 attroff(COLOR_PAIR(i)); in main()
|
/freebsd/contrib/ncurses/misc/ |
H A D | ncurses.def | 151 "attroff" @11 NONAME
|
H A D | ncurses.ref | 32 "attroff" @11 NONAME ; generated
|
/freebsd/sbin/ipf/ipfstat/ |
H A D | ipfstat.c | 1499 attroff(A_BOLD); in topipstates() 1590 attroff(A_BOLD); in topipstates()
|
/freebsd/contrib/bsddialog/lib/ |
H A D | formbox.c | 502 attroff(t.form.bottomdesccolor); in drawitem()
|
H A D | menubox.c | 393 attroff(t.menu.bottomdesccolor); in drawitem()
|
/freebsd/lib/ncurses/tinfo/ |
H A D | Makefile | 505 curs_attr.3 attroff.3 \
|
/freebsd/contrib/elftoolchain/readelf/ |
H A D | readelf.c | 5223 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 D | curses.h.in | 625 extern NCURSES_EXPORT(int) attroff (NCURSES_ATTR_T); /* generated */ 1289 #define attroff(at) wattroff(stdscr,(at)) macro
|
/freebsd/contrib/ncurses/ncurses/ |
H A D | llib-lncursest | 484 #undef attroff 485 int attroff(
|
H A D | llib-lncurses | 481 #undef attroff 482 int attroff(
|
H A D | llib-lncursestw | 594 #undef attroff 595 int attroff(
|
H A D | llib-lncursesw | 591 #undef attroff 592 int attroff(
|
/freebsd/contrib/netbsd-tests/lib/libcurses/slave/ |
H A D | curses_commands.c | 242 report_return(attroff(attrib)); in cmd_attroff()
|
/freebsd/contrib/ncurses/doc/ |
H A D | ncurses-intro.doc | 522 functions attron(), attroff(), and attrset(); see the manual pages for
|