Searched refs:slaves (Results 1 - 22 of 22) sorted by relevance

/macosx-10.10.1/tcl-105/tk/tk/generic/ttk/
H A DttkManager.c23 * it recomputes the size and position of all slaves and places them.
67 Ttk_Slave **slaves; member in struct:TtkManager_
107 * Recompute geometry of all slaves.
156 Ttk_Slave *slave = mgr->slaves[i];
164 Ttk_Slave *slave = mgr->slaves[i];
220 mgr->slaves = NULL;
237 if (mgr->slaves) {
238 ckfree((ClientData)mgr->slaves);
256 mgr->slaves = (Ttk_Slave**)ckrealloc(
257 (ClientData)mgr->slaves, mg
[all...]
/macosx-10.10.1/tcl-105/tk/tk/generic/
H A DtkPanedWindow.c152 Slave **slaves; /* Pointer to array of Slaves. */ member in struct:PanedWindow
153 int numSlaves; /* Number of slaves. */
154 int sizeofSlaves; /* Number of elements in the slaves array. */
240 * Sashes are between panes only, so there is one less sash than slaves
462 * slaves in the panedwindow.
658 if (pwPtr->slaves[i]->tkwin == tkwin) {
660 (char *) pwPtr->slaves[i], pwPtr->slaveOpts,
686 if (pwPtr->slaves[i]->tkwin == tkwin) {
688 (char *) pwPtr->slaves[i], pwPtr->slaveOpts,
711 Tcl_NewStringObj(Tk_PathName(pwPtr->slaves[
[all...]
/macosx-10.10.1/Heimdal-398.1.2/tests/gss/
H A Dcheck-gssmask.in123 --slaves=localhost:8889 \
124 --slaves=localhost:8890 \
125 --slaves=localhost:8891 \
/macosx-10.10.1/tcl-105/tk84/tk/generic/
H A DtkPanedWindow.c123 Slave **slaves; /* Pointer to array of Slaves. */ member in struct:PanedWindow
124 int numSlaves; /* Number of slaves. */
125 int sizeofSlaves; /* Number of elements in the slaves array. */
207 * Sashes are between panes only, so there is one less sash than slaves
417 * above slaves in the panedwindow.
621 if (pwPtr->slaves[i]->tkwin == tkwin) {
623 (char *) pwPtr->slaves[i], pwPtr->slaveOpts,
651 if (pwPtr->slaves[i]->tkwin == tkwin) {
653 (char *) pwPtr->slaves[i],
678 Tcl_NewStringObj(Tk_PathName(pwPtr->slaves[
[all...]
/macosx-10.10.1/ruby-106/ruby/ext/tk/lib/tk/
H A Dpack.rb81 def slaves(master) method in class:TkPack.configure
84 list(tk_call_without_enc('pack', 'slaves', master))
87 module_function :pack, :configure, :forget, :info, :propagate, :slaves
H A Dplace.rb104 def slaves(master) method in class:TkPlace
107 list(tk_call('place', 'slaves', master))
111 module_function :forget, :info, :slaves
H A Dgrid.rb245 def slaves(master, keys=nil) method in class:TkGrid.configure
248 list(tk_call_without_enc('grid', 'slaves', master, *hash_kv(args)))
252 module_function :remove, :size, :slaves, :location
/macosx-10.10.1/Heimdal-398.1.2/lib/kadm5/
H A Dipropd_master.c147 if (asprintf(&slavefile, "%s/slaves", hdb_db_dir(context)) == -1
627 asprintf(&statfile, "%s/slaves-stats", hdb_db_dir(context));
659 write_stats(krb5_context context, slave *slaves, uint32_t current_version) argument
671 fprintf(fp, "Status for slaves, last updated: %s\n\n", str);
690 while (slaves) {
693 rtbl_add_column_entry(tbl, SLAVE_NAME, slaves->name);
695 (struct sockaddr*)&slaves->addr, &addr);
703 snprintf(str, sizeof(str), "%u", (unsigned)slaves->version);
706 if (slaves->flags & SLAVE_F_DEAD)
711 ret = krb5_format_time(context, slaves
771 slave *slaves = NULL; local
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/modules/autoscroll/
H A Dautoscroll.tcl122 foreach x [pack slaves [winfo parent $w]] {
/macosx-10.10.1/tcl-105/tcl_ext/tbcload/tbcload/tests/tcl/
H A Dinterp.tcl24 foreach i [interp slaves] {
36 } {1 {bad option "frobox": must be alias, aliases, bgerror, create, delete, eval, exists, expose, hide, hidden, issafe, invokehidden, limit, marktrusted, recursionlimit, slaves, share, target, or transfer}}
50 list [catch {interp slaves foo bar zop} msg] $msg
51 } {1 {wrong # args: should be "interp slaves ?path?"}}
54 } {1 {bad option "hello": must be alias, aliases, bgerror, create, delete, eval, exists, expose, hide, hidden, issafe, invokehidden, limit, marktrusted, recursionlimit, slaves, share, target, or transfer}}
57 } {1 {bad option "-froboz": must be alias, aliases, bgerror, create, delete, eval, exists, expose, hide, hidden, issafe, invokehidden, limit, marktrusted, recursionlimit, slaves, share, target, or transfer}}
60 } {1 {bad option "-froboz": must be alias, aliases, bgerror, create, delete, eval, exists, expose, hide, hidden, issafe, invokehidden, limit, marktrusted, recursionlimit, slaves, share, target, or transfer}}
127 foreach i [interp slaves] {
131 # Part 2: Testing "interp slaves" and "interp exists"
132 test interp-3.1 {testing interp exists and interp slaves} {
[all...]
/macosx-10.10.1/Heimdal-398.1.2/appl/gssmask/
H A Dgssmaestro.c722 static getarg_strings slaves; variable
727 { "slaves", 0, arg_strings, &slaves, "Slaves",
784 if (slaves.num_strings == 0)
798 list = permutate_all(&slaves, &num_list);
804 printf("Connecting to slaves\n");
805 for (i = 0; i < slaves.num_strings; i++)
806 connect_client(slaves.strings[i]);
813 for (i = 0; i < slaves.num_strings; i++) {
829 * First test if all slaves ca
[all...]
/macosx-10.10.1/tcl-105/tk/tk/library/
H A Dtk.tcl553 foreach child [concat [grid slaves $path] \
554 [pack slaves $path] [place slaves $path]] {
/macosx-10.10.1/tcl-105/tk84/tk/library/
H A Dtk.tcl553 [concat [grid slaves $path] \
554 [pack slaves $path] \
555 [place slaves $path] ] {
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/modules/widget/
H A Dtoolbar.tcl86 foreach w [grid slaves $frame] {
H A Dstatusbar.tcl119 foreach w [grid slaves $frame] {
/macosx-10.10.1/tcl-105/tcl_ext/bwidget/bwidget/
H A Dstatusbar.tcl216 foreach w [grid slaves $path.sbar] {
/macosx-10.10.1/ruby-106/ruby/ext/tk/lib/
H A Dmulti-tk.rb352 # ip._split_tklist(ip._invoke('interp', 'slaves')).each{|name|
353 ip._split_tklist(ip._invoke_without_enc('interp', 'slaves')).each{|name|
1719 def slaves(all = false) method in class:MultiTkIp
1721 @interp._invoke('interp','slaves').split.map!{|name|
1731 def self.slaves(all = false) singleton method in class:MultiTkIp
1732 __getip.slaves(all)
1780 @interp._invoke('interp', 'slaves').split.each{|slave|
1794 @interp._invoke('interp', 'slaves').split.each{|slave|
3228 slaves = args.collect{|s| _slavearg(s)}
3229 @interp._invoke('interp', 'delete', *slaves) i
[all...]
H A Dtk.rb5291 #list(tk_call('pack', 'slaves', epath))
5292 TkPack.slaves(self)
5445 #list(tk_call('grid', 'slaves', epath, *hash_kv(args)))
5446 TkGrid.slaves(self, keys)
5512 #list(tk_call('place', 'slaves', epath))
5513 TkPlace.slaves(self)
/macosx-10.10.1/tcl-105/tcl_ext/incrtcl/iwidgets/generic/
H A Dmenubar.itk2005 set tkPathList [pack slaves $itk_component(menubar)]
H A Dscrolledhtml.itk2172 foreach x [grid slaves $table] {
2277 while {[grid slaves $table -row $row -column $column] != ""} {
/macosx-10.10.1/tcl-105/tcl_ext/tkcon/tkcon/
H A Dtkcon.tcl2182 set name [lindex [Main set ::tkcon::PRIV(slaves)] $i]
2452 if {![info exists PRIV(slaves)]} {
2453 array set PRIV [list slave 0 slaves Main name {} \
2478 lappend PRIV(slaves) $tmp
2480 # If we have tbcload, then that should be autoloaded into slaves.
2532 ## (slaves) will just have their slave interpreter deleted, closing them.
2554 set PRIV(slaves) [lremove $PRIV(slaves) [list $slave]]
2598 return $PRIV(slaves)
2619 foreach i [interp slaves
[all...]
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dtcl.vim173 syn keyword tcltkPackSwitch contained forget info propogate slaves

Completed in 474 milliseconds