Home
last modified time | relevance | path

Searched refs:TOK_DJN (Results 1 – 15 of 15) sorted by relevance

/dports/games/tycho/species/
H A Dasm.h43 TOK_DJN, enumerator
H A Dasm.c65 { "DJN", TOK_DJN },
380 case TOK_DJN: op = DJN; break; in asm_line()
/dports/games/species/species/
H A Dasm.h43 TOK_DJN, enumerator
H A Dasm.c65 { "DJN", TOK_DJN },
380 case TOK_DJN: op = DJN; break; in asm_line()
/dports/games/exhaust/exhaust-1.9.2/
H A Dasm.h41 TOK_DJN, enumerator
H A Dasm.c65 { "DJN", TOK_DJN },
382 case TOK_DJN: op = DJN; break; in asm_line()
/dports/games/exhaust-doc/exhaust-1.9.2/
H A Dasm.h41 TOK_DJN, enumerator
H A Dasm.c65 { "DJN", TOK_DJN },
382 case TOK_DJN: op = DJN; break; in asm_line()
/dports/games/exhaust-ma/exhaust-ma-1.9/
H A Dasm.h41 TOK_DJN, enumerator
H A Dasm.c65 { "DJN", TOK_DJN },
382 case TOK_DJN: op = DJN; break; in asm_line()
/dports/games/tycho/tycho/
H A Dasm.h43 TOK_DJN, enumerator
H A Dasm.c73 { "DJN", TOK_DJN },
390 case TOK_DJN: op = DJN; break; in asm_line()
/dports/games/species/tycho/
H A Dasm.h43 TOK_DJN, enumerator
H A Dasm.c73 { "DJN", TOK_DJN },
390 case TOK_DJN: op = DJN; break; in asm_line()
/dports/games/fmars/fmars-0.0.207/
H A Dfm_asm.c178 TOK_APREDEC, TOK_DAT, TOK_SPL, TOK_MOV, TOK_DJN, TOK_ADD, TOK_JMZ, enumerator
269 {"ORG", TOK_ORG}, {"DJN", TOK_DJN}, {"X", TOK_X}, {"DIV", TOK_DIV}, in lookup_tok()
1181 case TOK_DJN: return DJN; in op_to_exhaust()