Home
last modified time | relevance | path

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

123

/minix3/minix/drivers/tty/pty/
H A Dtty.h24 typedef struct tty { struct
25 int tty_events; /* set when TTY should inspect this line */ argument
26 int tty_index; /* index into TTY table */ argument
29 u16_t *tty_inhead; /* pointer to place where next char goes */ argument
30 u16_t *tty_intail; /* pointer to next char to be given to prog */ argument
31 int tty_incount; /* # chars in the input queue */ argument
32 int tty_eotct; /* number of "line breaks" in input queue */ argument
33 devfun_t tty_devread; /* routine to read from low level buffers */ argument
34 devfun_t tty_icancel; /* cancel any device input */ argument
35 int tty_min; /* minimum requested #chars in input queue */ argument
[all …]
/minix3/minix/drivers/tty/tty/
H A Dtty.h25 typedef struct tty { struct
26 int tty_events; /* set when TTY should inspect this line */ argument
27 int tty_index; /* index into TTY table */ argument
28 devminor_t tty_minor; /* device minor number */ argument
31 u16_t *tty_inhead; /* pointer to place where next char goes */ argument
32 u16_t *tty_intail; /* pointer to next char to be given to prog */ argument
33 int tty_incount; /* # chars in the input queue */ argument
34 int tty_eotct; /* number of "line breaks" in input queue */ argument
35 devfun_t tty_devread; /* routine to read from low level buffers */ argument
36 devfun_t tty_icancel; /* cancel any device input */ argument
[all …]
/minix3/sys/sys/
H A Dtty.h109 struct tty { struct
111 struct clist t_rawq; /* Device raw input queue. */
112 long t_rawcc; /* Raw input queue statistics. */
113 kcondvar_t t_rawcv; /* notifier */
137 void (*t_oproc)(struct tty *); argument
139 int (*t_param)(struct tty *, struct termios *); argument
141 int (*t_hwiflow)(struct tty *, int); argument
150 TAILQ_ENTRY(tty) t_sigqueue; /* entry on pending signal list */ argument
164 #define TTIPRI 25 /* Sleep priority for tty reads. */ argument
/minix3/external/bsd/tmux/dist/
H A Dtty.c52 #define tty_use_acs(tty) \ argument
55 #define tty_pane_full_width(tty, ctx) \ argument
59 tty_init(struct tty *tty, struct client *c, int fd, char *term) in tty_init()
84 tty_resize(struct tty *tty) in tty_resize()
122 tty_set_size(struct tty *tty, u_int sx, u_int sy) { in tty_set_size()
131 tty_open(struct tty *tty, const char *overrides, char **cause) in tty_open()
166 struct tty *tty = data; in tty_read_callback() local
204 tty_start_tty(struct tty *tty) in tty_start_tty()
244 tty_set_class(struct tty *tty, u_int class) in tty_set_class()
252 tty_stop_tty(struct tty *tty) in tty_stop_tty()
[all …]
H A Dtty-keys.c296 tty_keys_add(struct tty *tty, const char *s, int key) in tty_keys_add()
352 tty_keys_build(struct tty *tty) in tty_keys_build()
382 tty_keys_free(struct tty *tty) in tty_keys_free()
402 tty_keys_find(struct tty *tty, const char *buf, size_t len, size_t *size) in tty_keys_find()
444 tty_keys_next(struct tty *tty) in tty_keys_next()
595 struct tty *tty = data; in tty_keys_callback() local
608 tty_keys_mouse(struct tty *tty, const char *buf, size_t len, size_t *size) in tty_keys_mouse()
787 tty_keys_device(struct tty *tty, const char *buf, size_t len, size_t *size) in tty_keys_device()
H A Dutmp.c72 const char *tty, const struct timeval *now) in login_utmpx()
109 const char *tty, const struct timeval *now) in login_utmp()
128 utmp_create(const char *tty) in utmp_create()
H A Dscreen-redraw.c226 struct tty *tty = &c->tty; in screen_redraw_screen() local
279 struct tty *tty = &c->tty; in screen_redraw_draw_borders() local
312 struct tty *tty = &c->tty; in screen_redraw_draw_panes() local
332 struct tty *tty = &c->tty; in screen_redraw_draw_status() local
344 struct tty *tty = &c->tty; in screen_redraw_draw_number() local
H A Dosdep-unknown.c26 osdep_get_name(unused int fd, unused char *tty) in osdep_get_name()
H A Dosdep-hpux.c26 osdep_get_name(unused int fd, unused char *tty) in osdep_get_name()
H A Dosdep-aix.c26 osdep_get_name(unused int fd, unused char *tty) in osdep_get_name()
H A Dtty-acs.c79 tty_acs_get(struct tty *tty, u_char ch) in tty_acs_get()
H A Dosdep-darwin.c34 osdep_get_name(int fd, unused char *tty) in osdep_get_name()
H A Dosdep-sunos.c32 osdep_get_name(int fd, char *tty) in osdep_get_name()
H A Dosdep-linux.c30 osdep_get_name(int fd, unused char *tty) in osdep_get_name()
/minix3/lib/libutil/
H A Dpidlock.c176 checktty(const char *tty) in checktty()
197 makelock(char *buf, size_t bufsiz, const char *tty) in makelock()
206 ttylock(const char *tty, int flags, pid_t *locker) in ttylock()
221 ttyunlock(const char *tty) in ttyunlock()
H A Dlogin.c56 int tty; in login() local
/minix3/crypto/external/bsd/openssl/lib/libdes/
H A Doread_pwd.c138 #define TTY_get(tty,data) tcgetattr(tty,data) argument
139 #define TTY_set(tty,data) tcsetattr(tty,TCSANOW,data) argument
146 #define TTY_get(tty,data) ioctl(tty,TCGETA,data) argument
147 #define TTY_set(tty,data) ioctl(tty,TCSETA,data) argument
154 #define TTY_get(tty,data) ioctl(tty,TIOCGETP,data) argument
155 #define TTY_set(tty,data) ioctl(tty,TIOCSETP,data) argument
251 static FILE *tty; in des_read_pw() local
462 static int noecho_fgets(char *buf, int size, FILE *tty) in noecho_fgets()
/minix3/crypto/external/bsd/openssl/dist/crypto/des/
H A Dread_pwd.c146 # define TTY_get(tty,data) tcgetattr(tty,data) argument
147 # define TTY_set(tty,data) tcsetattr(tty,TCSANOW,data) argument
154 # define TTY_get(tty,data) ioctl(tty,TCGETA,data) argument
155 # define TTY_set(tty,data) ioctl(tty,TCSETA,data) argument
162 # define TTY_get(tty,data) ioctl(tty,TIOCGETP,data) argument
163 # define TTY_set(tty,data) ioctl(tty,TIOCSETP,data) argument
279 static FILE *tty; in des_read_pw() local
487 static int noecho_fgets(char *buf, int size, FILE *tty) in noecho_fgets()
/minix3/crypto/external/bsd/openssl/dist/crypto/ui/
H A Dui_openssl.c220 # define TTY_get(tty,data) tcgetattr(tty,data) argument
221 # define TTY_set(tty,data) tcsetattr(tty,TCSANOW,data) argument
228 # define TTY_get(tty,data) ioctl(tty,TCGETA,data) argument
229 # define TTY_set(tty,data) ioctl(tty,TCSETA,data) argument
236 # define TTY_get(tty,data) ioctl(tty,TIOCGETP,data) argument
237 # define TTY_set(tty,data) ioctl(tty,TIOCSETP,data) argument
670 static int noecho_fgets(char *buf, int size, FILE *tty) in noecho_fgets()
/minix3/minix/commands/zmodem/
H A Drbsb.c154 struct termios oldtty, tty; variable
157 struct termio oldtty, tty; variable
159 struct sgttyb oldtty, tty; variable
/minix3/lib/libutil/compat/
H A Dcompat_login.c63 int tty; in login() local
/minix3/usr.bin/mesg/
H A Dmesg.c65 char *tty; in main() local
/minix3/external/bsd/less/dist/
H A Dttyin.c28 public int tty; variable
/minix3/lib/libc/gen/
H A Dgetttyent.c69 getttynam(const char *tty) in getttynam()
86 static struct ttyent tty; in getttyent() local
/minix3/usr.bin/write/
H A Dwrite.c129 utmp_chk(const char *user, const char *tty) in utmp_chk()
155 char tty[MAXPATHLEN]; in search_utmp() local

123