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