Lines Matching refs:ae_u
1261 cfg = ((attr & HL_INVERSE) ? aep->ae_u.gui.bg_color in gui_update_cursor()
1262 : aep->ae_u.gui.fg_color); in gui_update_cursor()
1264 cbg = ((attr & HL_INVERSE) ? aep->ae_u.gui.fg_color in gui_update_cursor()
1265 : aep->ae_u.gui.bg_color); in gui_update_cursor()
1275 xim_bg_color = ((attr & HL_INVERSE) ? aep->ae_u.gui.fg_color in gui_update_cursor()
1276 : aep->ae_u.gui.bg_color); in gui_update_cursor()
1277 xim_fg_color = ((attr & HL_INVERSE) ? aep->ae_u.gui.bg_color in gui_update_cursor()
1278 : aep->ae_u.gui.fg_color); in gui_update_cursor()
2366 if (aep != NULL && aep->ae_u.gui.font != NOFONT) in gui_outstr_nowrap()
2367 font = aep->ae_u.gui.font; in gui_outstr_nowrap()
2369 else if (aep != NULL && aep->ae_u.gui.fontset != NOFONTSET) in gui_outstr_nowrap()
2370 fontset = aep->ae_u.gui.fontset; in gui_outstr_nowrap()
2437 fg_color = aep->ae_u.gui.fg_color; in gui_outstr_nowrap()
2440 bg_color = aep->ae_u.gui.bg_color; in gui_outstr_nowrap()
2443 sp_color = aep->ae_u.gui.sp_color; in gui_outstr_nowrap()