Searched refs:caseList (Results 1 – 2 of 2) sorted by relevance
110 CaseFileList &caseList);
18022 Jim_Obj **caseList; in Jim_SwitchCoreCommand() local18065 JimListGetElements(interp, argv[opt], &patCount, &caseList); in Jim_SwitchCoreCommand()18068 caseList = (Jim_Obj **)&argv[opt]; in Jim_SwitchCoreCommand()18072 Jim_Obj *patObj = caseList[i]; in Jim_SwitchCoreCommand()18079 scriptObj = caseList[i + 1]; in Jim_SwitchCoreCommand()18083 scriptObj = caseList[i + 1]; in Jim_SwitchCoreCommand()18092 JimListGetElements(interp, argv[opt], &patCount, &caseList); in Jim_SwitchCoreCommand()18099 scriptObj = caseList[i + 1]; in Jim_SwitchCoreCommand()18105 scriptObj = caseList[i + 1]; in Jim_SwitchCoreCommand()18109 scriptObj = caseList[i + 1]; in Jim_SwitchCoreCommand()[all …]