Home
last modified time | relevance | path

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

/dports/games/quakeforge/quakeforge-0.7.2/include/QF/
H A Dpr_comp.h162 OP_OR_I, enumerator
/dports/games/quakeforge/quakeforge-0.7.2/libs/gamecode/
H A Dpr_opcode.c949 {"||", "or.i", OP_OR_I, false,
H A Dpr_exec.c1058 case OP_OR_I: in PR_ExecuteProgram()