JIM_DICTMATCH_VALUES is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

JIM_DICTMATCH_VALUES macro

Syntax

#define JIM_DICTMATCH_VALUES 0x002

References

LocationText
jim.c:14867
#define JIM_DICTMATCH_VALUES 0x002
jim.h:833
#define JIM_DICTMATCH_VALUES 0x002
jimsh0.c:833
#define JIM_DICTMATCH_VALUES 0x002
jimsh0.c:18226
#define JIM_DICTMATCH_VALUES 0x002
jim-array.c:82
return Jim_DictMatchTypes(interp, objPtr, patternObj, JIM_DICTMATCH_KEYS, JIM_DICTMATCH_KEYS | JIM_DICTMATCH_VALUES);
jim.c:14899
if (return_types & JIM_DICTMATCH_VALUES) {
jim.c:15126
types = JIM_DICTMATCH_VALUES;
jimsh0.c:5856
return Jim_DictMatchTypes(interp, objPtr, patternObj, JIM_DICTMATCH_KEYS, JIM_DICTMATCH_KEYS | JIM_DICTMATCH_VALUES);
jimsh0.c:18252
if (return_types & JIM_DICTMATCH_VALUES) {
jimsh0.c:18480
types = JIM_DICTMATCH_VALUES;