Home
last modified time | relevance | path

Searched refs:wlist (Results 1 – 6 of 6) sorted by relevance

/third_party/curl/scripts/
Dchecksrc.pl39 my $wlist="";
214 $wlist .= " $1 ";
269 if("$wlist" !~ / $file /) {
/third_party/python/Modules/clinic/
Dselectmodule.c.h36 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/
Dselectmodule.c246 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__.py2016 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/
Dselect.rst117 .. function:: select(rlist, wlist, xlist[, timeout])
125 * *wlist*: wait until ready for writing
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h31715 struct list_head wlist; member