Home | History | Annotate | Download | only in server

Lines Matching refs:it

43     TtyCollection::iterator it;
45 for (it = mTtys->begin(); it != mTtys->end(); ++it) {
46 free(*it);
62 TtyCollection::iterator it;
63 for (it = mTtys->begin(); it != mTtys->end(); ++it) {
64 if (!strcmp(tty, *it)) {
68 if (it == mTtys->end()) {
131 TtyCollection::iterator it;
133 for (it = mTtys->begin(); it != mTtys->end(); ++it) {
134 free(*it);