Home
last modified time | relevance | path

Searched refs:_opmap (Results 1 – 5 of 5) sorted by relevance

/dports/games/tycho/species/
H A Dexec_trail.cpp13 return _opmap[field]; in opmap()
18 _opmap[_OP(op,(MODIFIER)i)] = type; in mapop()
23 _opmap[_OP(op,mod)] = type; in mapop()
H A Dexec_trail.hpp40 } _opmap[MAX_OPCODES]; member in COpcodeMap
/dports/games/species/species/
H A Dexec_trail.cpp13 return _opmap[field]; in opmap()
18 _opmap[_OP(op,(MODIFIER)i)] = type; in mapop()
23 _opmap[_OP(op,mod)] = type; in mapop()
H A Dexec_trail.hpp40 } _opmap[MAX_OPCODES]; member in COpcodeMap
/dports/finance/odoo/odoo-19d77c2a03335eb95a686bd69a1b56b38e87d609/odoo/tools/
H A Dsafe_eval.py43 def to_opcodes(opnames, _opmap=opmap): argument
45 if x in _opmap:
46 yield _opmap[x]