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

42 lines
4.9 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>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/lib--tty--tty-ncurses.c.html#L439'>set</a> 439 lib/tty/tty-ncurses.c tty_keypad (gboolean set)</span>
<span class='curline'><a href='../S/lib--tty--tty-ncurses.c.html#L441'>set</a> 441 lib/tty/tty-ncurses.c keypad (stdscr, (bool) set);</span>
<span class='curline'><a href='../S/lib--tty--tty-ncurses.c.html#L447'>set</a> 447 lib/tty/tty-ncurses.c tty_nodelay (gboolean set)</span>
<span class='curline'><a href='../S/lib--tty--tty-ncurses.c.html#L449'>set</a> 449 lib/tty/tty-ncurses.c nodelay (stdscr, (bool) set);</span>
<span class='curline'><a href='../S/lib--tty--tty-slang.c.html#L402'>set</a> 402 lib/tty/tty-slang.c tty_keypad (gboolean set)</span>
<span class='curline'><a href='../S/lib--tty--tty-slang.c.html#L406'>set</a> 406 lib/tty/tty-slang.c keypad_string = SLtt_tgetstr ((SLFUTURE_CONST char *) (set ? "ks" : "ke"));</span>
<span class='curline'><a href='../S/lib--tty--tty-slang.c.html#L415'>set</a> 415 lib/tty/tty-slang.c tty_nodelay (gboolean set)</span>
<span class='curline'><a href='../S/lib--tty--tty-slang.c.html#L417'>set</a> 417 lib/tty/tty-slang.c no_slang_delay = set;</span>
<span class='curline'><a href='../S/lib--tty--tty.h.html#L126'>set</a> 126 lib/tty/tty.h extern void tty_keypad (gboolean set);</span>
<span class='curline'><a href='../S/lib--tty--tty.h.html#L127'>set</a> 127 lib/tty/tty.h extern void tty_nodelay (gboolean set);</span>
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L1585'>set</a> 1585 lib/vfs/direntry.c fd_set set;</span>
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L1591'>set</a> 1591 lib/vfs/direntry.c FD_ZERO (&amp;set);</span>
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L1592'>set</a> 1592 lib/vfs/direntry.c FD_SET (fd1, &amp;set);</span>
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L1593'>set</a> 1593 lib/vfs/direntry.c FD_SET (fd2, &amp;set);</span>
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L1595'>set</a> 1595 lib/vfs/direntry.c v = select (maxfd, &amp;set, 0, 0, &amp;time_out);</span>
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L1598'>set</a> 1598 lib/vfs/direntry.c if (FD_ISSET (fd1, &amp;set))</span>
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L1600'>set</a> 1600 lib/vfs/direntry.c if (FD_ISSET (fd2, &amp;set))</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs_parse_ls.c.html#L1112'>set</a> 1112 src/vfs/ftpfs/ftpfs_parse_ls.c GSList *set[number_of_parsers]; // arrays of struct vfs_s_entry</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs_parse_ls.c.html#L1127'>set</a> 1127 src/vfs/ftpfs/ftpfs_parse_ls.c memset (&amp;set, 0, sizeof (set));</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs_parse_ls.c.html#L1164'>set</a> 1164 src/vfs/ftpfs/ftpfs_parse_ls.c set[i] = g_slist_prepend (set[i], info);</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs_parse_ls.c.html#L1184'>set</a> 1184 src/vfs/ftpfs/ftpfs_parse_ls.c the_set = &amp;set[i];</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs_parse_ls.c.html#L1217'>set</a> 1217 src/vfs/ftpfs/ftpfs_parse_ls.c the_set = &amp;set[i];</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs_parse_ls.c.html#L1223'>set</a> 1223 src/vfs/ftpfs/ftpfs_parse_ls.c if (&amp;set[i] != the_set)</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs_parse_ls.c.html#L1225'>set</a> 1225 src/vfs/ftpfs/ftpfs_parse_ls.c for (bufp = set[i]; bufp != NULL; bufp = g_slist_next (bufp))</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs_parse_ls.c.html#L1228'>set</a> 1228 src/vfs/ftpfs/ftpfs_parse_ls.c g_slist_free (set[i]);</span>
<span class='curline'><a href='../S/tests--lib--utilunix__my_system-common.c.html#L44'>set</a> 44 tests/lib/utilunix__my_system-common.c sigemptyset (sigset_t *set)</span>
<span class='curline'><a href='../S/tests--lib--utilunix__my_system-common.c.html#L46'>set</a> 46 tests/lib/utilunix__my_system-common.c sigemptyset_set__captured = set;</span>
</pre>
</body>
</html>