Files
source/Y/subshell_command.html

23 lines
1.8 KiB
HTML
Raw Permalink Normal View History

2026-02-01 17:32:02 +00:00
<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Transitional//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd'>
<html xmlns='http://www.w3.org/1999/xhtml'>
<head>
<title>subshell_command</title>
<meta name='robots' content='noindex,nofollow' />
<meta name='generator' content='GLOBAL-6.6.11' />
<meta http-equiv='Content-Style-Type' content='text/css' />
<link rel='stylesheet' type='text/css' href='../style.css' />
</head>
<body>
<pre>
<span class='curline'><a href='../S/src--subshell--common.c.html#L604'>subshell_command</a> 604 src/subshell/common.c char *subshell_command;</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L735'>subshell_command</a> 735 src/subshell/common.c subshell_command = strchr (subshell_response_buffer, '\n');</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L736'>subshell_command</a> 736 src/subshell/common.c if (subshell_command == NULL)</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L738'>subshell_command</a> 738 src/subshell/common.c subshell_command++;</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L739'>subshell_command</a> 739 src/subshell/common.c command_length = str_length (subshell_command);</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L747'>subshell_command</a> 747 src/subshell/common.c for (unsigned char *p = (unsigned char *) subshell_command; *p != '\0'; p++)</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L752'>subshell_command</a> 752 src/subshell/common.c input_insert (cmdline, subshell_command, FALSE);</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L760'>subshell_command</a> 760 src/subshell/common.c curr = subshell_command;</span>
</pre>
</body>
</html>