Searched refs:JIM_DICTMATCH_VALUES (Results 1 – 1 of 1) sorted by relevance
897 #define JIM_DICTMATCH_VALUES 0x002 macro6642 …chTypes(interp, objPtr, patternObj, JIM_DICTMATCH_KEYS, JIM_DICTMATCH_KEYS | JIM_DICTMATCH_VALUES); in array_cmd_get()20028 #define JIM_DICTMATCH_VALUES 0x002 macro20056 if (return_types & JIM_DICTMATCH_VALUES) { in Jim_DictMatchTypes()20287 types = JIM_DICTMATCH_VALUES; in Jim_DictCoreCommand()