Home
last modified time | relevance | path

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

/src/contrib/sqlite3/autosetup/
H A Djimsh0.c897 #define JIM_DICTMATCH_VALUES 0x002 macro
6642 …chTypes(interp, objPtr, patternObj, JIM_DICTMATCH_KEYS, JIM_DICTMATCH_KEYS | JIM_DICTMATCH_VALUES); in array_cmd_get()
20028 #define JIM_DICTMATCH_VALUES 0x002 macro
20056 if (return_types & JIM_DICTMATCH_VALUES) { in Jim_DictMatchTypes()
20287 types = JIM_DICTMATCH_VALUES; in Jim_DictCoreCommand()