Searched refs:factor_op (Results 1 – 2 of 2) sorted by relevance
844 if (m->factor_op != FILE_FACTOR_OP_NONE) in apprentice_magic_strength()949 switch (m->factor_op) { in apprentice_magic_strength()1884 m->factor_op = FILE_FACTOR_OP_NONE; in parse()2233 if (m->factor_op != FILE_FACTOR_OP_NONE) { in parse_strength()2236 m->factor_op, m->factor); in parse_strength()2251 m->factor_op = *l++; in parse_strength()2268 if (m->factor == 0 && m->factor_op == FILE_FACTOR_OP_DIV) { in parse_strength()2270 m->factor_op, m->factor); in parse_strength()2275 m->factor_op = FILE_FACTOR_OP_NONE; in parse_strength()
269 uint8_t factor_op; member