Searched refs:tmid (Results 1 - 2 of 2) sorted by relevance

/haiku/src/apps/processcontroller/
H A DQuitMenu.cpp56 team_id tmid; local
61 for (int a = 0; !found && (tmid = (team_id)(addr_t)apps.ItemAt(a)) != 0; a++)
62 if (item->Team() == tmid)
67 for (int a = 0; (tmid = (team_id)(addr_t) apps.ItemAt(a)) != 0; a++) {
68 AddTeam(tmid);
86 QuitMenu::AddTeam(team_id tmid) argument
91 if (item->Team() == tmid)
96 while (t < fInfosCount && tmid != fInfos[t].team_info.team) {
101 message->AddInt32 ("team", tmid);
104 item = new QuitMenuItem(tmid, fInfo
128 int32 tmid; local
135 int32 tmid; local
[all...]
H A DQuitMenu.h21 void AddTeam(team_id tmid);

Completed in 102 milliseconds