Home
last modified time | relevance | path

Searched refs:opTable (Results 1 – 25 of 35) sorted by relevance

12

/dports/sysutils/plasma5-ksysguard/ksysguard-5.22.0/ksysguardd/NetBSD/
H A Dnetdev.c154 } opTable[] = { variable
191 for (i=0; i<LEN(opTable[0].op); i++) in prVal()
192 if (!strcmp(p, opTable[N].op[i].label)) in prVal()
211 for (i=0; i<LEN(opTable[0].op); i++) in prInfo()
212 if (!strcmp(p, opTable[N].op[i].label)) in prInfo()
226 for (j=0; j<LEN(opTable); j++) { in NDreg()
229 for (k=0; k<LEN(opTable[0].op); k++) { in NDreg()
235 opTable[j].label, in NDreg()
236 opTable[j].op[k].label); in NDreg()
243 opTable[j].read, in NDreg()
[all …]
/dports/lang/io-devel/io-9bfac31d/libs/iovm/source/
H A DIoMessage_opShuffle.c177 IoObject *opTable = IoObject_rawGetSlot_(msg, operatorTableSymbol); in Levels_new() local
180 if (opTable == NULL) in Levels_new()
187 opTable = IoObject_rawGetSlot_(state->core, operatorTableSymbol); in Levels_new()
190 if (opTable == NULL) in Levels_new()
192 opTable = IoObject_new(state); in Levels_new()
193 IoObject_setSlot_to_(state->core, operatorTableSymbol, opTable); in Levels_new()
194 …IoObject_setSlot_to_(opTable, IoState_symbolWithCString_(state, "precedenceLevelCount"), IoState_n… in Levels_new()
198 self->operatorTable = getOpTable(opTable, "operators", IoState_createOperatorTable); in Levels_new()
199 …self->assignOperatorTable = getOpTable(opTable, "assignOperators", IoState_createAssignOperatorTab… in Levels_new()
/dports/lang/squeak/Squeak-4.10.2.2614-src/unix/src/vm/intplugins/BitBltPlugin/
H A DBitBltPlugin.c248 static void *opTable[43]; variable
2059 opTable[1+1] = (void *)bitAndwith; in initBBOpTable()
2064 opTable[6+1] = (void *)bitXorwith; in initBBOpTable()
2065 opTable[7+1] = (void *)bitOrwith; in initBBOpTable()
2076 opTable[18+1] = (void *)addWordwith; in initBBOpTable()
2077 opTable[19+1] = (void *)subWordwith; in initBBOpTable()
2078 opTable[20+1] = (void *)rgbAddwith; in initBBOpTable()
2079 opTable[21+1] = (void *)rgbSubwith; in initBBOpTable()
2085 opTable[27+1] = (void *)rgbMaxwith; in initBBOpTable()
2086 opTable[28+1] = (void *)rgbMinwith; in initBBOpTable()
[all …]
/dports/x11-toolkits/lesstif/lesstif-0.95.2/test/Xm/textf/
H A Dtest4.c23 static XrmOptionDescRec opTable[] = { variable
223 opTable, XtNumber(opTable), in main()
/dports/games/bugsx/bugsx/
H A Dbugsx.c162 static XrmOptionDescRec opTable[] = { variable
233 XrmParseCommand(&commandlineDB, opTable,
234 sizeof(opTable) / sizeof(opTable[0]), myname, &argc, argv);
/dports/lang/purescript/purescript-0.14.5/src/Language/PureScript/Sugar/Operators/
H A DCommon.hs54 opTable
59 opTable ops fromOp reapply = function
90 opParser = P.buildExpressionParser (modOpTable (opTable ops fromOp reapply)) parseValue <* P.eof
/dports/lang/sagittarius-scheme/sagittarius-0.9.8/src/sagittarius/private/
H A Dhashtable.h114 SgHashOpTable *opTable; member
126 #define SG_HASHTABLE_OPTABLE(obj) SG_HASHTABLE(obj)->opTable
/dports/graphics/opendx/dx-4.4.4/src/uipp/dxuilib/
H A DProcessGroupOptionsDialog.C54 static XrmOptionDescRec opTable[] = { variable
375 XrmParseCommand(&db, opTable, XtNumber(opTable), "PGOD", &argc, argv); in setArgs()
/dports/editors/nedit/nedit-5.7/util/
H A DprefFile.h46 const char *appName, XrmOptionDescList opTable,
H A DprefFile.c130 XrmOptionDescList opTable, int nOptions, unsigned int *argcInOut, in CreatePreferencesDatabase() argument
167 XrmParseCommand(&db, opTable, nOptions, appName, (int *)argcInOut, in CreatePreferencesDatabase()
/dports/sysutils/xfsm/xfsm-1.99/
H A Dxfsm.c380 static XrmOptionDescRec opTable[] = { variable
470 XrmParseCommand(&commandlineDB, opTable,
471 sizeof(opTable) / sizeof(opTable[0]), myname, &argc, argv);
/dports/x11-toolkits/libXt/libXt-1.2.1/src/
H A DInitialize.c130 static XrmOptionDescRec const opTable[] = { variable
792 _MergeOptionTables(opTable, XtNumber(opTable), urlist, num_urs, in _XtPreparseCommandLine()
912 _MergeOptionTables(opTable, XtNumber(opTable), urlist, num_urs, in _XtDisplayInitialize()
/dports/math/fricas/fricas-1.3.7/src/interp/
H A Dax.boot473 opTable := $infovec.1
475 for i in 0..MAXINDEX opTable repeat
476 op := opTable.i
478 startIndex := opTable.i
480 i + 1 > MAXINDEX opTable => MAXINDEX getCodeVector()
481 opTable.(i + 2)
H A Dnrunopt.boot437 opTable := $infovec.1
438 for i in 0..MAXINDEX opTable repeat
439 op := opTable.i
441 startIndex := opTable.i
443 i + 1 > MAXINDEX opTable => MAXINDEX getCodeVector()
444 opTable.(i + 2)
/dports/lang/ghc/ghc-8.10.7/libraries/hpc/tests/raytrace/
H A DParse.hs38 ; case (lookup id opTable) of
H A DData.hs198 opTable :: [(Name,GMLToken)]
199 opTable = [ (kwd,op) | (kwd,op,_) <- opcodes ] function
/dports/cad/tkgate/tkgate-2.1/src/verga/
H A Dexpr.c33 extern OpDesc opTable[];
64 if (opTable[i].od_type == code) in OpDesc_find()
65 return &opTable[i]; in OpDesc_find()
85 if (opTable[i].od_opfunc == opfunc || opTable[i].od_w_opfunc == opfunc) in OpDesc_findFunc()
86 return &opTable[i]; in OpDesc_findFunc()
H A Doperators.c38 OpDesc opTable[] = { variable
100 int opTable_size = sizeof(opTable)/sizeof(opTable[0]);
/dports/x11-toolkits/lesstif/lesstif-0.95.2/test/Xm/form/
H A Dtest15.c33 static XrmOptionDescRec opTable[] = { variable
666 opTable, XtNumber(opTable), in main()
/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/Core/
H A DCPU.cpp15 Func opTable[] = { in CPU() local
56 memcpy(_opTable, opTable, sizeof(opTable)); in CPU()
/dports/lang/swi-pl/swipl-8.2.3/packages/xpce/src/x11/
H A Dxdisplay.c42 static XrmOptionDescRec opTable[] = variable
224 opTable, XtNumber(opTable), in ws_open_display()
/dports/games/xmines/xmines/
H A DX11.c115 static XrmOptionDescRec opTable[] = variable
138 XrmParseCommand(&commandlineDB,opTable,opTableEntries, "xmines",
/dports/net/yate/yate-6.4.0-1/modules/sig/
H A Dcamel_map.cpp66 const OpTable* opTable; member
6888 const OpTable* opTable = (ctxt ? ctxt->opTable : 0); in findOperation() local
6890 ops = ( opTable ? opTable->mainTable : (type == TcapXUser::MAP ? s_mapOps : s_camelOps)); in findOperation()
6898 if (opTable) in findOperation()
6899 opTable = opTable->fallbackTable; in findOperation()
6900 } while (opTable); in findOperation()
6908 const OpTable* opTable = (ctxt ? ctxt->opTable : 0); in findOperation() local
6910 ops = ( opTable ? opTable->mainTable : (type == TcapXUser::MAP ? s_mapOps : s_camelOps)); in findOperation()
6916 if (opTable) in findOperation()
6917 opTable = opTable->fallbackTable; in findOperation()
[all …]
/dports/lang/fpc/fpc-3.2.2/compiler/arm/
H A Daasmcpu.pas1502 opTable: array[A_IT..A_ITTTT] of string =
1515 resStr := opTable[FirstOp]+invertedOpTable[LastOp]
1517 resStr := opTable[FirstOp]+opTable[LastOp];
1521 for i := low(opTable) to high(opTable) do
1522 if opTable[i] = resStr then
/dports/lang/fpc-source/fpc-3.2.2/compiler/arm/
H A Daasmcpu.pas1502 opTable: array[A_IT..A_ITTTT] of string =
1515 resStr := opTable[FirstOp]+invertedOpTable[LastOp]
1517 resStr := opTable[FirstOp]+opTable[LastOp];
1521 for i := low(opTable) to high(opTable) do
1522 if opTable[i] = resStr then

12