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

/illumos-gate/usr/src/cmd/vi/port/
H A Dex_cmds.c221 (void) append(gettty, addr2);
317 if (append(gettty, addr1 - 1) == 0) {
429 (void) append(gettty, addr2 - 1);
H A Dex_get.c156 gettty(void) function
H A Dex.h436 int gettty();
H A Dex_cmdsub.c97 if (f == gettty) {
/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
/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);

Completed in 600 milliseconds