Searched refs:wlist (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10.1/curl-83.1.2/curl/lib/
H A Dchecksrc.pl31 my $wlist;
65 $wlist .= " $1 ";
82 if("$wlist" !~ / $file /) {
/macosx-10.10.1/tcl-105/tcl_ext/bwidget/bwidget/
H A Dlabelframe.tcl114 set wlist {}
156 lappend wlist $w $widthopt
160 foreach {w widthopt} $wlist {
/macosx-10.10.1/curl-83.1.2/curl/tests/
H A Dhttp_pipe.py366 rlist, wlist, xlist = [], [], []
371 wlist.append(fileno)
372 rlist, wlist, xlist = select.select(rlist, wlist, xlist, max_poll_time)
393 elif fileno in wlist:
/macosx-10.10.1/swig-12/Source/Swig/
H A Derror.c173 void Swig_warnfilter(const_String_or_char_ptr wlist, int add) { argument
182 cw = Char(wlist);
H A Dswig.h318 extern void Swig_warnfilter(const_String_or_char_ptr wlist, int val);
/macosx-10.10.1/tcl-105/tcl_ext/incrtcl/iwidgets/demos/
H A Dcatalog303 set widgets(list) $pane.wlist
/macosx-10.10.1/bash-94.1.2/bash-3.2/
H A Dexecute_cmd.c2234 WORD_LIST *wlist, *es; local
2269 wlist = expand_word_unsplit (case_command->word, 0);
2270 word = wlist ? string_list (wlist) : savestring ("");
2271 dispose_words (wlist);

Completed in 76 milliseconds