Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libshell/common/include/
H A Djobs.h72 struct termios p_stty; /* terminal state for job */ member
/titanic_50/usr/src/lib/libshell/common/sh/
H A Djobs.c695 tty_set(job.fd,TCSAFLUSH,&pw->p_stty); in job_set()
718 if(tty_get(job.fd,&pw->p_stty) == 0) in job_reset()