/titanic_52/usr/src/contrib/ast/src/cmd/ksh93/include/ |
H A D | terminal.h | 73 # define tcgetattr(fd,tty) ioctl(fd, TCGETS, tty) argument 75 # define tcsetattr(fd,action,tty) ioctl(fd, action, tty) argument 106 # define tcgetattr(fd,tty) ioctl(fd, TCGETA, tty) argument 107 # define tcsetattr(fd,action,tty) ioctl(fd, action, tty) argument 125 # define tcgetattr(fd,tty) ioctl(fd, TIOCGETP, tty) argument 126 tcsetattr(fd,action,tty) global() argument 128 tcgetattr(fd,tty) global() argument 129 tcsetattr(fd,action,tty) global() argument [all...] |
/titanic_52/usr/src/cmd/cmd-inet/usr.bin/talk/ |
H A D | init_disp.c | 113 struct termios tty; in set_edit_chars() local 122 struct sgttyb tty; in set_edit_chars() local
|
/titanic_52/usr/src/cmd/bnu/ |
H A D | line.c | 118 fixline(tty, spwant, type) in fixline() argument 394 sytfixline(tty,spwant) sytfixline() argument 442 sytfix2line(tty) sytfix2line() argument 486 fixline(tty,spwant,type) fixline() argument [all...] |
/titanic_52/usr/src/lib/libbc/libc/gen/common/ |
H A D | getttynam.c | 12 getttynam(tty) in getttynam() argument
|
H A D | isatty.c | 40 struct termio tty; local
|
H A D | getttyent.c | 20 struct ttyent tty; member [all...] |
/titanic_52/usr/src/ucblib/libcurses/ |
H A D | tstp.c | 38 SGTTY tty; in tstp() local
|
/titanic_52/usr/src/cmd/lastcomm/ |
H A D | lc_exacct.c | 47 ok(int argc, char *argv[], int index, uid_t uid, dev_t tty, char *command) in ok() argument 69 dev_t tty = 0; in disp_group() local
|
/titanic_52/usr/src/lib/libc/port/gen/ |
H A D | isatty.c | 46 struct termio tty; in isatty() local
|
/titanic_52/usr/src/contrib/ast/src/lib/libcmd/ |
H A D | tty.c | 61 register char* tty; in b_tty() local [all...] |
/titanic_52/usr/src/lib/libc/port/stdio/ |
H A D | _findbuf.c | 58 int tty = -1; in _findbuf() local
|
/titanic_52/usr/src/cmd/vi/port/ |
H A D | ex_tty.h | 100 var struct termios tty; /* Use this one structure to change modes */ variable 104 var struct sgttyb tty; /* Always stty/gtty using this one structure */ variable [all...] |
/titanic_52/usr/src/cmd/avs/dscfglockd/ |
H A D | dscfgcli.c | 41 int tty; variable
|
/titanic_52/usr/src/lib/pam_modules/timestamp/ |
H A D | pam_timestamp.c | 186 struct stat sb, tty; in pam_sm_authenticate() local 336 struct stat tty; pam_sm_setcred() local [all...] |
/titanic_52/usr/src/cmd/acct/ |
H A D | acctprc1.c | 162 getname(uid_t uid, dev_t tty, time_t start) in getname() argument 250 getnamc(uid_t uid, dev_t tty, time_t start) in getnamc() argument
|
/titanic_52/usr/src/cmd/mesg/ |
H A D | mesg.c | 58 static char *tty; variable
|
/titanic_52/usr/src/lib/libmail/common/ |
H A D | notifyu.c | 66 char tty[sizeof (utmpx.ut_line)+1]; in notify() local [all...] |
/titanic_52/usr/src/cmd/cmd-inet/usr.sbin/in.talkd/ |
H A D | process.c | 182 find_user(char *name, char *tty) in find_user() argument
|
/titanic_52/usr/src/contrib/ast/src/cmd/ksh93/edit/ |
H A D | edit.c | 164 struct termios tty; in tty_check() local 175 int tty_get(register int fd, register struct termios *tty) in tty_get() argument 203 int tty_set(int fd, int action, struct termios *tty) in tty_set() argument [all...] |
/titanic_52/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | scr_dump.c | 161 struct stat tty, dump; local
|
/titanic_52/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | scr_dump.c | 155 struct stat tty, dump; in scr_init() local
|
/titanic_52/usr/src/cmd/ps/ |
H A D | ucbps.c | 122 static struct tty { struct 125 } tty[NTTYS]; /* for t option */ variable [all...] |
/titanic_52/usr/src/cmd/power/ |
H A D | pm_pam_conv.c | 68 struct termio tty; in getinput() local
|
/titanic_52/usr/src/uts/sun4u/starfire/cvc/ |
H A D | cvc.c | 330 tty_common_t *tty; in cvc_open() local 551 register tty_common_t *tty; in cvc_ioctl() local 643 register tty_common_t *tty; cvc_redir() local [all...] |
/titanic_52/usr/src/cmd/rpcsvc/ |
H A D | rwall.c | 69 static mutex_t tty = DEFAULTMUTEX; variable [all...] |