Lines Matching defs:tep
122 struct ttyent *tep;
126 for (tep = getttyent(); tep != NULL; tep = getttyent())
127 if (change_ttyflags(tep))
138 struct ttyent *tep;
143 tep = getttynam(*ttylist);
144 if (tep == NULL) {
151 if (change_ttyflags(tep))
163 change_ttyflags(struct ttyent *tep)
169 st = tep->ty_status;
209 (void)snprintf(path, sizeof path, "%s%s", _PATH_DEV, tep->ty_name);