Files
source/Y/read_set.html
github-actions[bot] 08571174ab Deploy to GitHub Pages
2026-02-01 17:32:02 +00:00

39 lines
4.7 KiB
HTML

<!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>read_set</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#L607'>read_set</a> 607 src/subshell/common.c fd_set read_set;</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L620'>read_set</a> 620 src/subshell/common.c FD_ZERO (&amp;read_set);</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L621'>read_set</a> 621 src/subshell/common.c FD_SET (command_buffer_pipe[READ], &amp;read_set);</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L629'>read_set</a> 629 src/subshell/common.c while ((rc = select (maxfdp + 1, &amp;read_set, NULL, NULL, &amp;subshell_prompt_timer)) != 0)</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L656'>read_set</a> 656 src/subshell/common.c FD_ZERO (&amp;read_set);</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L657'>read_set</a> 657 src/subshell/common.c FD_SET (command_buffer_pipe[READ], &amp;read_set);</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L658'>read_set</a> 658 src/subshell/common.c FD_SET (mc_global.tty.subshell_pty, &amp;read_set);</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L660'>read_set</a> 660 src/subshell/common.c rc = select (maxfdp + 1, &amp;read_set, NULL, NULL, &amp;subshell_prompt_timer);</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L684'>read_set</a> 684 src/subshell/common.c if (FD_ISSET (mc_global.tty.subshell_pty, &amp;read_set))</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L687'>read_set</a> 687 src/subshell/common.c if (FD_ISSET (command_buffer_pipe[READ], &amp;read_set))</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L891'>read_set</a> 891 src/subshell/common.c fd_set read_set; // For 'select'</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L913'>read_set</a> 913 src/subshell/common.c FD_ZERO (&amp;read_set);</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L914'>read_set</a> 914 src/subshell/common.c FD_SET (mc_global.tty.subshell_pty, &amp;read_set);</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L915'>read_set</a> 915 src/subshell/common.c FD_SET (subshell_pipe[READ], &amp;read_set);</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L919'>read_set</a> 919 src/subshell/common.c FD_SET (STDIN_FILENO, &amp;read_set);</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L923'>read_set</a> 923 src/subshell/common.c if (select (maxfdp + 1, &amp;read_set, NULL, NULL, wptr) == -1)</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L939'>read_set</a> 939 src/subshell/common.c if (FD_ISSET (mc_global.tty.subshell_pty, &amp;read_set))</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L979'>read_set</a> 979 src/subshell/common.c else if (FD_ISSET (subshell_pipe[READ], &amp;read_set))</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L1017'>read_set</a> 1017 src/subshell/common.c else if (FD_ISSET (STDIN_FILENO, &amp;read_set))</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L1527'>read_set</a> 1527 src/subshell/common.c fd_set read_set;</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L1530'>read_set</a> 1530 src/subshell/common.c FD_ZERO (&amp;read_set);</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L1531'>read_set</a> 1531 src/subshell/common.c FD_SET (subshell_pipe[READ], &amp;read_set);</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L1535'>read_set</a> 1535 src/subshell/common.c if (select (maxfdp + 1, &amp;read_set, NULL, NULL, &amp;wtime) &gt; 0</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L1536'>read_set</a> 1536 src/subshell/common.c &amp;&amp; FD_ISSET (subshell_pipe[READ], &amp;read_set))</span>
</pre>
</body>
</html>