HomeSort by: relevance | last modified time | path
    Searched refs:winp (Results 1 - 9 of 9) sorted by relevancy

  /src/lib/libutil/
pty.c 64 struct winsize *winp)
79 /* winp may be NULL */
127 if (winp)
128 (void)ioctl(slave, TIOCSWINSZ, winp);
139 forkpty(int *amaster, char *name, struct termios *term, struct winsize *winp)
147 /* winp may be NULL */
149 if (openpty(&master, &slave, name, term, winp) == -1)
  /src/lib/libcurses/
delwin.c 85 if (wl->winp != win)
color.c 248 win = wlp->winp;
249 if (wlp->winp != __virtscr && wlp->winp != curscr) {
665 wlp->winp);
666 win = wlp->winp;
screen.c 280 delwin(list->winp);
curses_private.h 160 struct __window *winp; /* The window. */ member in struct:__winlist
newwin.c 315 wlp->winp = win;
resize.c 207 win = list->winp;
  /src/lib/libpuffs/
puffs.c 729 void *winp; local
740 if (puffs_framebuf_getwindow(pb, 0, &winp, &winlen) == -1) {
746 preq = winp;
  /src/sys/external/bsd/compiler_rt/dist/lib/msan/
msan_interceptors.cc 1188 const void *termp, const void *winp) {
1191 int res = REAL(openpty)(amaster, aslave, name, termp, winp);
1207 const void *winp) {
1210 int res = REAL(forkpty)(amaster, name, termp, winp);

Completed in 45 milliseconds