Searched refs:_left (Results 1 - 9 of 9) sorted by relevance

/macosx-10.9.5/tcl-102/tcl_ext/incrtcl/iwidgets/generic/
H A Dtabset.itk1483 private variable _left 0
1663 set _left [winfo pixels $_canvas $left]
1666 $_canvas move $this [expr {$_left - $_oldLeft}] 0
1669 set _oldLeft $_left
1908 return [lappend bbox $_left $_top $_right $_bottom]
2204 set right [expr {$_left + $_labelWidth}]
2205 # now have _left, _top, right...
2216 # now have _left, _top, right, outerTop, innerTop,
2223 $_left $outerTop \
2228 $_left
[all...]
H A Dscrolledhtml.itk276 protected variable _left 0 ;# initial left margin
659 set _left 0
806 append _tag $_pointsndx - $_left \
831 -lmargin1 ${_left}m \
1164 _push left $_left
1165 incr _left $_indentincr
1167 set _left2 $_left
1178 set _left [_pop left]
1315 if {$_left == 0} {
1318 _push left $_left
[all...]
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/cdt/
H A Ddthdr.h42 #define left hl._left
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/include/
H A Dcdt.h58 Dtlink_t* _left; /* left child */ member in union:_dtlink_s::__anon9276
261 for(_e = (dt)->data->here; _e; _e = _cmp < 0 ? _e->hl._left : _e->right) \
274 for(_e = (dt)->data->here; _e; _e = _cmp < 0 ? _e->hl._left : _e->right) \
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/comp/
H A Dtsearch.c195 #define lchild link.hl._left
/macosx-10.9.5/IOGraphics-471.92.1/tools/
H A Dmodelist.c150 qsort_cmp(void * ref, const void * _left, const void * _right) argument
154 IODisplayModeInformation * left = ((ModeInfo *) _left)->info;
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/modules/plotchart/
H A Dplotconfig.tcl97 set _left [expr {$char_width * 8}]
/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A Drbt_pars.cpp1278 RuleHalf _left(*this), _right(*this);
1279 RuleHalf* left = &_left;
1392 right = &_left;
/macosx-10.9.5/xnu-2422.115.4/SETUP/kextsymboltool/
H A Dkextsymboltool.c195 qsort_cmp(const void * _left, const void * _right) argument
197 struct symbol * left = (struct symbol *) _left;

Completed in 211 milliseconds