Searched refs:el (Results 1 - 4 of 4) sorted by relevance

/ast/src/lib/libtk/library/
H A Dlistbox.tcl183 # el - The element for the selection operation (typically the
186 proc tkListboxBeginSelect {w el} {
189 if [$w selection includes $el] {
190 $w selection clear $el
192 $w selection set $el
196 $w selection set $el
197 $w selection anchor $el
199 set tkPriv(listboxPrev) $el
211 # el - The element under the pointer (must be a number).
213 proc tkListboxMotion {w el} {
[all...]
H A Dscale.tcl131 set el [$w identify $x $y]
132 if {$el == "trough1"} {
134 } elseif {$el == "trough2"} {
136 } elseif {$el == "slider"} {
235 set el [$w identify $x $y]
236 if {$el == "trough1"} {
238 } elseif {$el == "trough2"} {
/ast/src/cmd/codexlib/zip/
H A Dhuff.c61 ulg el; /* length of EOB code (value 256) */ local
82 el = n > 256 ? b[256] : BMAX; /* set length of EOB code, if any */
171 if((ulg)w + j > el && (ulg)w < el)
172 j = el - w; /* make EOB code end at table */
/ast/src/cmd/ksh93/tests/
H A Dtreemove.sh148 compound el=(typeset id='pawn')
149 typeset -m "c.board[1][i]=el"
159 then err_exit 'typeset -m "c.board[1][i]=el" core dumps'
160 else err_exit 'typeset -m "c.board[1][i]=el" gives wrong value'

Completed in 11 milliseconds