Home
last modified time | relevance | path

Searched refs:lastdepth (Results 1 – 15 of 15) sorted by relevance

/dports/textproc/linuxdoc-tools/linuxdoc-tools-0.9.82/perl5lib/LinuxDocTools/
H A DInfoUtils.pm126 my $depth = my $lastdepth = 0;
159 $nodedata{'Top'}->{'next'} = $nodename if ( $lastdepth eq 0);
172 "updepth: $updepth, lastdepth: $lastdepth, up: $uppernode";
182 $lastdepth = $depth;
254 my $lastdepth = 0;
277 if ( $depth gt $lastdepth && defined $nodedata->{$lastnode}->{'menu'}){
285 $lastdepth = $depth;
/dports/print/lyx/lyx-2.3.4.2/src/insets/
H A DInsetTOC.cpp164 int lastdepth = 0; in makeTOCWithDepth() local
179 if (depth > lastdepth) { in makeTOCWithDepth()
183 for (int i = lastdepth + 1; i <= depth; ++i) { in makeTOCWithDepth()
188 lastdepth = depth; in makeTOCWithDepth()
190 else if (depth < lastdepth) { in makeTOCWithDepth()
193 for (int i = lastdepth; i >= depth; --i) in makeTOCWithDepth()
199 lastdepth = depth; in makeTOCWithDepth()
212 for (int i = lastdepth; i > 0; --i) in makeTOCWithDepth()
/dports/games/bloodfrontier/bloodfrontier/src/engine/
H A Dwater.cpp436 int lastdepth = -1; in renderwaterff() local
442 if(m.depth!=lastdepth) in renderwaterff()
454 lastdepth = m.depth; in renderwaterff()
639 int lastdepth = -1; in renderwater() local
658 if(!glaring && !waterrefract && m.depth!=lastdepth) in renderwater()
664 lastdepth = m.depth; in renderwater()
/dports/print/fig2dev/fig2dev-3.2.8a/fig2dev/dev/
H A Dgenshape.c869 int lastdepth=-1; in total_inside() local
873 if ((lastdepth==-1) || (shapes[i].depth<lastdepth)) { in total_inside()
875 lastdepth=shapes[i].depth; in total_inside()
/dports/print/transfig/transfig.3.2.5e/fig2dev/dev/
H A Dgenshape.c838 int lastdepth=-1; in total_inside() local
842 if ((lastdepth==-1) || (shapes[i].depth<lastdepth)) { in total_inside()
844 lastdepth=shapes[i].depth; in total_inside()
/dports/games/redeclipse16/base-1.6.0/src/engine/
H A Dwater.cpp436 int lastdepth = -1; in renderwater() local
454 if(!glaring && !waterrefract && m.depth!=lastdepth) in renderwater()
460 lastdepth = m.depth; in renderwater()
/dports/games/sauerbraten/sauerbraten/src/engine/
H A Dwater.cpp477 int lastdepth = -1; in renderwater() local
495 if(!glaring && !waterrefract && m.depth!=lastdepth) in renderwater()
501 lastdepth = m.depth; in renderwater()
/dports/math/vtk9/VTK-9.1.0/Utilities/Maintenance/
H A Dvtk_reindent_code.py168 lastdepth = 0
/dports/math/vtk8/VTK-8.2.0/Utilities/Maintenance/
H A Dvtk_reindent_code.py168 lastdepth = 0
/dports/www/moodle310/moodle/lib/
H A Doutputcomponents.php3758 $lastdepth = 0;
3804 while (($lastdepth - $itemdepth) >= 0) {
3806 $lastdepth--;
3809 $lastdepth++;
/dports/www/moodle311/moodle/lib/
H A Doutputcomponents.php3745 $lastdepth = 0;
3791 while (($lastdepth - $itemdepth) >= 0) {
3793 $lastdepth--;
3796 $lastdepth++;
/dports/www/moodle39/moodle/lib/
H A Doutputcomponents.php3757 $lastdepth = 0;
3803 while (($lastdepth - $itemdepth) >= 0) {
3805 $lastdepth--;
3808 $lastdepth++;
/dports/www/moodle310/moodle/user/
H A Dlib.php700 $lastdepth = null;
/dports/www/moodle311/moodle/user/
H A Dlib.php677 $lastdepth = null;
/dports/www/moodle39/moodle/user/
H A Dlib.php700 $lastdepth = null;