Home
last modified time | relevance | path

Searched refs:opStrings (Results 1 – 9 of 9) sorted by relevance

/dports/www/grafana8/grafana-8.3.6/vendor/cuelang.org/go/cue/
H A Dop.go111 var opStrings = []string{ var
145 func (op op) String() string { return opStrings[op] }
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/wuffs/src/lang/ast/
H A Dstring.go143 if x < t.ID(len(opStrings)) {
144 if s := opStrings[x]; s != "" {
151 var opStrings = [...]string{ var
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/wuffs/src/lang/ast/
H A Dstring.go143 if x < t.ID(len(opStrings)) {
144 if s := opStrings[x]; s != "" {
151 var opStrings = [...]string{ var
/dports/lang/tcl85/tcl8.5.19/generic/
H A DtclTrace.c393 static const char *opStrings[] = { in TraceExecutionObjCmd() local
429 if (Tcl_GetIndexFromObj(interp, elemPtrs[i], opStrings, in TraceExecutionObjCmd()
645 static const char *opStrings[] = { "delete", "rename", NULL }; in TraceCommandObjCmd() local
676 if (Tcl_GetIndexFromObj(interp, elemPtrs[i], opStrings, in TraceCommandObjCmd()
843 static const char *opStrings[] = { in TraceVariableObjCmd() local
877 if (Tcl_GetIndexFromObj(interp, elemPtrs[i], opStrings, in TraceVariableObjCmd()
/dports/lang/tcl87/tcl8.7a5/generic/
H A DtclTrace.c410 static const char *const opStrings[] = { in TraceExecutionObjCmd() local
448 if (Tcl_GetIndexFromObj(interp, elemPtrs[i], opStrings, in TraceExecutionObjCmd()
656 static const char *const opStrings[] = { "delete", "rename", NULL }; in TraceCommandObjCmd() local
690 if (Tcl_GetIndexFromObj(interp, elemPtrs[i], opStrings, in TraceCommandObjCmd()
851 static const char *const opStrings[] = { in TraceVariableObjCmd() local
888 if (Tcl_GetIndexFromObj(interp, elemPtrs[i], opStrings, in TraceVariableObjCmd()
/dports/lang/tcl86/tcl8.6.12/generic/
H A DtclTrace.c412 static const char *const opStrings[] = { in TraceExecutionObjCmd() local
450 if (Tcl_GetIndexFromObj(interp, elemPtrs[i], opStrings, in TraceExecutionObjCmd()
658 static const char *const opStrings[] = { "delete", "rename", NULL }; in TraceCommandObjCmd() local
692 if (Tcl_GetIndexFromObj(interp, elemPtrs[i], opStrings, in TraceCommandObjCmd()
853 static const char *const opStrings[] = { in TraceVariableObjCmd() local
890 if (Tcl_GetIndexFromObj(interp, elemPtrs[i], opStrings, in TraceVariableObjCmd()
/dports/x11-toolkits/p5-Tk/Tk-804.035/pTk/mTk/tclGeneric/
H A DtclCmdMZ.c3206 static CONST char *opStrings[] = { "enter", "leave", local
3238 if (Tcl_GetIndexFromObj(interp, elemPtrs[i], opStrings,
3453 static CONST char *opStrings[] = { "delete", "rename", (char *) NULL }; local
3482 if (Tcl_GetIndexFromObj(interp, elemPtrs[i], opStrings,
3651 static CONST char *opStrings[] = { "array", "read", "unset", "write", local
3683 if (Tcl_GetIndexFromObj(interp, elemPtrs[i], opStrings,
/dports/games/evq3/evq3/code/renderer/
H A Dtr_shade_calc.c206 extern const opstring_t opStrings[]; in RB_EvalExpression()
342 …hader %s has numOps < 2 for binary operator %s\n", tess.surfaceShader->name, opStrings[op.type].s); in RB_EvalExpression()
H A Dtr_shader.c182 opstring_t opStrings[] = variable
268 for(opString = opStrings; opString->s; opString++) in GetOpType()
738 ri.Printf(PRINT_ALL, "%s ", opStrings[op.type].s); in ParseExpression()
853 ri.Printf(PRINT_ALL, "%s ", opStrings[op.type].s); in ParseExpression()