Searched refs:caseList (Results 1 – 2 of 2) sorted by relevance
110 CaseFileList &caseList);
18017 Jim_Obj **caseList; in Jim_SwitchCoreCommand() local18060 JimListGetElements(interp, argv[opt], &patCount, &caseList); in Jim_SwitchCoreCommand()18063 caseList = (Jim_Obj **)&argv[opt]; in Jim_SwitchCoreCommand()18067 Jim_Obj *patObj = caseList[i]; in Jim_SwitchCoreCommand()18074 scriptObj = caseList[i + 1]; in Jim_SwitchCoreCommand()18078 scriptObj = caseList[i + 1]; in Jim_SwitchCoreCommand()18087 JimListGetElements(interp, argv[opt], &patCount, &caseList); in Jim_SwitchCoreCommand()18094 scriptObj = caseList[i + 1]; in Jim_SwitchCoreCommand()18100 scriptObj = caseList[i + 1]; in Jim_SwitchCoreCommand()18104 scriptObj = caseList[i + 1]; in Jim_SwitchCoreCommand()[all …]