Searched refs:fore (Results 1 - 14 of 14) sorted by relevance

/freebsd-10.0-release/contrib/ncurses/form/
H A Dfld_attr.c84 GEN_FIELD_ATTR_SET_FCT(fore)
94 GEN_FIELD_ATTR_GET_FCT(fore)
H A Dfld_dup.c74 New_Field->fore = field->fore;
H A Dfld_link.c79 New_Field->fore = field->fore;
H A Dform.h86 chtype fore; /* foreground attribute */ member in struct:fieldnode
H A Dfrm_driver.c191 wattrset((win),(field)->fore) )
/freebsd-10.0-release/contrib/ncurses/menu/
H A Dm_attribs.c86 GEN_MENU_ATTR_SET_FCT(fore)
98 GEN_MENU_ATTR_GET_FCT(fore)
H A Dm_post.c75 /* In a multi selection menu we use the fore attribute
82 wattron(menu->win, menu->fore);
88 wattron(menu->win, menu->fore);
111 wattron(menu->win, menu->fore);
163 wattroff(menu->win, menu->fore);
184 wattroff(menu->win, menu->fore);
H A Dmenu.h116 chtype fore; /* Selection attribute */ member in struct:tagMENU
/freebsd-10.0-release/usr.sbin/vidcontrol/
H A Dvidcontrol.c129 normal_fore_color = cur_info.console_info.mv_norm.fore;
131 revers_fore_color = cur_info.console_info.mv_rev.fore;
151 fprintf(stderr, "\033[=%dF", cur_info.console_info.mv_norm.fore);
153 fprintf(stderr, "\033[=%dH", cur_info.console_info.mv_rev.fore);
1040 int i, cur_mode, fore; local
1042 fore = 15;
1049 fore = 7;
1058 fore, i, i, legal_colors[i],
1059 fore, i+8, i+8, legal_colors[i+8],
1060 fore,
[all...]
/freebsd-10.0-release/sys/sys/
H A Dconsio.h221 char fore; member in struct:colors
/freebsd-10.0-release/sys/dev/syscons/
H A Dscterm-teken.c209 vi->mv_norm.fore = attr & 0x0f;
211 vi->mv_rev.fore = vi->mv_norm.back;
212 vi->mv_rev.back = vi->mv_norm.fore;
H A Dsyscons.c908 * ptr->mv_norm.fore
910 * ptr->mv_rev.fore
913 ptr->mv_grfc.fore = 0; /* not supported */
/freebsd-10.0-release/contrib/groff/src/devices/grotty/
H A Dtty.cpp376 color *fore, color *back,
418 g->fore_color_idx = color_to_idx(fore);
374 add_char(unsigned int c, int w, int h, int v, color *fore, color *back, unsigned char mode) argument
/freebsd-10.0-release/sys/pc98/cbus/
H A Dscterm-sck.c1135 vi->mv_norm.fore = tcp->std_color.fg;
1137 vi->mv_rev.fore = tcp->rev_color.fg;

Completed in 211 milliseconds