Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.talkd/
H A Dannounce.c122 char full_tty[TTY_BUFSZ]; in announce_proc() local
128 (void) snprintf(full_tty, TTY_BUFSZ, "/dev/%s", request->r_tty); in announce_proc()
131 if (p == 0 || access(full_tty, 0) != 0) { in announce_proc()
136 if ((fd = open(full_tty, O_WRONLY|O_NONBLOCK)) == -1) { in announce_proc()
/illumos-gate/usr/src/cmd/sgs/elfedit/common/
H A D_elfedit.h178 int full_tty; /* True if stdin and stdout are tty */ member
H A Delfedit.c411 if (state.msg_jbuf.active && state.input.full_tty && in elfedit_pager_init()
3393 if (state.input.full_tty) { in read_cmd()
3627 state.input.full_tty = state.input.is_tty && in main()
3630 if (state.input.full_tty) { in main()
3671 if (state.input.full_tty) in main()