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