/freebsd/contrib/ncurses/menu/ |
H A D | m_post.c | 82 wattron(menu->win, (int)menu->fore); in MENU_EXPORT() 88 wattron(menu->win, (int)menu->fore); in MENU_EXPORT() 111 wattron(menu->win, (int)menu->fore); in MENU_EXPORT() 164 wattroff(menu->win, (int)menu->fore); in MENU_EXPORT() 185 wattroff(menu->win, (int)menu->fore); in MENU_EXPORT()
|
H A D | m_attribs.c | 87 GEN_MENU_ATTR_SET_FCT(fore) 99 GEN_MENU_ATTR_GET_FCT(fore)
|
H A D | menu.h | 139 chtype fore; /* Selection attribute */ member
|
/freebsd/contrib/ncurses/form/ |
H A D | fld_attr.c | 85 GEN_FIELD_ATTR_SET_FCT(fore) 95 GEN_FIELD_ATTR_GET_FCT(fore)
|
H A D | fld_link.c | 80 New_Field->fore = field->fore; in FORM_EXPORT()
|
H A D | fld_dup.c | 75 New_Field->fore = field->fore; in FORM_EXPORT()
|
H A D | form.h | 105 chtype fore; /* foreground attribute */ member
|
H A D | frm_driver.c | 193 (void) wattrset((win), (int)(field)->fore) )
|
/freebsd/usr.sbin/vidcontrol/ |
H A D | vidcontrol.c | 146 fprintf(stderr, "\033[=%dH", cur_info.console_info.mv_rev.fore); in revert() 168 fprintf(stderr, "\033[=%dF", cur_info.console_info.mv_norm.fore); in revert() 858 cur_info.console_info.mv_norm.fore); in video_mode() 1222 int i, fore; in test_frame() local 1228 fore = 15; in test_frame() 1244 fore, i, i, legal_colors[i], sep, in test_frame() 1245 fore, i + 8, i + 8, legal_colors[i + 8], sep, in test_frame() 1246 fore, i, i, bg, sep, in test_frame() 1247 fore, i + 8, i + 8, bg); in test_frame() 1250 info.mv_norm.fore, info.mv_norm.back, in test_frame() [all …]
|
/freebsd/sys/dev/syscons/ |
H A D | scterm-dumb.c | 125 vi->mv_norm.fore = SC_NORM_ATTR & 0x0f; in dumb_ioctl() 127 vi->mv_rev.fore = SC_NORM_ATTR & 0x0f; in dumb_ioctl()
|
H A D | scterm-teken.c | 194 vi->mv_norm.fore = attr & 0x0f; in scteken_ioctl() 196 vi->mv_rev.fore = vi->mv_norm.back; in scteken_ioctl() 197 vi->mv_rev.back = vi->mv_norm.fore; in scteken_ioctl()
|
H A D | scterm-sc.c | 719 vi->mv_norm.fore = tcp->std_color.fg; in scterm_ioctl() 721 vi->mv_rev.fore = tcp->rev_color.fg; in scterm_ioctl()
|
H A D | syscons.c | 1029 ptr->mv_grfc.fore = 0; /* not supported */ in sctty_ioctl()
|
/freebsd/contrib/ncurses/include/ |
H A D | nc_win32.h | 100 extern NCURSES_EXPORT(WORD) _nc_console_MapColor(bool fore, int color);
|
/freebsd/sys/kern/ |
H A D | subr_terminal.c | 462 vi->mv_norm.fore = fg; in termtty_ioctl() 465 vi->mv_rev.fore = bg; in termtty_ioctl()
|
/freebsd/contrib/ncurses/ncurses/win32con/ |
H A D | win_driver.c | 151 MapColor(bool fore, int color) in MapColor() argument 157 a = fore ? 7 : 0; in MapColor() 160 if (!fore) in MapColor() 795 int fore, in wcon_setcolor() argument 800 WORD a = MapColor(fore, color); in wcon_setcolor() 801 a |= (WORD) ((CON.SBI.wAttributes) & (fore ? 0xfff8 : 0xff8f)); in wcon_setcolor()
|
H A D | win32_driver.c | 670 int fore, in wcon_setcolor() argument 676 WORD a = _nc_console_MapColor(fore, color); in wcon_setcolor() 677 a |= (WORD) ((WINCONSOLE.SBI.wAttributes) & (fore ? 0xfff8 : 0xff8f)); in wcon_setcolor()
|
/freebsd/contrib/ncurses/ncurses/tinfo/ |
H A D | lib_win32con.c | 356 _nc_console_MapColor(bool fore, int color) in _nc_console_MapColor() argument 362 a = fore ? 7 : 0; in _nc_console_MapColor() 365 if (!fore) in _nc_console_MapColor()
|
H A D | tinfo_driver.c | 351 int fore, in drv_setcolor() argument 360 if (fore) { in drv_setcolor()
|
/freebsd/contrib/netbsd-tests/lib/libcurses/slave/ |
H A D | curses_commands.c | 1756 short fore, back; in cmd_assume_default_colors() local 1761 if (sscanf(args[0], "%hd", &fore) == 0) { in cmd_assume_default_colors() 1774 report_return(assume_default_colors(fore, back)); in cmd_assume_default_colors() 2682 short pair, fore, back; in cmd_init_pair() local 2693 if (sscanf(args[1], "%hd", &fore) == 0) { in cmd_init_pair() 2706 report_return(init_pair(pair, fore, back)); in cmd_init_pair() 3766 short pair, fore, back; in cmd_pair_content() local 3779 report_return(pair_content(pair, &fore, &back)); in cmd_pair_content() 3780 report_int(fore); in cmd_pair_content()
|
/freebsd/sys/sys/ |
H A D | consio.h | 242 char fore; member
|
/freebsd/bin/sh/ |
H A D | TOUR | 207 fore any forking is done, so to get the commands into the hash
|
/freebsd/contrib/ncurses/ncurses/ |
H A D | curses.priv.h | 2404 void (*td_color)(struct DriverTCB*, int fore, int color, int(*)(SCREEN*, int));
|
/freebsd/share/dict/ |
H A D | web2a | 22822 fore-age 22823 fore-and-aft-rigged 22824 fore-being 22825 fore bow 22833 fore edge 22834 fore-elder 22835 fore-end 22836 fore-exercise 22837 fore-glide 22838 fore-gut [all …]
|
/freebsd/contrib/tcsh/ |
H A D | Fixes | 998 <metcalf@catfish.lcs.mit.edu>, Bradley White <bww@fore.com>
|