Home
last modified time | relevance | path

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

/src/contrib/sqlite3/autosetup/
H A Djimsh0.c18019 int matchOpt = SWITCH_EXACT, opt = 1, patCount, i; in Jim_SwitchCoreCommand() local
18040 matchOpt = SWITCH_EXACT; in Jim_SwitchCoreCommand()
18042 matchOpt = SWITCH_GLOB; in Jim_SwitchCoreCommand()
18044 matchOpt = SWITCH_RE; in Jim_SwitchCoreCommand()
18048 matchOpt = SWITCH_CMD; in Jim_SwitchCoreCommand()
18076 switch (matchOpt) { in Jim_SwitchCoreCommand()