Searched refs:old_attr (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/
H A Dterm-ostream.oo.c1140 attributes_t old_attr, attributes_t new_attr)
1146 if ((new_attr.color == COLOR_DEFAULT && old_attr.color != COLOR_DEFAULT)
1147 || (new_attr.bgcolor == COLOR_DEFAULT && old_attr.bgcolor != COLOR_DEFAULT))
1151 old_attr.color = COLOR_DEFAULT;
1152 old_attr.bgcolor = COLOR_DEFAULT;
1177 if (old_attr.posture != POSTURE_NORMAL
1182 old_attr.posture = POSTURE_NORMAL;
1185 if (old_attr.underline != UNDERLINE_OFF
1190 old_attr.underline = UNDERLINE_OFF;
1193 if ((old_attr
1139 out_attr_change(term_ostream_t stream, attributes_t old_attr, attributes_t new_attr) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dterm-ostream.c1117 attributes_t old_attr, attributes_t new_attr)
1123 if ((new_attr.color == COLOR_DEFAULT && old_attr.color != COLOR_DEFAULT)
1124 || (new_attr.bgcolor == COLOR_DEFAULT && old_attr.bgcolor != COLOR_DEFAULT))
1128 old_attr.color = COLOR_DEFAULT;
1129 old_attr.bgcolor = COLOR_DEFAULT;
1154 if (old_attr.posture != POSTURE_NORMAL
1159 old_attr.posture = POSTURE_NORMAL;
1162 if (old_attr.underline != UNDERLINE_OFF
1167 old_attr.underline = UNDERLINE_OFF;
1170 if ((old_attr
1116 out_attr_change(term_ostream_t stream, attributes_t old_attr, attributes_t new_attr) argument
[all...]
H A Dterm-ostream.oo.c1140 attributes_t old_attr, attributes_t new_attr)
1146 if ((new_attr.color == COLOR_DEFAULT && old_attr.color != COLOR_DEFAULT)
1147 || (new_attr.bgcolor == COLOR_DEFAULT && old_attr.bgcolor != COLOR_DEFAULT))
1151 old_attr.color = COLOR_DEFAULT;
1152 old_attr.bgcolor = COLOR_DEFAULT;
1177 if (old_attr.posture != POSTURE_NORMAL
1182 old_attr.posture = POSTURE_NORMAL;
1185 if (old_attr.underline != UNDERLINE_OFF
1190 old_attr.underline = UNDERLINE_OFF;
1193 if ((old_attr
1139 out_attr_change(term_ostream_t stream, attributes_t old_attr, attributes_t new_attr) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/ehca/
H A Dehca_irq.c341 struct ehca_sma_attr *old_attr = &shca->sport[port_num - 1].saved_attr; local
345 if (new_attr.sm_sl != old_attr->sm_sl ||
346 new_attr.sm_lid != old_attr->sm_lid)
350 if (new_attr.lid != old_attr->lid ||
351 new_attr.lmc != old_attr->lmc)
355 if (new_attr.pkey_tbl_len != old_attr->pkey_tbl_len ||
356 memcmp(new_attr.pkeys, old_attr->pkeys,
361 *old_attr = new_attr;

Completed in 153 milliseconds