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

/ast/src/cmd/builtin/
H A Dpty.c214 struct winsize* winp; local
234 winp = &win;
237 winp = 0;
242 if (openpty(master, slave, NULL, ttyp, winp) < 0)
275 if (winp && ioctl(*slave, TIOCSWINSZ, winp) < 0)

Completed in 7 milliseconds