Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/autosetup/
H A Djimsh0.c18014 int matchOpt = SWITCH_EXACT, opt = 1, patCount, i; in Jim_SwitchCoreCommand() local
18035 matchOpt = SWITCH_EXACT; in Jim_SwitchCoreCommand()
18037 matchOpt = SWITCH_GLOB; in Jim_SwitchCoreCommand()
18039 matchOpt = SWITCH_RE; in Jim_SwitchCoreCommand()
18043 matchOpt = SWITCH_CMD; in Jim_SwitchCoreCommand()
18071 switch (matchOpt) { in Jim_SwitchCoreCommand()