Home
last modified time | relevance | path

Searched refs:select_args (Results 1 – 13 of 13) sorted by relevance

/dports/devel/R-cran-roxygen2/roxygen2/R/
H A Dselect-args.R13 select_args(fun, parsed)
18 select_args <- function(fun, select = list()) { function
/dports/lang/guile2/guile-2.2.7/libguile/
H A Dthreads.c1498 struct select_args struct
1513 struct select_args *select_args; in do_std_select() argument
1515 select_args = (struct select_args *) args; in do_std_select()
1517 select_args->result = in do_std_select()
1518 select (select_args->nfds, in do_std_select()
1519 select_args->read_fds, select_args->write_fds, in do_std_select()
1520 select_args->except_fds, select_args->timeout); in do_std_select()
1521 select_args->errno_value = errno; in do_std_select()
1536 struct select_args args; in scm_std_select()
/dports/lang/guile/guile-3.0.7/libguile/
H A Dthreads.c1482 struct select_args struct
1497 struct select_args *select_args; in do_std_select() argument
1499 select_args = (struct select_args *) args; in do_std_select()
1501 select_args->result = in do_std_select()
1502 select (select_args->nfds, in do_std_select()
1503 select_args->read_fds, select_args->write_fds, in do_std_select()
1504 select_args->except_fds, select_args->timeout); in do_std_select()
1505 select_args->errno_value = errno; in do_std_select()
1520 struct select_args args; in scm_std_select()
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/py/Boinc/
H A Ddb_base.py185 select_args = None, sort_results = False): argument
191 self.select_args = select_args
272 extra_args=self.select_args)
296 extra_args=self.select_args)
321 extra_args=self.select_args):
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/tools/
H A Dappmgr202 database.Platforms.select_args = 'ORDER BY name'
425 database.Apps.select_args = 'ORDER BY name'
427 database.AppVersions.select_args = 'ORDER BY version_num, platformid, plan_class'
/dports/security/py-openssl/pyOpenSSL-20.0.1/tests/
H A Dtest_ssl.py1857 select_args = []
1860 select_args.append((conn, options))
1886 assert select_args == [(server, [b"http/1.1", b"spdy/2"])]
1896 select_args = []
1899 select_args.append((conn, options))
1927 assert select_args == [(server, [b"http/1.1", b"spdy/2"])]
1937 select_args = []
1940 select_args.append((conn, options))
1968 assert select_args == [(server, [b"http/1.1", b"spdy/2"])]
2085 select_args = []
[all …]
/dports/editors/emacs-devel/emacs-4d1968b/src/
H A Dthread.c572 struct select_args struct
587 struct select_args *sa = arg; in really_call_select() argument
619 struct select_args sa; in thread_select()
/dports/editors/emacs/emacs-27.2/src/
H A Dthread.c562 struct select_args struct
577 struct select_args *sa = arg; in really_call_select() argument
607 struct select_args sa; in thread_select()
/dports/mail/mailutils/mailutils-3.13/mimeview/tests/
H A Dtestsuite.at33 m4_pushdef([select_args],[__select_args([],m4_shift(m4_shift($@)))])
51 mimeview MIMEVIEW_OPTIONS --identify -f mime.types select_args($@)
/dports/lang/ruby26/ruby-2.6.9/
H A Dthread.c4165 struct select_args { struct
4180 struct select_args *args = (struct select_args *)ptr; in select_single() argument
4202 struct select_args *args = (struct select_args *)ptr; in select_single_cleanup()
4216 struct select_args args; in rb_wait_for_single_fd()
H A Dio.c9152 struct select_args { struct
9161 struct select_args *p = (struct select_args *)arg; in select_call() argument
9169 struct select_args *p = (struct select_args *)arg; in select_end()
9496 struct select_args args; in rb_f_select()
/dports/x11/xterm/xterm-370/
H A Dmisc.c3376 String *select_args; in ManipulateSelectionData() local
3378 if ((select_args = TypeCallocN(String, 2 + strlen(base))) != 0) { in ManipulateSelectionData()
3383 select_args[n++] = table[j].result; in ManipulateSelectionData()
3412 select_args, n, in ManipulateSelectionData()
3419 free(select_args); in ManipulateSelectionData()
3431 ClearSelectionBuffer(screen, select_args[j]); in ManipulateSelectionData()
3435 select_args[j]); in ManipulateSelectionData()
3438 CompleteSelection(xw, select_args, n); in ManipulateSelectionData()
3440 free(select_args); in ManipulateSelectionData()
/dports/lang/guile2/guile-2.2.7/
H A DChangeLog71219 * libguile/threads.c (struct select_args): New.