Lines Matching defs:NE
1780 #define NE(field) (oldbw->field != newbw->field)
1782 if (NE(bitmap.grid))
1785 if (NE(bitmap.dashed))
1788 if (NE(bitmap.axes))
1791 if (NE(bitmap.stippled))
1794 if (NE(bitmap.proportional))
1797 if (NE(bitmap.filename) || NE(bitmap.basename) || NE(bitmap.size))
1800 if (NE(bitmap.filename)) {
1809 if (NE(bitmap.basename)) {
1818 if (NE(bitmap.size)) {
1827 if (NE(bitmap.margin) ||
1828 NE(bitmap.grid_tolerance) ||
1829 NE(bitmap.squareW) ||
1830 NE(bitmap.squareH) ||
1831 NE(core.height) ||
1832 NE(core.width))
1835 if (NE(bitmap.hot.x) || NE(bitmap.hot.y))
1838 if (NE(bitmap.foreground_pixel) || NE(core.background_pixel)) {
1847 if (NE(bitmap.frame_pixel) || NE(core.background_pixel)) {
1856 if (NE(bitmap.dashes)) {
1863 if (NE(bitmap.highlight_pixel) || NE(core.background_pixel)) {
1873 if (NE(bitmap.stipple)) {
1885 #undef NE