Searched refs:shell_line (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/cmd/more/ |
H A D | more.c | 956 char shell_line[PATH_MAX]; variable 1296 pr (shell_line); in do_shell() 1299 if (expand (shell_line, cmdbuf)) { in do_shell() 1301 promptlen = printf ("!%s", shell_line); in do_shell() 1308 execute (filename, shell, shell, "-c", shell_line, 0); in do_shell() 1720 if (strlcpy(out_str, shell_line, sizeof (temp)) >= sizeof (temp)) in expand() 1722 out_str += strlen (shell_line); in expand() 1735 if (strlcpy(outbuf, temp, sizeof (shell_line)) >= sizeof (shell_line)) in expand()
|