Home
last modified time | relevance | path

Searched refs:theSlot (Results 1 – 25 of 69) sorted by relevance

123

/dports/lang/clips/clips_core_source_630/core/
H A Dtmpltbin.c120 struct templateSlot *theSlot; in BsaveFind() local
180 theSlot != NULL; in BsaveFind()
181 theSlot = theSlot->next) in BsaveFind()
227 struct templateSlot *theSlot; in BsaveBinaryItem() local
308 theSlot != NULL; in BsaveBinaryItem()
309 theSlot = theSlot->next) in BsaveBinaryItem()
515 struct templateSlot *theSlot; in UpdateDeftemplateSlot() local
522 IncrementSymbolCount(theSlot->slotName); in UpdateDeftemplateSlot()
527 theSlot->multislot = btsPtr->multislot; in UpdateDeftemplateSlot()
528 theSlot->noDefault = btsPtr->noDefault; in UpdateDeftemplateSlot()
[all …]
H A Dtmpltfun.c567 struct templateSlot *theSlot; in EnvDeftemplateSlotNames() local
592 theSlot != NULL; in EnvDeftemplateSlotNames()
593 count++, theSlot = theSlot->next) in EnvDeftemplateSlotNames()
611 theSlot != NULL; in EnvDeftemplateSlotNames()
612 count++, theSlot = theSlot->next) in EnvDeftemplateSlotNames()
663 struct templateSlot *theSlot; in EnvDeftemplateSlotDefaultP() local
702 if (theSlot->noDefault) in EnvDeftemplateSlotDefaultP()
803 if (theSlot->noDefault) in EnvDeftemplateSlotDefaultValue()
911 if (theSlot->multislot == 0) in EnvDeftemplateSlotCardinality()
1138 (theSlot->constraints->anyAllowed || theSlot->constraints->floatsAllowed || in EnvDeftemplateSlotRange()
[all …]
H A Dtmpltcmp.c328 struct templateSlot *theSlot, in SlotToCode() argument
338 PrintSymbolReference(theEnv,theFile,theSlot->slotName); in SlotToCode()
344 fprintf(theFile,",%d,%d,%d,%d,",theSlot->multislot,theSlot->noDefault, in SlotToCode()
345 theSlot->defaultPresent,theSlot->defaultDynamic); in SlotToCode()
351 PrintConstraintReference(theEnv,theFile,theSlot->constraints,imageID,maxIndices); in SlotToCode()
358 PrintHashedExpressionReference(theEnv,theFile,theSlot->defaultList,imageID,maxIndices); in SlotToCode()
365 PrintHashedExpressionReference(theEnv,theFile,theSlot->facetList,imageID,maxIndices); in SlotToCode()
372 if (theSlot->next == NULL) in SlotToCode()
H A Dfactfun.c330 struct templateSlot *theSlot; in EnvFactSlotNames() local
354 for (count = 0, theSlot = theFact->whichDeftemplate->slotList; in EnvFactSlotNames()
355 theSlot != NULL; in EnvFactSlotNames()
356 count++, theSlot = theSlot->next) in EnvFactSlotNames()
373 for (count = 1, theSlot = theFact->whichDeftemplate->slotList; in EnvFactSlotNames()
374 theSlot != NULL; in EnvFactSlotNames()
375 count++, theSlot = theSlot->next) in EnvFactSlotNames()
378 SetMFValue(theList,count,theSlot->slotName); in EnvFactSlotNames()
H A Danalysis.c828 struct lhsParseNode *theSlot, in UnboundVariablesInPattern() argument
844 if (theSlot->multifieldSlot) in UnboundVariablesInPattern()
846 theSlot = theSlot->bottom; in UnboundVariablesInPattern()
847 while (theSlot != NULL) in UnboundVariablesInPattern()
849 if (UnboundVariablesInPattern(theEnv,theSlot,pattern)) in UnboundVariablesInPattern()
851 theSlot = theSlot->right; in UnboundVariablesInPattern()
861 slotName = theSlot->slot; in UnboundVariablesInPattern()
862 theField = theSlot->index; in UnboundVariablesInPattern()
863 theConstraints = theSlot->constraints; in UnboundVariablesInPattern()
869 for (orField = theSlot->bottom; in UnboundVariablesInPattern()
H A Dfactrete.c64 unsigned short theField, theSlot; in FactPNGetVar1() local
103 theSlot = hack->whichSlot; in FactPNGetVar1()
104 fieldPtr = &factPtr->theProposition.theFields[theSlot]; in FactPNGetVar1()
126 theSlot = hack->whichSlot; in FactPNGetVar1()
127 fieldPtr = &factPtr->theProposition.theFields[theSlot]; in FactPNGetVar1()
135 theField = AdjustFieldPosition(theEnv,marks,theField,theSlot,&extent); in FactPNGetVar1()
371 unsigned short theField, theSlot; in FactJNGetVar1() local
433 theSlot = hack->whichSlot; in FactJNGetVar1()
434 fieldPtr = &factPtr->theProposition.theFields[theSlot]; in FactJNGetVar1()
456 theSlot = hack->whichSlot; in FactJNGetVar1()
[all …]
/dports/devel/libsigc++30/libsigc++-3.0.7/tests/
H A Dtest_slot_disconnect.cc35 sigc::slot<void()> theSlot(sigc::ptr_fun(&Foo)); in main() local
36 theSlot(); in main()
39 theSlot.disconnect(); in main()
40 theSlot(); in main()
43 theSlot = sigc::ptr_fun(&Bar); in main()
44 theSlot(); in main()
47 theSlot = sigc::slot<void()>(); // Assign an empty slot. in main()
48 theSlot(); in main()
/dports/devel/libsigc++20/libsigc++-2.10.4/tests/
H A Dtest_slot_disconnect.cc35 sigc::slot<void> theSlot(sigc::ptr_fun(&Foo)); in main() local
36 theSlot(); in main()
39 theSlot.disconnect(); in main()
40 theSlot(); in main()
43 theSlot = sigc::ptr_fun(&Bar); in main()
44 theSlot(); in main()
47 theSlot = sigc::slot<void>(); // Assign an empty slot. in main()
48 theSlot(); in main()
/dports/databases/percona57-server/boost_1_59_0/tools/build/example/qt/qt4/moccable-cpp/
H A Dmain.cpp20 connect(b, SIGNAL(clicked()), this, SLOT(theSlot())); in My_widget()
24 void theSlot() in theSlot() function in My_widget
/dports/databases/xtrabackup/boost_1_59_0/tools/build/example/qt/qt4/moccable-cpp/
H A Dmain.cpp20 connect(b, SIGNAL(clicked()), this, SLOT(theSlot())); in My_widget()
24 void theSlot() in theSlot() function in My_widget
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/tools/build/example/qt/qt4/moccable-cpp/
H A Dmain.cpp20 connect(b, SIGNAL(clicked()), this, SLOT(theSlot())); in My_widget()
24 void theSlot() in theSlot() function in My_widget
/dports/databases/mysqlwsrep57-server/boost_1_59_0/tools/build/example/qt/qt4/moccable-cpp/
H A Dmain.cpp20 connect(b, SIGNAL(clicked()), this, SLOT(theSlot())); in My_widget()
24 void theSlot() in theSlot() function in My_widget
/dports/databases/percona57-client/boost_1_59_0/tools/build/example/qt/qt4/moccable-cpp/
H A Dmain.cpp20 connect(b, SIGNAL(clicked()), this, SLOT(theSlot())); in My_widget()
24 void theSlot() in theSlot() function in My_widget
/dports/devel/boost-docs/boost_1_72_0/tools/build/example/qt/qt4/moccable-cpp/
H A Dmain.cpp20 connect(b, SIGNAL(clicked()), this, SLOT(theSlot())); in My_widget()
24 void theSlot() in theSlot() function in My_widget
/dports/devel/boost-libs/boost_1_72_0/tools/build/example/qt/qt4/moccable-cpp/
H A Dmain.cpp20 connect(b, SIGNAL(clicked()), this, SLOT(theSlot())); in My_widget()
24 void theSlot() in theSlot() function in My_widget
/dports/devel/boost-python-libs/boost_1_72_0/tools/build/example/qt/qt4/moccable-cpp/
H A Dmain.cpp20 connect(b, SIGNAL(clicked()), this, SLOT(theSlot())); in My_widget()
24 void theSlot() in theSlot() function in My_widget
/dports/devel/boost_build/build-29baa79/example/qt/qt4/moccable-cpp/
H A Dmain.cpp20 connect(b, SIGNAL(clicked()), this, SLOT(theSlot())); in My_widget()
24 void theSlot() in theSlot() function in My_widget
/dports/devel/hyperscan/boost_1_75_0/tools/build/example/qt/qt4/moccable-cpp/
H A Dmain.cpp20 connect(b, SIGNAL(clicked()), this, SLOT(theSlot())); in My_widget()
24 void theSlot() in theSlot() function in My_widget
/dports/databases/xtrabackup/boost_1_59_0/tools/build/example/qt/qt3/moccable-cpp/
H A Dmain.cpp21 connect(b, SIGNAL(clicked()), this, SLOT(theSlot())); in My_widget()
25 void theSlot() in theSlot() function in My_widget
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/tools/build/example/qt/qt3/moccable-cpp/
H A Dmain.cpp21 connect(b, SIGNAL(clicked()), this, SLOT(theSlot())); in My_widget()
25 void theSlot() in theSlot() function in My_widget
/dports/databases/mysqlwsrep57-server/boost_1_59_0/tools/build/example/qt/qt3/moccable-cpp/
H A Dmain.cpp21 connect(b, SIGNAL(clicked()), this, SLOT(theSlot())); in My_widget()
25 void theSlot() in theSlot() function in My_widget
/dports/databases/percona57-server/boost_1_59_0/tools/build/example/qt/qt3/moccable-cpp/
H A Dmain.cpp21 connect(b, SIGNAL(clicked()), this, SLOT(theSlot())); in My_widget()
25 void theSlot() in theSlot() function in My_widget
/dports/databases/percona57-client/boost_1_59_0/tools/build/example/qt/qt3/moccable-cpp/
H A Dmain.cpp21 connect(b, SIGNAL(clicked()), this, SLOT(theSlot())); in My_widget()
25 void theSlot() in theSlot() function in My_widget
/dports/devel/boost-docs/boost_1_72_0/tools/build/example/qt/qt3/moccable-cpp/
H A Dmain.cpp21 connect(b, SIGNAL(clicked()), this, SLOT(theSlot())); in My_widget()
25 void theSlot() in theSlot() function in My_widget
/dports/devel/boost-libs/boost_1_72_0/tools/build/example/qt/qt3/moccable-cpp/
H A Dmain.cpp21 connect(b, SIGNAL(clicked()), this, SLOT(theSlot())); in My_widget()
25 void theSlot() in theSlot() function in My_widget

123