Home
last modified time | relevance | path

Searched refs:EPROC_CTTY (Results 1 – 2 of 2) sorted by relevance

/openbsd/sys/sys/
H A Dsysctl.h386 #define EPROC_CTTY 0x01 /* controlling tty vnode active */ macro
674 (kp)->p_eflag |= EPROC_CTTY; \
/openbsd/bin/ps/
H A Dprint.c486 kp->p_eflag & EPROC_CTTY ? ' ' : '-'); in tname()