Searched refs:factor_op (Results 1 – 2 of 2) sorted by relevance
782 if (m->factor_op != FILE_FACTOR_OP_NONE) in apprentice_magic_strength()892 switch (m->factor_op) { in apprentice_magic_strength()1820 m->factor_op = FILE_FACTOR_OP_NONE; in parse()2142 if (m->factor_op != FILE_FACTOR_OP_NONE) { in parse_strength()2145 m->factor_op, m->factor); in parse_strength()2160 m->factor_op = *l++; in parse_strength()2177 if (m->factor == 0 && m->factor_op == FILE_FACTOR_OP_DIV) { in parse_strength()2179 m->factor_op, m->factor); in parse_strength()2184 m->factor_op = FILE_FACTOR_OP_NONE; in parse_strength()
256 uint8_t factor_op; member