Lines Matching defs:NE
3765 #define NE(field) newfsb->fsb.field != oldfsb->fsb.field
3767 if (NE(field)) newfsb->fsb.field = oldfsb->fsb.field;
3818 if (NE(preview_string)) {
3824 if (NE(default_resource_path)) {
3831 if (NE(resource_path_override)) {
3840 if (NE(context)) {
3866 if (NE(sizes)) {
3871 if (NE(show_sampler)) {
3876 if (NE(show_sampler_button)) {
3882 if (NE(font_size)) newfsb->fsb.currently_selected_size = 0.0;
3884 if (NE(use_font_name) || NE(font_name) || NE(font_family) ||
3885 NE(font_face) || NE(font_size) || NE(font_name_multiple) ||
3886 NE(font_family_multiple) || NE(font_face_multiple) ||
3887 NE(font_size_multiple) || NE(font_blend)) setSelection = True;
3894 if ((NE(font_name) || NE(font_size)) &&
3908 #undef NE