Home
last modified time | relevance | path

Searched refs:fore (Results 1 – 25 of 30) sorted by relevance

12

/freebsd/contrib/ncurses/form/
H A Dfld_attr.c85 GEN_FIELD_ATTR_SET_FCT(fore)
95 GEN_FIELD_ATTR_GET_FCT(fore)
H A Dfld_link.c80 New_Field->fore = field->fore; in FORM_EXPORT()
H A Dfld_dup.c75 New_Field->fore = field->fore; in FORM_EXPORT()
H A Dform.h105 chtype fore; /* foreground attribute */ member
H A Dfrm_driver.c193 (void) wattrset((win), (int)(field)->fore) )
/freebsd/contrib/ncurses/menu/
H A Dm_post.c83 wattron(menu->win, (int)menu->fore); in MENU_EXPORT()
89 wattron(menu->win, (int)menu->fore); in MENU_EXPORT()
112 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 Dm_attribs.c87 GEN_MENU_ATTR_SET_FCT(fore)
99 GEN_MENU_ATTR_GET_FCT(fore)
H A Dmenu.h139 chtype fore; /* Selection attribute */ member
/freebsd/usr.sbin/vidcontrol/
H A Dvidcontrol.c146 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 Dscterm-dumb.c125 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 Dscterm-teken.c194 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 Dscterm-sc.c719 vi->mv_norm.fore = tcp->std_color.fg; in scterm_ioctl()
721 vi->mv_rev.fore = tcp->rev_color.fg; in scterm_ioctl()
/freebsd/contrib/unbound/testdata/
H A Dval_dnameqtype.rpl186 fore.www2.example.com. IN A
190 fore.www2.example.com. IN CNAME fore.www.example.net.
416 fore.www.example.net. IN A
418 fore.www.example.net. IN A 11.12.13.15
419 fore.www.example.net. 3600 IN RRSIG A 5 4 3600 20070926134150 20070829134150 30899 example.net. D1a…
451 fore.www2.example.com. IN A
459 fore.www2.example.com. IN A
463 fore.www2.example.com. IN CNAME fore.www.example.net.
464 fore.www.example.net. IN A 11.12.13.15
465 fore.www.example.net. 3600 IN RRSIG A 5 4 3600 20070926134150 20070829134150 30899 example.net. D1a…
H A Dval_dnameqtype_qmin.rpl212 fore.www2.example.com. IN A
216 fore.www2.example.com. IN CNAME fore.www.example.net.
586 fore.www.example.net. IN A
588 fore.www.example.net. IN A 11.12.13.15
589 fore.www.example.net. 3600 IN RRSIG A 5 4 3600 20070926134150 20070829134150 30899 example.net. D1a…
621 fore.www2.example.com. IN A
629 fore.www2.example.com. IN A
633 fore.www2.example.com. IN CNAME fore.www.example.net.
634 fore.www.example.net. IN A 11.12.13.15
635 fore.www.example.net. 3600 IN RRSIG A 5 4 3600 20070926134150 20070829134150 30899 example.net. D1a…
/freebsd/contrib/ncurses/include/
H A Dnc_win32.h98 extern NCURSES_EXPORT(WORD) _nc_console_MapColor(bool fore, int color);
/freebsd/contrib/ncurses/ncurses/win32con/
H A Dwin_driver.c149 MapColor(bool fore, int color) in MapColor() argument
155 a = fore ? 7 : 0; in MapColor()
158 if (!fore) in MapColor()
785 int fore, in wcon_setcolor() argument
790 WORD a = MapColor(fore, color); in wcon_setcolor()
791 a |= (WORD) ((CON.SBI.wAttributes) & (fore ? 0xfff8 : 0xff8f)); in wcon_setcolor()
H A Dwin32_driver.c670 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/sys/kern/
H A Dsubr_terminal.c462 vi->mv_norm.fore = fg; in termtty_ioctl()
465 vi->mv_rev.fore = bg; in termtty_ioctl()
/freebsd/contrib/netbsd-tests/lib/libcurses/slave/
H A Dcurses_commands.c1756 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/contrib/ncurses/ncurses/tinfo/
H A Dlib_win32con.c368 _nc_console_MapColor(bool fore, int color) in _nc_console_MapColor() argument
374 a = fore ? 7 : 0; in _nc_console_MapColor()
377 if (!fore) in _nc_console_MapColor()
H A Dtinfo_driver.c351 int fore, in drv_setcolor() argument
360 if (fore) { in drv_setcolor()
/freebsd/sys/sys/
H A Dconsio.h242 char fore; member
/freebsd/bin/sh/
H A DTOUR207 fore any forking is done, so to get the commands into the hash
/freebsd/contrib/ncurses/ncurses/
H A Dcurses.priv.h2542 void (*td_color)(struct DriverTCB*, int fore, int color, int(*)(SCREEN*, int));
/freebsd/share/dict/
H A Dweb2a22822 fore-age
22824 fore-being
22825 fore bow
22833 fore edge
22834 fore-elder
22835 fore-end
22838 fore-gut
22852 fore-oath
22853 fore part
22855 fore rent
[all …]

12