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

/ast/src/cmd/ksh93/include/
H A Djobs.h93 struct termios p_stty; /* terminal state for job */ member in struct:process
/ast/src/cmd/ksh93/sh/
H A Djobs.c831 tty_set(job.fd,TCSAFLUSH,&pw->p_stty);
856 if(tty_get(job.fd,&pw->p_stty) == 0)

Completed in 21 milliseconds