Home
last modified time | relevance | path

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

/titanic_50/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) in gettty() function
H A Dex.h436 int gettty();
H A Dex_cmdsub.c97 if (f == gettty) { in append()
/titanic_50/usr/src/cmd/ps/
H A Ducbps.c105 static char *gettty();
805 gettty(psinfo_t *psinfo) in gettty() function
871 tp = gettty(psinfo); in prcom()
H A Dps.c310 static char *gettty(psinfo_t *);
754 name = gettty(&info); in stdmain()
1269 gettty(psinfo_t *psinfo) in gettty() function
1312 tp = gettty(psinfo); in prfind()
/titanic_50/usr/src/cmd/ed/
H A Ded.c281 static int gettty(void);
555 append(gettty, addr2); in commands()
563 append(gettty, addr1-1); in commands()
635 append(gettty, addr2-1); in commands()
1325 gettty(void) in gettty() function