Searched defs:gettty (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/vi/port/
H A Dex_get.c156 gettty(void) function
/illumos-gate/usr/src/cmd/ps/
H A Ducbps.c105 static char *gettty();
802 * gettty returns the user's tty number or ? if none.
805 gettty(psinfo_t *psinfo) function
871 tp = gettty(psinfo);
H A Dps.c310 static char *gettty(psinfo_t *);
754 name = gettty(&info);
1266 * gettty returns the user's tty number or ? if none.
1269 gettty(psinfo_t *psinfo) function
1312 tp = gettty(psinfo);
/illumos-gate/usr/src/cmd/ed/
H A Ded.c281 static int gettty(void);
555 append(gettty, addr2);
563 append(gettty, addr1-1);
635 append(gettty, addr2-1);
1325 gettty(void) function

Completed in 74 milliseconds