Searched refs:matchOpt (Results 1 – 1 of 1) sorted by relevance
18019 int matchOpt = SWITCH_EXACT, opt = 1, patCount, i; in Jim_SwitchCoreCommand() local18040 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()