Lines Matching refs:last
141 #define AUTOFORMAT_COLOR( first, last, themed_style, color_token ) \ argument
142 { first, last, themed_style, color_token, XML_TOKEN_INVALID, 0, 100, 0, false }
152 #define AUTOFORMAT_COLORMOD( first, last, themed_style, color_token, mod_token, mod_value ) \ argument
153 { first, last, themed_style, color_token, mod_token, mod_value, 100, 0, false }
163 #define AUTOFORMAT_PATTERN( first, last, themed_style, line_width, pattern ) \ argument
164 … { first, last, themed_style, XML_TOKEN_INVALID, XML_TOKEN_INVALID, 0, line_width, pattern, false }
166 #define AUTOFORMAT_FADED( first, last, themed_style, color_token, line_width ) \ argument
167 { first, last, themed_style, color_token, XML_TOKEN_INVALID, 0, line_width, 0, true }
177 #define AUTOFORMAT_INVISIBLE( first, last ) \ argument
178 AUTOFORMAT_COLOR( first, last, -1, XML_TOKEN_INVALID )
449 #define AUTOTEXT_COLOR( first, last, themed_font, color_token, def_font_size, rel_font_size, bold )… argument
450 { first, last, themed_font, color_token, def_font_size, rel_font_size, bold }