Home
last modified time | relevance | path

Searched refs:UNIT_COLOR (Results 1 – 6 of 6) sorted by relevance

/dports/emulators/simh/simh-3.9.0_5/Ibm1130/
H A Dibm1130_plot.c130 #define UNIT_COLOR (7u << UNIT_V_COLOR) /* three bits */ macro
144 #define SET_COLOR(op) {plot_unit[0].flags &= ~UNIT_COLOR; plot_unit[0].flags |= (op);}
145 #define GET_COLOR (plot_unit[0].flags & UNIT_COLOR)
179 { UNIT_COLOR, PEN_BLACK, "black", "BLACK", &plot_validate_change},
180 { UNIT_COLOR, PEN_RED, "red", "RED", &plot_validate_change},
181 { UNIT_COLOR, PEN_BLUE, "blue", "BLUE", &plot_validate_change},
182 { UNIT_COLOR, PEN_GREEN, "green", "GREEN", &plot_validate_change},
183 { UNIT_COLOR, PEN_YELLOW, "yellow", "YELLOW", &plot_validate_change},
184 { UNIT_COLOR, PEN_PURPLE, "purple", "PURPLE", &plot_validate_change},
185 { UNIT_COLOR, PEN_LTGREY, "ltgrey", "LTGREY", &plot_validate_change},
[all …]
/dports/graphics/sswf/sswf-1.8.4/src/sswf/
H A Dsswf_grammar.h47 UNIT_COLOR = 263, enumerator
82 #define UNIT_COLOR 263 macro
H A Dsswf_grammar.y57 %token <type> UNIT_ANGLE UNIT_COLOR UNIT_RATIO UNIT_SIZE UNIT_SPEED UNIT_TIME
88 %left UNIT_COLOR
163 | expr UNIT_COLOR %prec UNIT_COLOR
H A Dsswf_grammar.c74 UNIT_COLOR = 263, enumerator
109 #define UNIT_COLOR 263 macro
/dports/graphics/sswf/sswf-1.8.4/VC/
H A Dsswf_grammar.h37 UNIT_COLOR = 263, enumerator
71 #define UNIT_COLOR 263 macro
H A Dsswf_grammar.c61 UNIT_COLOR = 263, enumerator
95 #define UNIT_COLOR 263 macro