set 401 lib/tty/tty-ncurses.c tty_keypad (gboolean set) set 403 lib/tty/tty-ncurses.c keypad (stdscr, (bool) set); set 409 lib/tty/tty-ncurses.c tty_nodelay (gboolean set) set 411 lib/tty/tty-ncurses.c nodelay (stdscr, (bool) set); set 452 lib/tty/tty-slang.c tty_keypad (gboolean set) set 456 lib/tty/tty-slang.c keypad_string = SLtt_tgetstr ((SLFUTURE_CONST char *) (set ? "ks" : "ke")); set 459 lib/tty/tty-slang.c if (set && reset_hp_softkeys) set 466 lib/tty/tty-slang.c tty_nodelay (gboolean set) set 468 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 1588 lib/vfs/direntry.c fd_set set; set 1594 lib/vfs/direntry.c FD_ZERO (&set); set 1595 lib/vfs/direntry.c FD_SET (fd1, &set); set 1596 lib/vfs/direntry.c FD_SET (fd2, &set); set 1598 lib/vfs/direntry.c v = select (maxfd, &set, 0, 0, &time_out); set 1601 lib/vfs/direntry.c if (FD_ISSET (fd1, &set)) set 1603 lib/vfs/direntry.c if (FD_ISSET (fd2, &set)) set 1111 src/vfs/ftpfs/ftpfs_parse_ls.c GSList *set[number_of_parsers]; /* arrays of struct vfs_s_entry */ set 1126 src/vfs/ftpfs/ftpfs_parse_ls.c memset (&set, 0, sizeof (set)); set 1163 src/vfs/ftpfs/ftpfs_parse_ls.c set[i] = g_slist_prepend (set[i], info); set 1183 src/vfs/ftpfs/ftpfs_parse_ls.c the_set = &set[i]; set 1216 src/vfs/ftpfs/ftpfs_parse_ls.c the_set = &set[i]; set 1222 src/vfs/ftpfs/ftpfs_parse_ls.c if (&set[i] != the_set) set 1224 src/vfs/ftpfs/ftpfs_parse_ls.c for (bufp = set[i]; bufp != NULL; bufp = g_slist_next (bufp)) set 1227 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;