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

/macosx-10.10.1/tcl-105/tcl_ext/tdom/tdom/extensions/tnc/
H A Dtnc.c54 unsigned int numchildren; member in struct:TNC_cp
386 for (i = 0; i < tmodel->numchildren; i++) {
422 tmodel->numchildren = emodel->numchildren;
429 MALLOC (sizeof (TNC_Content) * emodel->numchildren);
430 for (i = 0; i < emodel->numchildren; i++) {
443 MALLOC (sizeof (TNC_Content) * emodel->numchildren);
444 for (i = 0; i < emodel->numchildren; i++) {
699 for (i = 0; i < model->numchildren; i++) {
700 for (j = i + 1; j < model->numchildren;
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/page/
H A Danalysis_peg_realizable.tcl77 set nc($n) [$t numchildren $n]
H A Danalysis_peg_emodes.tcl149 set nc($n) [$t numchildren $n]
H A Dutil_norm_peg.tcl365 if {[$t numchildren $n]} continue
/macosx-10.10.1/tcl-105/tcl_ext/tktreectrl/tktreectrl/demos/
H A Drandom.tcl112 set numChildren [$T item numchildren $item]
376 set numChildren [$T item numchildren $item]
388 set numChildren [$T item numchildren $parent]
H A Doutlook-newgroup.tcl150 if {[$T item numchildren $itemi]} {
365 if {[$T item numchildren $i]} {
414 if {[$T item numchildren $i]} {
H A Dbiglist.tcl221 if {[$T item numchildren $I]} return
H A Ddemo.tcl448 if {[$T item numchildren root] > 2000} {
449 set N [expr {[$T item numchildren root] - 2000}]
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/doctools2base/
H A Dtcl_parse.tcl200 if {![$t numchildren $n]} {
203 } elseif {[$t numchildren $n] == 1} {
/macosx-10.10.1/expat-12/expat/amiga/include/libraries/
H A Dexpat.h138 unsigned int numchildren; member in struct:XML_cp
/macosx-10.10.1/apr-32/apr-util/apr-util/xml/expat/lib/
H A Dexpat.h184 numchildren will contain number of elements that may be mixed in
189 the numchildren field will be zero and children will be NULL. The
193 numchildren and children will point, recursively, to an array
205 unsigned int numchildren; member in struct:XML_cp
H A Dxmlparse.c4103 content->numchildren = 0;
5755 dest->numchildren = 0;
5761 dest->numchildren = dtd->scaffold[src_node].childcnt;
5763 *contpos += dest->numchildren;
5765 i < dest->numchildren;
/macosx-10.10.1/expat-12/expat/lib/
H A Dexpat.h120 numchildren will contain number of elements that may be mixed in
125 the numchildren field will be zero and children will be NULL. The
129 numchildren and children will point, recursively, to an array
141 unsigned int numchildren; member in struct:XML_cp
H A Dxmlparse.c4466 content->numchildren = 0;
6223 dest->numchildren = 0;
6229 dest->numchildren = dtd->scaffold[src_node].childcnt;
6231 *contpos += dest->numchildren;
6233 i < dest->numchildren;
/macosx-10.10.1/tcl-105/tcl_ext/tdom/tdom/expat/
H A Dexpat.h120 numchildren will contain number of elements that may be mixed in
125 the numchildren field will be zero and children will be NULL. The
129 numchildren and children will point, recursively, to an array
141 unsigned int numchildren; member in struct:XML_cp
H A Dxmlparse.c4468 content->numchildren = 0;
6225 dest->numchildren = 0;
6231 dest->numchildren = dtd->scaffold[src_node].childcnt;
6233 *contpos += dest->numchildren;
6235 i < dest->numchildren;
/macosx-10.10.1/llvmCore-3425.0.34/utils/TableGen/
H A DDAGISelMatcher.h191 ScopeMatcher(Matcher *const *children, unsigned numchildren) argument
192 : Matcher(Scope), Children(children, children+numchildren) {
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/doctools2idx/
H A Dparse.tcl728 if {![$t numchildren $n]} {
859 if {[$t numchildren $n] == 1} {
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/doctools2toc/
H A Dparse.tcl743 if {![$t numchildren $n]} {
874 if {[$t numchildren $n] == 1} {
/macosx-10.10.1/ruby-106/ruby/ext/tk/lib/tkextlib/treectrl/
H A Dtktreectrl.rb1159 number(tk_send_without_enc('item', 'numchildren',
2171 def numchildren method in class:Tk.Tk
2174 alias num_children numchildren
2175 alias children_size numchildren
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/modules/menubar/
H A Dtree.tcl648 method numchildren { name } {
/macosx-10.10.1/tcl-105/tcl_ext/tdom/tdom/generic/
H A Dtclexpat.c3894 if (model->numchildren) {
3896 for (i = 0; i < model->numchildren; i++) {

Completed in 282 milliseconds