Searched refs:sel (Results 1 - 10 of 10) sorted by relevance

/ast/src/lib/libtk/library/demos/
H A Drmt65 catch {.t tag remove sel sel.first promptEnd}
66 if {[.t tag nextrange sel 1.0 end] == ""} {
73 catch {.t tag remove sel sel.first promptEnd}
74 if {[.t tag nextrange sel 1.0 end] == ""} {
116 if {[$w compare sel.first <= insert]
117 && [$w compare sel.last >= insert]} {
118 $w tag remove sel sel
[all...]
H A Dctext.tcl108 catch {$w dchars text sel.first sel.last}
130 if ![catch {$w dchars text sel.first sel.last}] {
138 if ![catch {$w dchars text sel.first sel.last}] {
/ast/src/lib/libtk/library/
H A Dclrpick.tcl241 canvas $f.sel -height $data(PLGN_HEIGHT) \
244 pack $f.sel -expand yes -fill both
250 set data($color,sel) $f.sel
259 bind $data($color,sel) <Enter> \
261 bind $data($color,sel) <Leave> \
272 set selFrame [frame $topFrame.sel]
333 tkColorDialog_MoveSelector $w $data($color,sel) $color $x 0
368 # sel: selector canvas
370 set sel
[all...]
H A Dconsole.tcl41 .console tag configure sel -relief ridge
42 bind .console <FocusIn> { .console tag configure sel -borderwidth 0
44 bind .console <FocusOut> { .console tag configure sel -borderwidth 2
218 if {[%W tag nextrange sel 1.0 end] != ""} {
219 %W tag remove sel sel.first promptEnd
227 if {[%W tag nextrange sel 1.0 end] != ""} {
228 %W tag remove sel sel.first promptEnd
376 if {[$w compare sel
[all...]
H A Dtext.tcl45 %W tag remove sel 0.0 end
55 catch {%W mark set insert sel.first}
60 catch {%W mark set insert sel.first}
208 if {[%W tag nextrange sel 1.0 end] != ""} {
209 %W delete sel.first sel.last
216 if {[%W tag nextrange sel 1.0 end] != ""} {
217 %W delete sel.first sel.last
239 %W tag add sel 1.
[all...]
H A Dentry.tcl40 %W delete sel.first sel.last
59 %W delete sel.first sel.last
75 catch {%W icursor sel.first}
160 %W delete sel.first sel.last
453 if {([$w index sel.first] <= $insert)
454 && ([$w index sel.last] >= $insert)} {
455 $w delete sel
[all...]
/ast/src/lib/libdss/
H A Dcxeval.c190 if ((t = expr->group ? eval(cx, expr->group, data, rv) : expr->query->sel ? (*expr->query->sel)(cx, expr, data, cx->disc) : expr->query->prog ? execute(cx, expr, expr->query->prog, data, rv, cx->disc) : 1) < 0)
H A Dcx.h515 Cxquery_f sel; /* select current data */ member in struct:Cxquery_s
/ast/src/cmd/re/
H A Dsed2.c549 int sel; local
551 sel = selected(pc, data);
552 if(sel) {
554 if(sel==2 && cmd=='c')
/ast/src/cmd/kshlib/dss/
H A Ddss.c188 if(qp->sel)
190 if((n=(*qp->sel)(cx,&pp->expr,data,cx->disc))<=0)

Completed in 20 milliseconds