Home
last modified time | relevance | path

Searched refs:FCALL (Results 1 – 25 of 105) sorted by relevance

12345

/dports/graphics/opendx/dx-4.4.4/src/exec/dpexec/
H A Dcommand.c142 FCALL ("", Assign),
168 FCALL ("file", MdfLoadFile),
169 FCALL ("print", Describe),
182 FCALL ("env", Getenv),
188 FCALL ("hosts", PrintHosts),
189 FCALL ("mdf", Describe),
190 FCALL ("version", Version)
209 FCALL ("getenv", Getenv),
210 FCALL ("getkey", GetKey),
220 FCALL ("pfsmgr", Pfsmgr),
[all …]
/dports/lang/clips/clips_core_source_630/core/
H A Dgenerate.c482 { top = GenConstant(theEnv,FCALL,ExpressionData(theEnv)->PTR_NEQ); } in GenPNConstant()
484 { top = GenConstant(theEnv,FCALL,ExpressionData(theEnv)->PTR_EQ); } in GenPNConstant()
527 { top = GenConstant(theEnv,FCALL,ExpressionData(theEnv)->PTR_NEQ); } in GenJNConstant()
529 { top = GenConstant(theEnv,FCALL,ExpressionData(theEnv)->PTR_EQ); } in GenJNConstant()
573 top = GenConstant(theEnv,FCALL,ExpressionData(theEnv)->PTR_NOT); in GenJNColon()
609 top = GenConstant(theEnv,FCALL,ExpressionData(theEnv)->PTR_NOT); in GenPNColon()
649 { top = GenConstant(theEnv,FCALL,ExpressionData(theEnv)->PTR_NEQ); } in GenJNEq()
651 { top = GenConstant(theEnv,FCALL,ExpressionData(theEnv)->PTR_EQ); } in GenJNEq()
689 { top = GenConstant(theEnv,FCALL,ExpressionData(theEnv)->PTR_NEQ); } in GenPNEq()
691 { top = GenConstant(theEnv,FCALL,ExpressionData(theEnv)->PTR_EQ); } in GenPNEq()
[all …]
H A Dexprnpsr.c230 top = GenConstant(theEnv,FCALL,theFunction); in Function2Parse()
249 if (top->type == FCALL) in Function2Parse()
294 if ((top->type == FCALL) && EnvGetStaticConstraintChecking(theEnv)) in Function2Parse()
357 if ((fcallexp->type != FCALL) ? FALSE : in ReplaceSequenceExpansionOps()
372 fcallexp->type = FCALL; in ReplaceSequenceExpansionOps()
382 actions->type = FCALL; in ReplaceSequenceExpansionOps()
390 (actions->type == FCALL)) in ReplaceSequenceExpansionOps()
735 top = GenConstant(theEnv,FCALL,FindFunction(theEnv,"progn")); in GroupActions()
950 if (theExpression->type != FCALL) return(theExpression); in RemoveUnneededProgn()
H A Dinspsr.c200 top->type = FCALL; in ParseInitializeInstance()
233 top->argList->type = FCALL; in ParseInitializeInstance()
301 … top->argList->nextArg = GenConstant(theEnv,FCALL,(void *) FindFunction(theEnv,"gensym*")); in ParseInitializeInstance()
443 top->argList = GenConstant(theEnv,FCALL, in ParseSimpleInstance()
487 tval = GenConstant(theEnv,FCALL,(void *) FindFunction(theEnv,"create$")); in ParseSimpleInstance()
H A Dimmthpsr.c97 action.type = FCALL; in AddImplicitMethods()
262 rptr->query = GenConstant(theEnv,FCALL,(void *) FindFunction(theEnv,"<=")); in FormMethodsFromRestrictions()
263 rptr->query->argList = GenConstant(theEnv,FCALL,(void *) FindFunction(theEnv,"length$")); in FormMethodsFromRestrictions()
H A Dexprnops.c377 case FCALL: in PrintExpression()
504 tempPtr = GenConstant(theEnv,FCALL,ExpressionData(theEnv)->PTR_AND); in CombineExpressions()
541 tempPtr = GenConstant(theEnv,FCALL,ExpressionData(theEnv)->PTR_NOT); in NegateExpression()
H A Dfactgen.c298 { top = GenConstant(theEnv,FCALL,ExpressionData(theEnv)->PTR_NEQ); } in FactGenPNConstant()
300 { top = GenConstant(theEnv,FCALL,ExpressionData(theEnv)->PTR_EQ); } in FactGenPNConstant()
1094 if (selfNode->negated) top = GenConstant(theEnv,FCALL,ExpressionData(theEnv)->PTR_NEQ); in FactPNVariableComparison()
1095 else top = GenConstant(theEnv,FCALL,ExpressionData(theEnv)->PTR_EQ); in FactPNVariableComparison()
1242 { top = GenConstant(theEnv,FCALL,ExpressionData(theEnv)->PTR_NEQ); } in FactJNVariableComparison()
1244 { top = GenConstant(theEnv,FCALL,ExpressionData(theEnv)->PTR_EQ); } in FactJNVariableComparison()
H A Dfactqpsr.c625 bexp->type = FCALL; in ReplaceFactVariables()
699 theExp->type = FCALL; in ReplaceSlotReference()
724 if (theExp->type != FCALL) in IsQueryFunction()
H A Dinsqypsr.c560 bexp->type = FCALL; in ReplaceInstanceVariables()
634 theExp->type = FCALL; in ReplaceSlotReference()
659 if (theExp->type != FCALL) in IsQueryFunction()
H A Dconstant.h143 #define FCALL 30 macro
H A Devaluatn.c169 case FCALL: in EvaluateExpression()
943 return(GenConstant(theEnv,FCALL,(void *) FindFunction(theEnv,"create$"))); in ConvertValueToExpression()
1051 { return(GenConstant(theEnv,FCALL,fptr)); } in FunctionReferenceExpression()
1118 theReference->type = FCALL; in GetFunctionReference()
H A Dfactrhs.c131 stub = GenConstant(theEnv,FCALL,(void *) FindFunction(theEnv,"assert")); in BuildRHSAssert()
188 stub = GenConstant(theEnv,FCALL,(void *) FindFunction(theEnv,"progn")); in BuildRHSAssert()
H A Dexprnbin.c133 case FCALL: in UpdateExpression()
432 case FCALL: in BsaveExpression()
H A Dcstrnchk.c731 else if (theType == FCALL) in ConstraintCheckValue()
761 else if (theExp->type == FCALL) in ConstraintCheckExpressionChain()
H A Ddffctbsc.c163 stub = GenConstant(theEnv,FCALL,FindFunction(theEnv,"assert")); in ClearDeffacts()
/dports/science/gnudatalanguage/gdl-1.0.1/src/
H A DGDLTreeParser.hpp42 || t == FCALL || t == MFCALL || t == MFCALL_PARENT in IsREF_CHECK()
57 if( lT == FCALL || lT == MFCALL || lT == MFCALL_PARENT || in AssignReplace()
H A Dgdlc.tree.g95 || t == FCALL || t == MFCALL || t == MFCALL_PARENT
110 if( lT == FCALL || lT == MFCALL || lT == MFCALL_PARENT ||
821 // || t == FCALL || t == MFCALL || t == MFCALL_PARENT
1230 // if( cT != FCALL &&
1510 // we use #id for the FCALL part
1511 #id->setType( FCALL);
1514 if( funIx != -1) // found -> FCALL
1517 // #(/*[FCALL,"fcall"],*/ id, el);
1631 | #(f:FCALL id:IDENTIFIER!
1684 #f->setType(FCALL);
[all …]
H A DGDLInterpreter.cpp904 case FCALL: in l_decinc_indexable_expr()
974 case FCALL: in l_function_call_internal()
1160 case FCALL: in l_decinc_array_expr()
1593 case FCALL: in l_decinc_expr()
1756 case FCALL: in expr()
1888 case FCALL: in indexable_tmp_expr()
1981 case FCALL: in l_expr_internal()
2122 case FCALL: in tmp_expr()
2433 case FCALL: in l_indexable_expr()
2671 case FCALL: in l_dot_array_expr()
[all …]
H A DGDLTokenTypes.hpp49 FCALL = 39, enumerator
H A DGDLTreeParserTokenTypes.hpp50 FCALL = 39, enumerator
H A DGDLInterpreterTokenTypes.hpp50 FCALL = 39, enumerator
/dports/net/dgd/dgd-1.4.23/src/comp/
H A Dcontrol.h60 # define FCALL 4 macro
/dports/lang/sdcc/sdcc-4.0.0/sim/ucsim/xa.src/
H A Dglob.h74 FCALL, enumerator
/dports/science/dynare/dynare-4.6.4/preprocessor/src/
H A DCodeInterpreter.hh96 FCALL, //!< Call an external function - 23 (35) enumerator
1142 …agWithFourArguments<unsigned int, unsigned int, string, unsigned int>::TagWithFourArguments{FCALL}, in FCALL_()
1151 …s<unsigned int, unsigned int, string, unsigned int>::TagWithFourArguments{FCALL, nb_output_argumen… in FCALL_()
1256 op_code = FCALL; code += sizeof(op_code); in load()
1956 case FCALL: in get_op_code()
1965 tags_liste.emplace_back(FCALL, fcall); in get_op_code()
/dports/lang/snobol4/snobol4-2.2.2/snolib/
H A Dsdb.sno244 * never break inside sdb code (typ. 1st line of SDB.DEFINE, inside FCALL)
261 * never break inside sdb code (typ. 1st line of SDB.DEFINE, inside FCALL)
441 * (could do work in SDB.FCALL/SDB.FRET but they don't work on SPITBOL)
987 DEFINE('SDB.FCALL(FNAME)S,I,L,C,V') :(SDB.FCALL.END)
989 SDB.FCALL
995 SDB.FCALL.ARGLOP
996 S = S C SDB.VALUE($ARG(FNAME,I)) :F(SDB.FCALL.EARGLOP)
998 I = I + 1 :(SDB.FCALL.ARGLOP)
999 SDB.FCALL.EARGLOP
1005 SDB.FCALL.END
[all …]

12345