Home
last modified time | relevance | path

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

/freebsd/contrib/nvi/ex/
H A Dscript.h10 struct _script { struct
11 pid_t sh_pid; /* Shell pid. */
12 int sh_master; /* Master pty fd. */
13 int sh_slave; /* Slave pty fd. */
14 char *sh_prompt; /* Prompt. */
15 size_t sh_prompt_len; /* Prompt length. */
16 char sh_name[64]; /* Pty name */
17 struct winsize sh_win; /* Window size. */
18 struct termios sh_term; /* Terminal information. */