Home
last modified time | relevance | path

Searched defs:_script (Results 1 – 1 of 1) sorted by relevance

/netbsd/external/bsd/nvi/dist/ex/
H A Dscript.h13 struct _script { struct
14 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. */