Home
last modified time | relevance | path

Searched refs:CONSTDBL (Results 1 – 23 of 23) sorted by relevance

/dports/games/openbor3711/openbor-6ec17fa/engine/source/scriptlib/
H A DInstruction.c107 if( pins->OpCode == CONSTDBL){ in Instruction_ConvertConstant()
149 case CONSTDBL: in Instruction_ToString()
H A DInstruction.h18 typedef enum OpCode{ CONSTSTR, CONSTDBL, CONSTINT, LOAD, SAVE, INC, DEC, FIELD, CALL, POS, NEG, enumerator
H A DInterpreter.c407 case CONSTDBL: in Interpreter_CompileInstructions()
718 case CONSTDBL: in Interpreter_EvalInstruction()
H A DParser.c1358 Parser_AddInstructionViaToken(pparser, CONSTDBL, &(pparser->theNextToken), NULL ); in Parser_Constant()
/dports/games/openbor3482/openbor-2c1ecd7/engine/source/scriptlib/
H A DInstruction.c107 if( pins->OpCode == CONSTDBL){ in Instruction_ConvertConstant()
149 case CONSTDBL: in Instruction_ToString()
H A DInstruction.h18 typedef enum OpCode{ CONSTSTR, CONSTDBL, CONSTINT, LOAD, SAVE, INC, DEC, FIELD, CALL, POS, NEG, enumerator
H A DInterpreter.c405 case CONSTDBL: in Interpreter_CompileInstructions()
716 case CONSTDBL: in Interpreter_EvalInstruction()
H A DParser.c1334 Parser_AddInstructionViaToken(pparser, CONSTDBL, &(pparser->theNextToken), NULL ); in Parser_Constant()
/dports/games/openbor4432/openbor-ba1eb4f/engine/source/scriptlib/
H A DInstruction.h18 typedef enum OpCode { CONSTSTR, CONSTDBL, CONSTINT, LOAD, SAVE, INC, DEC, FIELD, CALL, POS, NEG, enumerator
H A DInstruction.c134 if( pins->OpCode == CONSTDBL) in Instruction_ConvertConstant()
225 case CONSTDBL: in Instruction_ToString()
H A DInterpreter.c491 case CONSTDBL: in Interpreter_CompileInstructions()
901 case CONSTDBL: in Interpreter_CompileInstructions()
928 case CONSTDBL: in Interpreter_CompileInstructions()
968 case CONSTDBL: in Interpreter_EvalInstruction()
H A DParser.c1876 pInstruction->OpCode == CONSTDBL ) in Parser_Unary_expr()
1897 if(pInstruction->OpCode == CONSTINT || pInstruction->OpCode == CONSTDBL) in Parser_Unary_expr()
2111 Parser_AddInstructionViaToken(pparser, CONSTDBL, &(pparser->theNextToken), NULL ); in Parser_Constant()
/dports/games/openbor/openbor-3caaddd5/engine/source/scriptlib/
H A DInstruction.h18 typedef enum OpCode { CONSTSTR, CONSTDBL, CONSTINT, LOAD, SAVE, INC, DEC, FIELD, CALL, POS, NEG, enumerator
H A DInstruction.c134 if( pins->OpCode == CONSTDBL) in Instruction_ConvertConstant()
225 case CONSTDBL: in Instruction_ToString()
H A DInterpreter.c491 case CONSTDBL: in Interpreter_CompileInstructions()
901 case CONSTDBL: in Interpreter_CompileInstructions()
928 case CONSTDBL: in Interpreter_CompileInstructions()
968 case CONSTDBL: in Interpreter_EvalInstruction()
H A DParser.c1804 pInstruction->OpCode == CONSTDBL ) in Parser_Unary_expr()
1825 if(pInstruction->OpCode == CONSTINT || pInstruction->OpCode == CONSTDBL) in Parser_Unary_expr()
2039 Parser_AddInstructionViaToken(pparser, CONSTDBL, &(pparser->theNextToken), NULL ); in Parser_Constant()
/dports/games/openbor3979/openbor-2bcf25b/engine/source/scriptlib/
H A DInstruction.h18 typedef enum OpCode { CONSTSTR, CONSTDBL, CONSTINT, LOAD, SAVE, INC, DEC, FIELD, CALL, POS, NEG, enumerator
H A DInstruction.c149 if( pins->OpCode == CONSTDBL) in Instruction_ConvertConstant()
240 case CONSTDBL: in Instruction_ToString()
H A DInterpreter.c491 case CONSTDBL: in Interpreter_CompileInstructions()
899 case CONSTDBL: in Interpreter_CompileInstructions()
926 case CONSTDBL: in Interpreter_CompileInstructions()
966 case CONSTDBL: in Interpreter_EvalInstruction()
H A DParser.c1841 pInstruction->OpCode == CONSTDBL ) in Parser_Unary_expr()
1863 pInstruction->OpCode == CONSTDBL || in Parser_Unary_expr()
2063 Parser_AddInstructionViaToken(pparser, CONSTDBL, &(pparser->theNextToken), NULL ); in Parser_Constant()
/dports/games/openbor3482/openbor-2c1ecd7/engine/
H A Dopenborscript.c679 #define ISCONST(x) ((x) && ((x->OpCode==CONSTINT)||(x->OpCode==CONSTSTR)||(x->OpCode==CONSTDBL))) in Script_LowerConstants()
/dports/games/openbor3979/openbor-2bcf25b/engine/
H A Dopenborscript.c1244 #define ISCONST(x) ((x) && ((x->OpCode==CONSTINT)||(x->OpCode==CONSTSTR)||(x->OpCode==CONSTDBL))) in Script_LowerConstants()
/dports/games/openbor3711/openbor-6ec17fa/engine/
H A Dopenborscript.c720 #define ISCONST(x) ((x) && ((x->OpCode==CONSTINT)||(x->OpCode==CONSTSTR)||(x->OpCode==CONSTDBL))) in Script_LowerConstants()