Searched defs:shell_line (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/more/
H A Dmore.c956 char shell_line[PATH_MAX]; variable
1296 pr (shell_line);
1299 if (expand (shell_line, cmdbuf)) {
1301 promptlen = printf ("!%s", shell_line);
1308 execute (filename, shell, shell, "-c", shell_line, 0);
1695 if (strlcpy(out_str, shell_line, sizeof (temp)) >= sizeof (temp))
1697 out_str += strlen (shell_line);
1709 if (strlcpy(outbuf, temp, sizeof (shell_line)) >= sizeof (shell_line))

Completed in 47 milliseconds