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

/freebsd-11.0-release/usr.bin/write/
H A Dwrite.c79 int msgsok, myttyfd; local
102 if (term_chk(mytty, &msgsok, &atime, 1))
104 if (!msgsok)
120 if (term_chk(argv[1], &msgsok, &atime, 1))
122 if (myuid && !msgsok)
177 int nloggedttys, nttys, msgsok, user_is_me; local
188 if (term_chk(u->ut_line, &msgsok, &atime, 0))
190 if (myuid && !msgsok)

Completed in 54 milliseconds