Searched refs:t (Results 1 – 4 of 4) sorted by relevance
49 struct termios s, t; in getpass() local80 if (__tcgetattr (fileno (in), &t) == 0) in getpass()83 s = t; in getpass()85 t.c_lflag &= ~(ECHO|ISIG); in getpass()86 tty_changed = (tcsetattr (fileno (in), TCSAFLUSH|TCSASOFT, &t) == 0); in getpass()
49 struct ttyent *t; in __getttynam() local52 while ((t = __getttyent())) in __getttynam()53 if (!strcmp(tty, t->ty_name)) in __getttynam()56 return (t); in __getttynam()146 char *t; in weak_alias() local149 for (q = 0, t = p; (c = *p) != '\0'; p++) { in weak_alias()156 *t++ = *p; in weak_alias()172 *--t = '\0'; in weak_alias()
76 # t*98 # t*
30 Desc is supposedly starting line number, but GCC doesn't set it55 /* New stab from Solaris. I don't know what it means, but it56 don't seem to contain useful information. */59 /* New stab from Solaris. I don't know what it means, but it60 don't seem to contain useful information. Possibly related to the80 /* Sun's source-code browser stabs. ?? Don't know what the fields are.170 since I don't have a Gould here. Fixups from Gould folk welcome... */
Completed in 8 milliseconds