Home
last modified time | relevance | path

Searched defs:tty (Results 1 – 25 of 43) sorted by relevance

12

/titanic_52/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dterminal.h73 # 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 Dinit_disp.c113 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 Dline.c118 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 Dgetttynam.c12 getttynam(tty) in getttynam() argument
H A Disatty.c40 struct termio tty; local
H A Dgetttyent.c20 struct ttyent tty; member
[all...]
/titanic_52/usr/src/ucblib/libcurses/
H A Dtstp.c38 SGTTY tty; in tstp() local
/titanic_52/usr/src/cmd/lastcomm/
H A Dlc_exacct.c47 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 Disatty.c46 struct termio tty; in isatty() local
/titanic_52/usr/src/contrib/ast/src/lib/libcmd/
H A Dtty.c61 register char* tty; in b_tty() local
[all...]
/titanic_52/usr/src/lib/libc/port/stdio/
H A D_findbuf.c58 int tty = -1; in _findbuf() local
/titanic_52/usr/src/cmd/vi/port/
H A Dex_tty.h100 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 Ddscfgcli.c41 int tty; variable
/titanic_52/usr/src/lib/pam_modules/timestamp/
H A Dpam_timestamp.c186 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 Dacctprc1.c162 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 Dmesg.c58 static char *tty; variable
/titanic_52/usr/src/lib/libmail/common/
H A Dnotifyu.c66 char tty[sizeof (utmpx.ut_line)+1]; in notify() local
[all...]
/titanic_52/usr/src/cmd/cmd-inet/usr.sbin/in.talkd/
H A Dprocess.c182 find_user(char *name, char *tty) in find_user() argument
/titanic_52/usr/src/contrib/ast/src/cmd/ksh93/edit/
H A Dedit.c164 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 Dscr_dump.c161 struct stat tty, dump; local
/titanic_52/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dscr_dump.c155 struct stat tty, dump; in scr_init() local
/titanic_52/usr/src/cmd/ps/
H A Ducbps.c122 static struct tty { struct
125 } tty[NTTYS]; /* for t option */ variable
[all...]
/titanic_52/usr/src/cmd/power/
H A Dpm_pam_conv.c68 struct termio tty; in getinput() local
/titanic_52/usr/src/uts/sun4u/starfire/cvc/
H A Dcvc.c330 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 Drwall.c69 static mutex_t tty = DEFAULTMUTEX; variable
[all...]

12