Searched refs:get (Results 1 - 25 of 46) sorted by relevance
12
/ast/src/cmd/nmake/ |
H A D | SCCS.mk | 7 GET = get 12 .SCCS.get : .FUNCTION 26 $(.SCCS.get $(>) $(<))
|
/ast/src/lib/libtksh/lib/tksh7.6/ |
H A D | init.ksh | 3 function env.get
|
/ast/src/lib/libtk/library/ |
H A D | entry.tcl | 39 clipboard append -displayof %W [selection get -displayof %W] 48 clipboard append -displayof %W [selection get -displayof %W] 54 %W insert insert [selection get -displayof %W -selection CLIPBOARD] 129 [string wordstart [%W get] [expr [%W index insert] - 1]] 132 tkEntrySetCursor %W [string wordend [%W get] [%W index insert]] 136 [string wordstart [%W get] [expr [%W index insert] - 1]] 140 tkEntryKeySelect %W [string wordend [%W get] [%W index insert]] 206 catch {tkEntryInsert %W [selection get -displayof %W]} 254 [string wordstart [%W get] [expr [%W index insert] - 1]] 259 %W delete insert [string wordend [%W get] [ [all...] |
H A D | scale.tcl | 138 set tkPriv(initValue) [$w get] 161 $w set [$w get [expr $x - $tkPriv(deltaX)] \ 211 $w set [expr [$w get] + $inc] 259 $w set [$w get $x $y] 261 set tkPriv(initValue) [$w get]
|
H A D | console.tcl | 80 append cmd [.console get $start $end] 296 %W insert insert [selection get -displayof %W] {input stdin} 303 catch {tkConsoleInsert %W [selection get -displayof %W]} 340 clipboard append -displayof %W [selection get -displayof %W] 347 set clip [selection get -displayof %W -selection CLIPBOARD]
|
H A D | text.tcl | 257 catch {tkTextInsert %W [selection get -displayof %W]} 544 catch {$w insert insert [selection get -displayof $w]} 671 set total [string length [$w get $b $c]] 675 if {[string length [$w get $b $a]] < ($total/2)} { 716 # even though some lines that will get passed through don't have 753 if {(([$w get "$pos - 1 line"] == "\n") && ([$w get $pos] != "\n")) 755 if [regexp -indices {^[ ]+(.)} [$w get $pos "$pos lineend"] \ 778 while {[$w get $pos] != "\n"} { 784 while {[$w get [all...] |
H A D | palette.tcl | 106 array set tkPalette [array get new] 134 set defaultcolor [option get $w $dbOption widgetDefault] 142 # Change the option database so that future windows will get the
|
H A D | scrlbar.tcl | 219 set tkPriv(initValues) [$w get] 304 set info [$w get] 329 set info [$w get] 352 set info [$w get]
|
H A D | xmfbox.tcl | 285 set subdir [$data(dList) get [$data(dList) curselection]] 318 set subdir [$data(dList) get [$data(dList) curselection]] 356 set data(selectFile) [$data(fList) get [$data(fList) curselection]] 378 set data(selectFile) [$data(fList) get [$data(fList) curselection]] 399 set text [string trim [$data(fEnt) get]] 429 set selectFilePath [string trim [$data(sEnt) get]] 605 set item [string tolower [$w get $i]]
|
/ast/src/lib/libtk/library/demos/ |
H A D | ixset | 110 set bellvol [.bell.vol get] 111 set bellpit [.bell.val.pit.entry get] 112 set belldur [.bell.val.dur.entry get] 115 set kbdcli [.kbd.val.cli get] 120 set mouseacc [.mouse.hor.acc.entry get] 121 set mousethr [.mouse.hor.thr.entry get] 123 set screentim [.screen.val.le.tim.entry get] 124 set screencyc [.screen.val.le.cyc.entry get]
|
H A D | tcolor | 96 tc_loadNamedColor [.names get [.names curselection]] 155 set red [format %.0f [expr [.scale1 get]*65.535]] 156 set green [format %.0f [expr [.scale2 get]*65.535]] 157 set blue [format %.0f [expr [.scale3 get]*65.535]] 160 set red [format %.0f [expr {65535 - [.scale1 get]*65.535}]] 161 set green [format %.0f [expr {65535 - [.scale2 get]*65.535}]] 162 set blue [format %.0f [expr {65535 - [.scale3 get]*65.535}]] 164 set list [hsbToRgb [expr {[.scale1 get]/1000.0}] \ 165 [expr {[.scale2 get]/1000.0}] \ 166 [expr {[.scale3 get]/1000. [all...] |
H A D | browse | 46 # the "ls" command to get that information). 56 bind .list <Double-Button-1> {foreach i [selection get] {browse $dir $i}}
|
H A D | image2.tcl | 36 set file [file join $dirName [$w.f.list get @$x,$y]]
|
H A D | twind.tcl | 151 while {[string first [$t get plot] " \t\n"] >= 0} { 183 while {[string first [$t get plot] " \t\n"] >= 0} {
|
H A D | colors.tcl | 34 tk_setPalette [selection get]
|
H A D | rmt | 146 set cmd [.t get promptEnd insert]
|
H A D | rolodex | 80 puts stderr [format "%-12s %s" [lindex $names $i] [.frame.$i.entry get]] 180 set helpTopics(help) {This application provides only very crude help. Besides the entries in this menu, you can get help on individual windows by moving the mouse cursor over the window and pressing the Help or F1 keys.}
|
H A D | ctext.tcl | 114 $w insert text $pos [selection get]
|
/ast/src/cmd/ksh93/data/ |
H A D | bash_pre_rc.sh | 59 function SHELLOPTS.get 78 function DIRSTACK.get 91 unset -f DIRSTACK.get
|
/ast/src/cmd/3d/ |
H A D | mount3d.c | 77 if (fs->get && (r = (*fs->get)(fs, NiL, sp = state.key.next, 0)) >= 0 && r < size) 79 if ((r = (*fs->get)(fs, path, sp, 0)) > 0 && path[r - 1] == ' ') r--;
|
/ast/src/cmd/ksh93/tests/ |
H A D | timetype.sh | 34 get() function
|
H A D | variables.sh | 125 x.get() 132 then err_exit 'x.get does not work correctly' 177 function foo.get 180 unset -f foo.get 183 then err_exit "foo.get discipline not working" 186 then err_exit "foo.get discipline not working after unset" 238 eval function $1.get' 532 function .sh.foobar.get 536 } 2> /dev/null || err_exit "cannot add get discipline to .sh.foobar" 537 [[ ${.sh.foobar} == world ]] || err_exit 'get disciplin [all...] |
H A D | heredoc.sh | 218 function S.a.get 227 ) == 1234 ]] 2> /dev/null || err_exit 'here document with get discipline failed'
|
/ast/src/lib/libast/sfio/ |
H A D | sfstrtof.h | 43 * flag==0 get next char 125 #define GET(p) (*get)(p,0) 126 #define NON(p) (*get)(p,1) 174 S2F_function(void* s, S2F_get_f get) argument 176 S2F_function(s, get) void* s; S2F_get_f get; 235 * get the sign
|
/ast/src/cmd/INIT/ |
H A D | package.sh | 4049 get() # host path [ file size ] function 4077 cat <&8 > get.tmp 4078 got=`sed -e 1q get.tmp` 4081 got=`sed -e '1,/^.$/d' -e '/^[abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWYZ]/!d' get.tmp` 4082 : > get.err 4087 got=`sed -e '/^Location: /!d' -e 's,^Location: \(.*\)://\([^/]*\)\(/.*\),prot='\''\1'\'' host='\''\2'\'' path='\''\3'\'',' get.tmp` 4089 '') rm get.tmp 4096 *) rm get.tmp 4098 echo '' "$got" > get.err 4106 '') curl -s -L -o get [all...] |
Completed in 292 milliseconds
12