Home
last modified time | relevance | path

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

123

/openbsd/src/usr.bin/tmux/
Dtty.c75 #define tty_use_margin(tty) \ argument
77 #define tty_full_width(tty, ctx) \ argument
81 #define TTY_BLOCK_START(tty) (1 + ((tty)->sx * (tty)->sy) * 8) argument
82 #define TTY_BLOCK_STOP(tty) (1 + ((tty)->sx * (tty)->sy) / 8) argument
100 tty_init(struct tty *tty, struct client *c) in tty_init()
118 tty_resize(struct tty *tty) in tty_resize()
158 tty_set_size(struct tty *tty, u_int sx, u_int sy, u_int xpixel, u_int ypixel) in tty_set_size()
169 struct tty *tty = data; in tty_read_callback() local
194 struct tty *tty = data; in tty_timer_callback() local
213 tty_block_maybe(struct tty *tty) in tty_block_maybe()
[all …]
Dtty-keys.c429 tty_keys_add(struct tty *tty, const char *s, key_code key) in tty_keys_add()
485 tty_keys_build(struct tty *tty) in tty_keys_build()
542 tty_keys_free(struct tty *tty) in tty_keys_free()
562 tty_keys_find(struct tty *tty, const char *buf, size_t len, size_t *size) in tty_keys_find()
605 tty_keys_next1(struct tty *tty, const char *buf, size_t len, key_code *key, in tty_keys_next1()
659 tty_keys_winsz(struct tty *tty, const char *buf, size_t len, size_t *size) in tty_keys_winsz()
727 tty_keys_next(struct tty *tty) in tty_keys_next()
999 struct tty *tty = data; in tty_keys_callback() local
1013 tty_keys_extended_key(struct tty *tty, const char *buf, size_t len, in tty_keys_extended_key()
1134 tty_keys_mouse(struct tty *tty, const char *buf, size_t len, size_t *size, in tty_keys_mouse()
[all …]
Dtty-acs.c205 tty_acs_needed(struct tty *tty) in tty_acs_needed()
231 tty_acs_get(struct tty *tty, u_char ch) in tty_acs_get()
252 tty_acs_reverse_get(__unused struct tty *tty, const char *s, size_t slen) in tty_acs_reverse_get()
Dtmux.h1138 char tty[TTY_NAME_MAX]; member
1450 struct tty *tty; member
1471 struct tty { struct
1472 struct client *client;
1473 struct event start_timer;
1474 struct event clipboard_timer;
1475 time_t last_requests;
1477 u_int sx;
1478 u_int sy;
1479 u_int xpixel;
[all …]
Djob.c55 char tty[TTY_NAME_MAX]; member
86 char **argvp, tty[TTY_NAME_MAX], *argv0; in job_run() local
230 job_transfer(struct job *job, pid_t *pid, char *tty, size_t ttylen) in job_transfer()
Dcmd-refresh-client.c198 cmd_refresh_report(struct tty *tty, const char *value) in cmd_refresh_report()
230 struct tty *tty = &tc->tty; in cmd_refresh_client_exec() local
Dscreen-redraw.c495 struct tty *tty = &c->tty; in screen_redraw_draw_pane_status() local
721 struct tty *tty = &c->tty; in screen_redraw_draw_borders_cell() local
851 struct tty *tty = &c->tty; in screen_redraw_draw_status() local
873 struct tty *tty = &c->tty; in screen_redraw_draw_pane() local
997 struct tty *tty = &c->tty; in screen_redraw_draw_scrollbar() local
Dcmd-display-menu.c99 struct tty *tty = &tc->tty; in cmd_display_menu_get_position() local
392 struct tty *tty = &tc->tty; in cmd_display_popup_exec() local
/openbsd/src/sys/sys/
Dtty.h102 struct tty { struct
122 void (*t_oproc)(struct tty *); argument
124 int (*t_param)(struct tty *, struct termios *); argument
126 int (*t_hwiflow)(struct tty *tp, int flag); argument
138 * Small version of struct tty exported via sysctl KERN_TTY_INFO argument
/openbsd/src/gnu/lib/libreadline/
Drltty.c142 set_winsize (tty) in set_winsize() argument
224 get_tty_settings (tty, tiop) in get_tty_settings() argument
255 set_tty_settings (tty, tiop) in set_tty_settings() argument
378 # define GETATTR(tty, tiop) (tcgetattr (tty, tiop)) argument
380 # define SETATTR(tty, tiop) (tcsetattr (tty, TCSANOW, tiop)) argument
382 # define SETATTR(tty, tiop) (tcsetattr (tty, TCSADRAIN, tiop)) argument
387 # define GETATTR(tty, tiop) (ioctl (tty, TCGETA, tiop)) argument
388 # define SETATTR(tty, tiop) (ioctl (tty, TCSETAW, tiop)) argument
475 _get_tty_settings (tty, tiop) in _get_tty_settings() argument
508 get_tty_settings (tty, tiop) in get_tty_settings() argument
[all …]
Dinput.c169 int tty; in rl_gather_tyi() local
273 int tty; in _rl_input_available() local
/openbsd/src/usr.bin/mail/
Dtty.c47 struct tty { struct
60 static void tty_flush(struct tty *); argument
67 static struct tty tty; variable
/openbsd/src/usr.bin/write/
Dwrite.c63 char tty[PATH_MAX], *mytty, *cp; in main() local
122 utmp_chk(char *user, char *tty) in utmp_chk()
153 search_utmp(char *user, char *tty, int ttyl, char *mytty, uid_t myuid) in search_utmp()
205 term_chk(char *tty, int *msgsokP, time_t *atimeP, int showerror) in term_chk()
225 do_write(char *tty, char *mytty, uid_t myuid) in do_write()
/openbsd/src/usr.bin/ssh/
Dsshpty.c62 pty_release(const char *tty) in pty_release()
73 pty_make_controlling_tty(int *ttyfd, const char *tty) in pty_make_controlling_tty()
135 pty_setowner(struct passwd *pw, const char *tty) in pty_setowner()
Dsshlogin.c147 record_login(pid_t pid, const char *tty, const char *user, uid_t uid, in record_login()
192 record_logout(pid_t pid, const char *tty) in record_logout()
/openbsd/src/lib/libc/gen/
Dgetttyent.c43 getttynam(const char *tty) in getttynam()
58 static struct ttyent tty; in getttyent() local
/openbsd/src/usr.bin/mesg/
Dmesg.c52 char *tty; in main() local
/openbsd/src/lib/libutil/
Dlogin.c46 int fd, tty; in login() local
Dlogin_fbtab.c84 login_fbtab(const char *tty, uid_t uid, gid_t gid) in login_fbtab()
/openbsd/src/usr.bin/less/
Dttyin.c18 int tty; variable
/openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
D20001229-1.c41 char uname[33] = "", tty[38] = "/dev/"; in showinfo() local
/openbsd/src/usr.bin/talk/
Dinit_disp.c104 struct termios tty; in set_edit_chars() local
/openbsd/src/regress/lib/libsndio/vol/
Dvol.c36 int tty; in main() local
/openbsd/src/regress/lib/libpthread/poll/
Dpoll.c58 int null, zero, tty, dummy; in main() local
/openbsd/src/regress/lib/libpthread/select/
Dselect.c80 int tty = isatty(fd); in fg_routine() local

123