mirror of
https://github.com/MidnightCommander/source.git
synced 2026-02-02 11:11:55 -08:00
23 lines
1.7 KiB
HTML
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, &select_set, 0, 0, &time_out) <= 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 (&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, &select_set, NULL, NULL, time_addr);</span>
|
|
</pre>
|
|
</body>
|
|
</html>
|