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

/opensolaris-onvv-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.c95 if (f == gettty) {
/opensolaris-onvv-gate/usr/src/cmd/ed/
H A Ded.c282 static int gettty(void);
556 append(gettty, addr2);
564 append(gettty, addr1-1);
636 append(gettty, addr2-1);
1326 gettty(void) function
/opensolaris-onvv-gate/usr/src/cmd/ps/
H A Ducbps.c103 static char *gettty();
800 * gettty returns the user's tty number or ? if none.
803 gettty(psinfo_t *psinfo) function
865 tp = gettty(psinfo);
H A Dps.c300 static char *gettty(psinfo_t *);
741 name = gettty(&info);
1225 * gettty returns the user's tty number or ? if none.
1228 gettty(psinfo_t *psinfo) function
1267 tp = gettty(psinfo);

Completed in 114 milliseconds