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

23 lines
1.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>nfd</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#L1663'>nfd</a> 1663 lib/tty/key.c int nfd;</span>
<span class='curline'><a href='../S/lib--tty--key.c.html#L1669'>nfd</a> 1669 lib/tty/key.c nfd = MAX (0, input_fd) + 1;</span>
<span class='curline'><a href='../S/lib--tty--key.c.html#L1678'>nfd</a> 1678 lib/tty/key.c nfd = MAX (nfd, gpm_fd + 1);</span>
<span class='curline'><a href='../S/lib--tty--key.c.html#L1697'>nfd</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#L1912'>nfd</a> 1912 lib/tty/key.c int nfd;</span>
<span class='curline'><a href='../S/lib--tty--key.c.html#L1917'>nfd</a> 1917 lib/tty/key.c nfd = MAX (add_selects (&amp;select_set), MAX (0, input_fd)) + 1;</span>
<span class='curline'><a href='../S/lib--tty--key.c.html#L1925'>nfd</a> 1925 lib/tty/key.c nfd = MAX (nfd, gpm_fd + 1);</span>
<span class='curline'><a href='../S/lib--tty--key.c.html#L1981'>nfd</a> 1981 lib/tty/key.c flag = select (nfd, &amp;select_set, NULL, NULL, time_addr);</span>
</pre>
</body>
</html>