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

27 lines
2.6 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>maxfdp</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/lib--tty--key.c.html#L637'>maxfdp</a> 637 lib/tty/key.c int maxfdp, v;</span>
<span class='curline'><a href='../S/lib--tty--key.c.html#L641'>maxfdp</a> 641 lib/tty/key.c maxfdp = MAX (add_selects (&amp;select_set), input_fd);</span>
<span class='curline'><a href='../S/lib--tty--key.c.html#L650'>maxfdp</a> 650 lib/tty/key.c v = select (maxfdp + 1, &amp;select_set, NULL, NULL, timeptr);</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L623'>maxfdp</a> 623 src/subshell/common.c const int maxfdp = MAX (command_buffer_pipe[READ], mc_global.tty.subshell_pty);</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L629'>maxfdp</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#L660'>maxfdp</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#L906'>maxfdp</a> 906 src/subshell/common.c int maxfdp;</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L916'>maxfdp</a> 916 src/subshell/common.c maxfdp = MAX (mc_global.tty.subshell_pty, subshell_pipe[READ]);</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L920'>maxfdp</a> 920 src/subshell/common.c maxfdp = MAX (maxfdp, STDIN_FILENO);</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L923'>maxfdp</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#L1533'>maxfdp</a> 1533 src/subshell/common.c const int maxfdp = subshell_pipe[READ];</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L1535'>maxfdp</a> 1535 src/subshell/common.c if (select (maxfdp + 1, &amp;read_set, NULL, NULL, &amp;wtime) &gt; 0</span>
</pre>
</body>
</html>