Searched refs:CTCSVariableIsTrue (Results 1 – 4 of 4) sorted by relevance
283 function CTCSVariableIsTrue(const V: PCTCfgScriptVariable): boolean; inline; in CTCSVariableIsTrue() function877 function CTCSVariableIsTrue(const V: PCTCfgScriptVariable): boolean; in CTCSVariableIsTrue() function1447 ExprIsTrue:=CTCSVariableIsTrue(FStack.TopItemOperand);2185 b:=CTCSVariableIsTrue(@OperandItem^.Operand);2192 b:=CTCSVariableIsTrue(@OperandItem^.Operand);2197 ctcsoAnd: b:=b and CTCSVariableIsTrue(@OperandItem^.Operand);2198 ctcsoOr: b:=b or CTCSVariableIsTrue(@OperandItem^.Operand);2199 ctcsoXOr: b:=b xor CTCSVariableIsTrue(@OperandItem^.Operand);