Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/autosetup/
H A Djimsh0.c18019 int matchOpt = SWITCH_EXACT, opt = 1, patCount, i; in Jim_SwitchCoreCommand() local
18063 patCount = argc - opt; in Jim_SwitchCoreCommand()
18064 if (patCount == 1) { in Jim_SwitchCoreCommand()
18065 JimListGetElements(interp, argv[opt], &patCount, &caseList); in Jim_SwitchCoreCommand()
18069 if (patCount == 0 || patCount % 2 != 0) in Jim_SwitchCoreCommand()
18071 for (i = 0; scriptObj == NULL && i < patCount; i += 2) { in Jim_SwitchCoreCommand()
18075 || i < (patCount - 2)) { in Jim_SwitchCoreCommand()
18092 JimListGetElements(interp, argv[opt], &patCount, &caseList); in Jim_SwitchCoreCommand()
18108 for (; i < patCount && Jim_CompareStringImmediate(interp, scriptObj, "-"); i += 2) in Jim_SwitchCoreCommand()