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

  /src/sys/compat/ultrix/
ultrix_pathname.c 155 int noctty; local
162 noctty = q & 0x8000;
175 if (!ret && !noctty && SESS_LEADER(p) && !(p->p_lflag & PL_CONTROLT)) {
  /src/bin/ps/
print.c 739 int noctty; local
750 noctty = !(k->p_eflag & EPROC_CTTY) ? 1 : 0;
754 fmtlen = strlen(ttname) + noctty;
758 if (noctty)
  /src/sys/compat/sunos/
sunos_misc.c 692 int noctty; local
697 noctty = smode & 0x8000;
711 if (!ret && !noctty && SESS_LEADER(p) && !(p->p_lflag & PL_CONTROLT)) {
  /src/sys/compat/sunos32/
sunos32_misc.c 923 int noctty; local
928 noctty = lf & 0x8000;
942 if (!ret && !noctty && SESS_LEADER(p) && !(p->p_lflag & PL_CONTROLT)) {

Completed in 18 milliseconds