Searched defs:_script (Results 1 – 1 of 1) sorted by relevance
14 struct _script { struct15 pid_t sh_pid; /* Shell pid. */16 int sh_master; /* Master pty fd. */17 int sh_slave; /* Slave pty fd. */18 char *sh_prompt; /* Prompt. */19 size_t sh_prompt_len; /* Prompt length. */20 char sh_name[64]; /* Pty name */21 struct winsize sh_win; /* Window size. */22 struct termios sh_term; /* Terminal information. */