Searched defs:winp (Results 1 - 1 of 1) sorted by relevance

/lxc/src/include/
H A Dopenpty.c38 struct winsize *winp)
63 if (winp)
64 ioctl(slave, TIOCSWINSZ, winp);
37 openpty(int *amaster, int *aslave, char *name, struct termios *termp, struct winsize *winp) argument

Completed in 8 milliseconds