Home
last modified time | relevance | path

Searched refs:noChilds (Results 1 – 7 of 7) sorted by relevance

/dports/x11-toolkits/gnocl/gnocl-0.9.96/src/
H A Dmenu.c92 int n, noChilds; in gnoclMenuShellAddChildren() local
94 if ( Tcl_ListObjLength ( interp, children, &noChilds ) != TCL_OK || noChilds < 1 ) in gnoclMenuShellAddChildren()
100 for ( n = 0; n < noChilds; ++n ) in gnoclMenuShellAddChildren()
H A Dnotebook.c532 int n, noChilds; in addChildren() local
534 if ( Tcl_ListObjLength ( interp, children, &noChilds ) != TCL_OK in addChildren()
535 || noChilds < 1 ) in addChildren()
542 for ( n = 0; n < noChilds; ++n ) in addChildren()
558 if ( noMem == 1 && ( noChilds == 2 || noChilds == 3 ) ) in addChildren()
560 noMem = noChilds; in addChildren()
561 noChilds = 1; in addChildren()
H A Dtable.c395 int noChilds; in addRowCol() local
416 if ( Tcl_ListObjLength ( interp, objv[2], &noChilds ) != TCL_OK in addRowCol()
417 || noChilds < 1 ) in addRowCol()
421 noChilds = 0; in addRowCol()
425 for ( n = 0; n < noChilds; ++n ) in addRowCol()
H A Dpaned.c154 int n, noChilds; in addChildren() local
158 if ( Tcl_ListObjLength ( interp, children, &noChilds ) != TCL_OK || noChilds != 2 ) in addChildren()
H A DtreeList.c1477 int n, noChilds = 1; in addTreeChildren() local
1499 if ( Tcl_ListObjLength ( interp, children, &noChilds ) != TCL_OK ) in addTreeChildren()
1508 for ( n = 0; n < noChilds; ++n ) in addTreeChildren()
1580 int n, noChilds = 1; in addListChildren() local
1585 if ( Tcl_ListObjLength ( interp, children, &noChilds ) != TCL_OK ) in addListChildren()
1594 for ( n = 0; n < noChilds; ++n ) in addListChildren()
/dports/math/dune-pdelab/dune-pdelab-20c7085389d3eb4f8ca99e1bc60f7fa6036536c8/dune/pdelab/gridfunctionspace/
H A Dpowercompositegridfunctionspacebase.hh40 noChilds = k enumerator
/dports/www/tdom/tdom-0.9.1/tests/
H A Dxpath.test155 $root selectNodes {number(noChilds)}