Lines Matching refs:teamList
81 BList teamList; in CmdActivate() local
87 ParseTeamList(args, &teamList); in CmdActivate()
88 int32 count = teamList.CountItems(); in CmdActivate()
95 team_id team = (team_id)(uintptr_t)teamList.ItemAt(0); in CmdActivate()
143 ParseTeamList(vector<string>& args, BList* teamList) in ParseTeamList() argument
149 teamList->AddItem((void*)(addr_t)team); in ParseTeamList()
159 BList teamList; in CmdList() local
161 ParseTeamList(args, &teamList); in CmdList()
163 roster.GetAppList(&teamList); in CmdList()
166 int32 count = teamList.CountItems(); in CmdList()
170 team_id team = (team_id)(uintptr_t)teamList.ItemAt(i); in CmdList()
189 BList teamList; in CmdListLong() local
191 ParseTeamList(args, &teamList); in CmdListLong()
193 roster.GetAppList(&teamList); in CmdListLong()
196 int32 count = teamList.CountItems(); in CmdListLong()
198 team_id team = (team_id)(uintptr_t)teamList.ItemAt(i); in CmdListLong()
220 BList teamList; in CmdQuit() local
226 ParseTeamList(args, &teamList); in CmdQuit()
227 int32 count = teamList.CountItems(); in CmdQuit()
235 team_id team = (team_id)(uintptr_t)teamList.ItemAt(i); in CmdQuit()