Home
last modified time | relevance | path

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

/PHP-8.3/ext/standard/
H A Dproc_open.c84 int openpty(int *master, int *slave, char *name, struct termios *termp, struct winsize *winp) in openpty() argument
116 if (winp) { in openpty()
117 if (ioctl(sd, TIOCSWINSZ, winp) == -1) { in openpty()

Completed in 13 milliseconds