Home
last modified time | relevance | path

Searched refs:winsize (Results 1 – 11 of 11) sorted by relevance

/f-stack/tools/libutil/
H A Dpty.c51 struct winsize *winp) in openpty()
91 forkpty(int *amaster, char *name, struct termios *termp, struct winsize *winp) in forkpty()
H A Dlibutil.h92 struct winsize;
104 struct termios *_termp, struct winsize *_winp);
124 struct termios *_termp, struct winsize *_winp);
/f-stack/freebsd/sys/
H A Dttycom.h89 #define TIOCSWINSZ _IOW('t', 103, struct winsize) /* set window size */
90 #define TIOCGWINSZ _IOR('t', 104, struct winsize) /* get window size */
H A Dterminal.h204 struct winsize tm_winsize;
218 const struct winsize *size, int blank, const term_attr_t *attr);
219 void terminal_set_winsize(struct terminal *tm, const struct winsize *size);
H A D_winsize.h42 struct winsize { struct
H A Dtty.h113 struct winsize t_winsize; /* (t) Window size. */
209 void tty_set_winsize(struct tty *tp, const struct winsize *wsz);
/f-stack/freebsd/kern/
H A Dsubr_terminal.c255 terminal_set_winsize_blank(struct terminal *tm, const struct winsize *size, in terminal_set_winsize_blank()
281 terminal_set_winsize(struct terminal *tm, const struct winsize *size) in terminal_set_winsize()
H A Dtty.c881 bzero(data, sizeof(struct winsize)); in ttyil_ioctl()
1616 tty_set_winsize(struct tty *tp, const struct winsize *wsz) in tty_set_winsize()
1941 *(struct winsize*)data = tp->t_winsize; in tty_generic_ioctl()
/f-stack/app/redis-5.0.5/src/
H A Dmemtest.c59 static struct winsize ws;
/f-stack/app/redis-5.0.5/deps/linenoise/
H A Dlinenoise.c287 struct winsize ws; in getColumns()
/f-stack/freebsd/contrib/openzfs/cmd/zpool/
H A Dzpool_main.c4793 struct winsize ws; in get_columns()
5174 struct winsize win; in terminal_height()