Searched refs:winp (Results 1 – 1 of 1) sorted by relevance
51 struct winsize *winp) in openpty() argument81 if (winp) in openpty()82 ioctl(slave, TIOCSWINSZ, (char *)winp); in openpty()91 forkpty(int *amaster, char *name, struct termios *termp, struct winsize *winp) in forkpty() argument95 if (openpty(&master, &slave, name, termp, winp) == -1) in forkpty()