Searched refs:wtype (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10/ksh-23/ksh/src/lib/libast/regex/
H A Dregclass.c38 wctype_t wtype; member in struct:Ctype_s
155 static int Is_wc_1(int c) { return iswctype(c, ctype[CTYPES+0].wtype); }
156 static int Is_wc_2(int c) { return iswctype(c, ctype[CTYPES+1].wtype); }
157 static int Is_wc_3(int c) { return iswctype(c, ctype[CTYPES+2].wtype); }
158 static int Is_wc_4(int c) { return iswctype(c, ctype[CTYPES+3].wtype); }
159 static int Is_wc_5(int c) { return iswctype(c, ctype[CTYPES+4].wtype); }
160 static int Is_wc_6(int c) { return iswctype(c, ctype[CTYPES+5].wtype); }
161 static int Is_wc_7(int c) { return iswctype(c, ctype[CTYPES+6].wtype); }
162 static int Is_wc_8(int c) { return iswctype(c, ctype[CTYPES+7].wtype); }
163 static int Is_wc_9(int c) { return iswctype(c, ctype[CTYPES+8].wtype); }
[all...]
/macosx-10.10/Security-57031.1.35/SecurityTests/cspxutils/wrapTest/
H A DwrapTest.c462 wrapType wtype; member in struct:__anon5347
479 algInfo->wtype = WT_Symmetric;
488 algInfo->wtype = WT_Symmetric;
497 algInfo->wtype = WT_Asymmetric;
506 algInfo->wtype = WT_Asymmetric;
515 algInfo->wtype = WT_Symmetric;
524 algInfo->wtype = WT_Symmetric;
533 algInfo->wtype = WT_Symmetric;
542 algInfo->wtype = WT_Null;
551 algInfo->wtype
[all...]
/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/modules/widget/
H A Dsuperframe.tcl41 set wtype ttk::labelframe
55 set wtype labelframe
57 installhull using $wtype
/macosx-10.10/tcl-105/tcl_ext/snack/snack/demos/tcl/
H A DSection.tcl21 set wtype Hamming
64 tk_optionMenu .f2i.cm wtype Hamming Hanning Bartlett Blackman Rectangle
66 .f2i.cm.menu entryconfigure $i -command {.c itemconf sect -windowtype $wtype}
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/struct/graph/
H A Dwalk.c38 Tcl_Obj* wtype = NULL; local
67 wtype = objv [i+1];
123 if (wtype &&
124 (Tcl_GetIndexFromObj (interp, wtype, wtypes,
/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/modules/plotchart/
H A Dplotpack.tcl277 foreach {wname wtype woptions} $specifics break
279 { eval $wtype $wname [join $woptions] }
/macosx-10.10/tcl-105/tcl_ext/bwidget/bwidget/
H A Dthemeutils.tcl227 proc ::BWidget::wrap {wtype wpath args} {
241 return [eval ttk::${wtype} $wpath $args]
243 return [eval $wtype $wpath $args]
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/tepam/
H A Dproc_interactive.test323 foreach {name wtype default setvalue getvalue procargs} {
366 set tepam::argument_dialogbox(test,script) "ad_form($wtype) \$WChild(2).f set $setvalue; "

Completed in 212 milliseconds