Home
last modified time | relevance | path

Searched refs:RULE_COMPOSE (Results 1 – 3 of 3) sorted by relevance

/dports/cad/magic/magic-8.3.245/database/
H A DDBtpaint.c362 { RULE_COMPOSE, RULE_DECOMPOSE, RULE_PAINT, RULE_ERASE };
422 case RULE_COMPOSE:
499 if (ruleType == RULE_COMPOSE)
H A DdatabaseInt.h190 #define RULE_COMPOSE 1 macro
H A DDBtpaint2.c837 if (rule->r_ruleType == RULE_COMPOSE) in dbComposeSavedRules()