/csrg-svn/sys/sys/ |
H A D | tty.h | 35 struct tty { struct 53 void (*t_oproc) __P((struct tty *)); argument 55 void (*t_stop) __P((struct tty *, int)); argument 57 int (*t_param) __P((struct tty *, struct termios *)); argument 76 #define TTIPRI 25 /* Sleep priority for tty reads. */ argument
|
/csrg-svn/usr.bin/write/ |
H A D | write.c | 44 char tty[MAXPATHLEN], *mytty, *ttyname(); local 98 utmp_chk(user, tty) in utmp_chk() argument 129 search_utmp(user, tty, mytty, myuid) in search_utmp() argument 182 term_chk(tty, msgsokP, atimeP, showerror) in term_chk() argument 204 do_write(tty, mytty, myuid) in do_write() argument
|
/csrg-svn/lib/libc/gen/ |
H A D | getttynam.c | 14 getttynam(tty) in getttynam() argument
|
H A D | getttyent.c | 21 getttynam(tty) in getttynam() argument 37 static struct ttyent tty; in getttyent() local
|
/csrg-svn/local/ditroff/ditroff.old.okeeffe/gremlin.aed/gremlin/ |
H A D | findaed.c | 45 char name1[100], *tty; in FindAED() local
|
/csrg-svn/lib/libutil/ |
H A D | login.c | 25 int tty; local
|
/csrg-svn/usr.bin/more/ |
H A D | ttyin.c | 19 static int tty; variable
|
/csrg-svn/usr.bin/mesg/ |
H A D | mesg.c | 39 char *tty; local
|
/csrg-svn/usr.bin/talk/ |
H A D | init_disp.c | 75 struct sgttyb tty; in set_edit_chars() local
|
/csrg-svn/old/talk/talk/ |
H A D | init_disp.c | 77 struct sgttyb tty; in set_edit_chars() local
|
/csrg-svn/usr.bin/window/ |
H A D | wwpty.c | 25 int tty; local
|
/csrg-svn/old/talk/talkd/ |
H A D | process.c | 119 find_user(name, tty) in find_user() argument
|
/csrg-svn/libexec/talkd/ |
H A D | process.c | 152 find_user(name, tty) in find_user() argument
|
H A D | announce.c | 63 print_mesg(tty, tf, request, remote_machine) in print_mesg() argument
|
/csrg-svn/contrib/connectd/libc/ |
H A D | getttyent.c | 24 static struct ttyent tty; variable
|
/csrg-svn/usr.bin/lock/ |
H A D | lock.c | 45 struct sgttyb tty, ntty; variable
|
/csrg-svn/bin/csh/ |
H A D | file.c | 114 struct termios tty, tty_normal; in back_to_col_1() local 138 struct termios tty, tty_normal; local 299 struct termios tty; in retype() local
|
/csrg-svn/local/sccscmds/sccscmds.2/com/ |
H A D | dohist.c | 12 int tty[3]; local
|
/csrg-svn/local/sccscmds/sccscmds.ok/com/ |
H A D | dohist.c | 12 int tty[3]; local
|
/csrg-svn/usr.bin/mail/ |
H A D | ing.local.c | 99 register int tty; local
|
/csrg-svn/usr.sbin/sliplogin/ |
H A D | sliplogin.c | 211 struct sgttyb tty, otty; local
|
/csrg-svn/usr.bin/finger/ |
H A D | finger.h | 33 char tty[UT_LINESIZE+1]; /* null terminated tty line */ member
|
/csrg-svn/lib/libedit/ |
H A D | el.c | 41 char *tty; local
|
/csrg-svn/libexec/comsat/ |
H A D | comsat.c | 168 char tty[20], name[sizeof(utmp[0].ut_name) + 1]; local
|
/csrg-svn/usr.bin/ex/ |
H A D | ex_tty.h | 147 var struct termio tty; /* Use this one structure to change modes */ variable 151 var struct sgttyb tty; /* Always stty/gtty using this one structure */ variable
|