HomeSort by: relevance | last modified time | path
    Searched defs:msg_default_fg (Results 1 - 2 of 2) sorted by relevancy

  /src/sbin/wsconsctl/
display.c 55 static int msg_default_attrs, msg_default_bg, msg_default_fg; variable in typeref:typename:int
71 { "msg.default.fg", &msg_default_fg, FMT_COLOR, 0 },
147 field_by_value(&msg_default_fg)->flags & FLG_GET ||
156 field_disable_by_value(&msg_default_fg);
164 msg_default_fg = ma.default_fg;
166 msg_default_bg = msg_default_fg = -1;
242 field_by_value(&msg_default_fg)->flags & FLG_SET ||
261 if (field_by_value(&msg_default_fg)->flags & FLG_SET) {
262 ma.default_fg = msg_default_fg;
263 pr_field(field_by_value(&msg_default_fg),
    [all...]
display.c 55 static int msg_default_attrs, msg_default_bg, msg_default_fg; variable in typeref:typename:int
71 { "msg.default.fg", &msg_default_fg, FMT_COLOR, 0 },
147 field_by_value(&msg_default_fg)->flags & FLG_GET ||
156 field_disable_by_value(&msg_default_fg);
164 msg_default_fg = ma.default_fg;
166 msg_default_bg = msg_default_fg = -1;
242 field_by_value(&msg_default_fg)->flags & FLG_SET ||
261 if (field_by_value(&msg_default_fg)->flags & FLG_SET) {
262 ma.default_fg = msg_default_fg;
263 pr_field(field_by_value(&msg_default_fg),
    [all...]

Completed in 61 milliseconds