select            653 lib/tty/key.c          v = select (maxfdp + 1, &select_set, NULL, NULL, timeptr);
select           1167 lib/tty/key.c      select (input_fd + 1, &Read_FD_Set, NULL, NULL, &time_out);
select           1721 lib/tty/key.c      return (select (nfd, &select_set, 0, 0, &time_out) <= 0);
select           2019 lib/tty/key.c          flag = select (nfd, &select_set, NULL, NULL, time_addr);
select           2185 lib/tty/key.c              select (input_fd + 1, &Read_FD_Set, NULL, NULL, &tv);
select            206 lib/tty/tty.c      while ((ok = select (sigwinch_pipe[0] + 1, &fdset, NULL, NULL, &timeout)) < 0)
select             96 lib/tty/win.c      return select (1, &fds, 0, 0, &tv);
select            602 lib/utilunix.c     res = select (maxfd + 1, &fds, NULL, NULL, NULL);
select           1603 lib/vfs/direntry.c     v = select (maxfd, &set, 0, 0, &time_out);
select            150 lib/widget/listbox-window.c listbox_run_with_data (Listbox * l, const void *select)
select            154 lib/widget/listbox-window.c     if (select != NULL)
select            155 lib/widget/listbox-window.c         listbox_set_current (l->list, listbox_search_data (l->list, select));
select             32 lib/widget/listbox-window.h void *listbox_run_with_data (Listbox * l, const void *select);
select            544 src/subshell/common.c     while ((rc = select (maxfdp + 1, &read_set, NULL, NULL, &subshell_prompt_timer)) != 0)
select            570 src/subshell/common.c     while ((rc = select (maxfdp + 1, &read_set, NULL, NULL, &subshell_prompt_timer)) != 1)
select            602 src/subshell/common.c     while ((rc = select (maxfdp + 1, &read_set, NULL, NULL, &subshell_prompt_timer)) != 1)
select            778 src/subshell/common.c         if (select (maxfdp + 1, &read_set, NULL, NULL, wptr) == -1)
select           1284 src/subshell/common.c     if (select (maxfdp + 1, &read_set, NULL, NULL, &wtime) > 0
select           1553 src/subshell/common.c            && (rc = select (mc_global.tty.subshell_pty + 1, &tmp, NULL, NULL, &timeleft)) != 0)
select           1597 src/subshell/common.c            && (rc = select (mc_global.tty.subshell_pty + 1, &tmp, NULL, NULL, &timeleft)) != 0)
select           1552 src/vfs/ftpfs/ftpfs.c         if (select (dsock + 1, &mask, NULL, NULL, NULL) > 0)
select            102 src/vfs/sftpfs/internal.c     ret = select (super->socket_handle + 1, readfd, writefd, NULL, &timeout);