set 399 lib/tty/tty-ncurses.c tty_keypad (gboolean set) set 401 lib/tty/tty-ncurses.c keypad (stdscr, (bool) set); set 407 lib/tty/tty-ncurses.c tty_nodelay (gboolean set) set 409 lib/tty/tty-ncurses.c nodelay (stdscr, (bool) set); set 451 lib/tty/tty-slang.c tty_keypad (gboolean set) set 455 lib/tty/tty-slang.c keypad_string = SLtt_tgetstr ((SLFUTURE_CONST char *) (set ? "ks" : "ke")); set 458 lib/tty/tty-slang.c if (set && reset_hp_softkeys) set 465 lib/tty/tty-slang.c tty_nodelay (gboolean set) set 467 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 1593 lib/vfs/direntry.c fd_set set; set 1600 lib/vfs/direntry.c FD_ZERO (&set); set 1601 lib/vfs/direntry.c FD_SET (fd1, &set); set 1602 lib/vfs/direntry.c FD_SET (fd2, &set); set 1604 lib/vfs/direntry.c v = select (maxfd, &set, 0, 0, &time_out); set 1607 lib/vfs/direntry.c if (FD_ISSET (fd1, &set)) set 1609 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 45 tests/lib/utilunix__my_system-common.c sigemptyset (sigset_t * set) set 47 tests/lib/utilunix__my_system-common.c sigemptyset_set__captured = set;