Searched refs:wlist (Results 1 – 6 of 6) sorted by relevance
/third_party/curl/scripts/ |
D | checksrc.pl | 39 my $wlist=""; 214 $wlist .= " $1 "; 269 if("$wlist" !~ / $file /) {
|
/third_party/python/Modules/clinic/ |
D | selectmodule.c.h | 36 select_select_impl(PyObject *module, PyObject *rlist, PyObject *wlist, 44 PyObject *wlist; in select_select() local 52 wlist = args[1]; in select_select() 59 return_value = select_select_impl(module, rlist, wlist, xlist, timeout_obj); in select_select()
|
/third_party/python/Modules/ |
D | selectmodule.c | 246 select_select_impl(PyObject *module, PyObject *rlist, PyObject *wlist, in select_select_impl() argument 312 if ((omax = seq2set(wlist, &ofdset, wfd2obj)) < 0) in select_select_impl() 367 wlist = set2list(&ofdset, wfd2obj); in select_select_impl() 372 ret = PyTuple_Pack(3, rlist, wlist, xlist); in select_select_impl() 375 Py_XDECREF(wlist); in select_select_impl()
|
/third_party/python/Lib/tkinter/ |
D | __init__.py | 2016 def wm_colormapwindows(self, *wlist): argument 2020 if len(wlist) > 1: 2021 wlist = (wlist,) # Tk needs a list of windows here 2022 args = ('wm', 'colormapwindows', self._w) + wlist 2023 if wlist:
|
/third_party/python/Doc/library/ |
D | select.rst | 117 .. function:: select(rlist, wlist, xlist[, timeout]) 125 * *wlist*: wait until ready for writing
|
/third_party/libbpf/.github/actions/build-selftests/ |
D | vmlinux.h | 31715 struct list_head wlist; member
|