Home
last modified time | relevance | path

Searched refs:patCount (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
18058 patCount = argc - opt; in Jim_SwitchCoreCommand()
18059 if (patCount == 1) { in Jim_SwitchCoreCommand()
18060 JimListGetElements(interp, argv[opt], &patCount, &caseList); in Jim_SwitchCoreCommand()
18064 if (patCount == 0 || patCount % 2 != 0) in Jim_SwitchCoreCommand()
18066 for (i = 0; scriptObj == NULL && i < patCount; i += 2) { in Jim_SwitchCoreCommand()
18070 || i < (patCount - 2)) { in Jim_SwitchCoreCommand()
18087 JimListGetElements(interp, argv[opt], &patCount, &caseList); in Jim_SwitchCoreCommand()
18103 for (; i < patCount && Jim_CompareStringImmediate(interp, scriptObj, "-"); i += 2) in Jim_SwitchCoreCommand()