Lines Matching defs:team
64 static char team;
116 (void) read(newsock, &team, 1);
151 if (team == ' ')
155 team);
200 if (mode == C_MONITOR && team == ' ')
201 team = '*';
203 pp->p_ident = get_ident(machine, uid, name, team);
401 get_ident(uint32_t machine, uint32_t uid, const char *name, char team)
409 && ip->i_team == team
428 ip->i_team = team;