Home
last modified time | relevance | path

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

/freebsd/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()
20017 #define JIM_DICTMATCH_VALUES 0x002 macro
20045 if (return_types & JIM_DICTMATCH_VALUES) { in Jim_DictMatchTypes()
20276 types = JIM_DICTMATCH_VALUES; in Jim_DictCoreCommand()