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

36 lines
4.5 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>select</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#L650'>select</a> 650 lib/tty/key.c v = select (maxfdp + 1, &amp;select_set, NULL, NULL, timeptr);</span>
<span class='curline'><a href='../S/lib--tty--key.c.html#L1164'>select</a> 1164 lib/tty/key.c select (input_fd + 1, &amp;Read_FD_Set, NULL, NULL, &amp;time_out);</span>
<span class='curline'><a href='../S/lib--tty--key.c.html#L1697'>select</a> 1697 lib/tty/key.c return (select (nfd, &amp;select_set, 0, 0, &amp;time_out) &lt;= 0);</span>
<span class='curline'><a href='../S/lib--tty--key.c.html#L1981'>select</a> 1981 lib/tty/key.c flag = select (nfd, &amp;select_set, NULL, NULL, time_addr);</span>
<span class='curline'><a href='../S/lib--tty--key.c.html#L2147'>select</a> 2147 lib/tty/key.c select (input_fd + 1, &amp;Read_FD_Set, NULL, NULL, &amp;tv);</span>
<span class='curline'><a href='../S/lib--tty--tty.c.html#L211'>select</a> 211 lib/tty/tty.c while ((ok = select (sigwinch_pipe[0] + 1, &amp;fdset, NULL, NULL, &amp;timeout)) &lt; 0)</span>
<span class='curline'><a href='../S/lib--tty--win.c.html#L98'>select</a> 98 lib/tty/win.c return select (1, &amp;fds, 0, 0, &amp;tv);</span>
<span class='curline'><a href='../S/lib--utilunix.c.html#L648'>select</a> 648 lib/utilunix.c res = select (maxfd + 1, &amp;fds, NULL, NULL, NULL);</span>
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L1595'>select</a> 1595 lib/vfs/direntry.c v = select (maxfd, &amp;set, 0, 0, &amp;time_out);</span>
<span class='curline'><a href='../S/lib--widget--listbox-window.c.html#L149'>select</a> 149 lib/widget/listbox-window.c listbox_run_with_data (Listbox *l, const void *select)</span>
<span class='curline'><a href='../S/lib--widget--listbox-window.c.html#L153'>select</a> 153 lib/widget/listbox-window.c if (select != NULL)</span>
<span class='curline'><a href='../S/lib--widget--listbox-window.c.html#L154'>select</a> 154 lib/widget/listbox-window.c listbox_set_current (l-&gt;list, listbox_search_data (l-&gt;list, select));</span>
<span class='curline'><a href='../S/lib--widget--listbox-window.h.html#L32'>select</a> 32 lib/widget/listbox-window.h void *listbox_run_with_data (Listbox *l, const void *select);</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L629'>select</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'>select</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#L923'>select</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#L1535'>select</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#L1953'>select</a> 1953 src/subshell/common.c &amp;&amp; (rc = select (mc_global.tty.subshell_pty + 1, &amp;tmp, NULL, NULL, &amp;timeleft)) != 0)</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L2003'>select</a> 2003 src/subshell/common.c &amp;&amp; (rc = select (mc_global.tty.subshell_pty + 1, &amp;tmp, NULL, NULL, &amp;timeleft)) != 0)</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L1550'>select</a> 1550 src/vfs/ftpfs/ftpfs.c if (select (dsock + 1, &amp;mask, NULL, NULL, NULL) &gt; 0)</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--internal.c.html#L103'>select</a> 103 src/vfs/sftpfs/internal.c ret = select (super-&gt;socket_handle + 1, readfd, writefd, NULL, &amp;timeout);</span>
</pre>
</body>
</html>