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

/macosx-10.10/screen-22/screen/
H A Dutmp.c417 if ((slot = TtyNameSlot(wi->w_tty)) == (slot_t)0)
419 debug1("SetUtmp failed (tty %s).\n",wi->w_tty);
430 makeuser(&u, stripdev(wi->w_tty), LoginName, wi->w_pid);
577 addToUtmp(wi->w_tty, host, wi->w_ptyfd);
579 removeLineFromUtmp(wi->w_tty, wi->w_ptyfd);
H A Dwindow.h250 char w_tty[MAXSTR]; member in struct:win
H A Dwindow.c689 strncpy(p->w_tty, TtyName, MAXSTR - 1);
843 strncpy(p->w_tty, *TtyName ? TtyName : p->w_title, MAXSTR - 1);
902 (void)chmod(wp->w_tty, 0666);
903 (void)chown(wp->w_tty, 0, 0);
907 wp->w_tty[0] = 0;
1110 * Fields w_width, w_height, aflag, number (and w_tty)
1113 * between win->w_tty and open(ttyn)
H A Dsocket.c864 if (!TTYCMP(m.m_tty, wi->w_tty))
1387 if (!TTYCMP(mp->m_tty, fore->w_tty))
H A Dtty.c1226 if ((wp->w_ptyfd = OpenTTY(wp->w_tty, wp->w_cmdargs[1])) < 1)
1228 Msg(0, "Ouch, cannot reopen line %s, please try harder", wp->w_tty);
H A Dtty.c.dist1226 if ((wp->w_ptyfd = OpenTTY(wp->w_tty, wp->w_cmdargs[1])) < 1)
1228 Msg(0, "Ouch, cannot reopen line %s, please try harder", wp->w_tty);
/macosx-10.10/emacs-93/emacs/src/
H A Dprocess.c1343 int w_proc, w_buffer, w_tty;
1349 w_tty = 0; /* Omit if no ttys */
1372 && (i = SCHARS (p->tty_name), (i > w_tty)))
1373 w_tty = i;
1378 if (w_tty)
1381 XSETFASTINT (i_command, XFASTINT (i_buffer) + w_tty + 1);
1335 int w_proc, w_buffer, w_tty; local

Completed in 152 milliseconds