Searched refs:maxout (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/contrib/ipfilter/perl/
H A DIpfanaly.pl33 local ($maxin,$maxout,$lookat,$xmax)=@_;
37 if ($maxout > $maxin)
38 { $YMAX=$maxout;}
158 $maxout=0;
196 # $maxout = $value4 if $maxout < $value4 ;
197 if($value4 > $maxout)
199 $maxout=$value4;
227 $maxout = $value4 if $maxout <
[all...]
/freebsd-9.3-release/usr.bin/m4/
H A Dextern.h154 extern int maxout; /* maximum number of diversions */
H A Dmisc.c257 for (n = 0; n < maxout; n++)
290 for (i = maxout; i < n; i++)
292 maxout = n;
H A Dmain.c68 int maxout; variable
186 maxout = 0;
279 for (n = 1; n < maxout; n++) /* default wrap-up: undivert */
H A Deval.c812 if (n >= maxout) {
851 if (n < maxout && outfile[n] != NULL)
857 for (n = 1; n < maxout; n++)

Completed in 108 milliseconds