set 400 lib/tty/tty-ncurses.c tty_keypad (gboolean set) set 402 lib/tty/tty-ncurses.c keypad (stdscr, (bool) set); set 408 lib/tty/tty-ncurses.c tty_nodelay (gboolean set) set 410 lib/tty/tty-ncurses.c nodelay (stdscr, (bool) set); set 454 lib/tty/tty-slang.c tty_keypad (gboolean set) set 458 lib/tty/tty-slang.c keypad_string = SLtt_tgetstr ((SLFUTURE_CONST char *) (set ? "ks" : "ke")); set 461 lib/tty/tty-slang.c if (set && reset_hp_softkeys) set 468 lib/tty/tty-slang.c tty_nodelay (gboolean set) set 470 lib/tty/tty-slang.c no_slang_delay = set; set 95 lib/tty/tty.h extern void tty_keypad (gboolean set); set 96 lib/tty/tty.h extern void tty_nodelay (gboolean set); set 1585 lib/vfs/direntry.c fd_set set; set 1591 lib/vfs/direntry.c FD_ZERO (&set); set 1592 lib/vfs/direntry.c FD_SET (fd1, &set); set 1593 lib/vfs/direntry.c FD_SET (fd2, &set); set 1595 lib/vfs/direntry.c v = select (maxfd, &set, 0, 0, &time_out); set 1598 lib/vfs/direntry.c if (FD_ISSET (fd1, &set)) set 1600 lib/vfs/direntry.c if (FD_ISSET (fd2, &set)) set 1112 src/vfs/ftpfs/ftpfs_parse_ls.c GSList *set[number_of_parsers]; // arrays of struct vfs_s_entry set 1127 src/vfs/ftpfs/ftpfs_parse_ls.c memset (&set, 0, sizeof (set)); set 1164 src/vfs/ftpfs/ftpfs_parse_ls.c set[i] = g_slist_prepend (set[i], info); set 1184 src/vfs/ftpfs/ftpfs_parse_ls.c the_set = &set[i]; set 1217 src/vfs/ftpfs/ftpfs_parse_ls.c the_set = &set[i]; set 1223 src/vfs/ftpfs/ftpfs_parse_ls.c if (&set[i] != the_set) set 1225 src/vfs/ftpfs/ftpfs_parse_ls.c for (bufp = set[i]; bufp != NULL; bufp = g_slist_next (bufp)) set 1228 src/vfs/ftpfs/ftpfs_parse_ls.c g_slist_free (set[i]); set 44 tests/lib/utilunix__my_system-common.c sigemptyset (sigset_t *set) set 46 tests/lib/utilunix__my_system-common.c sigemptyset_set__captured = set;