Home
last modified time | relevance | path

Searched refs:dodep (Results 1 – 3 of 3) sorted by relevance

/dports/www/mhonarc/MHonArc-2.6.24/
H A Dinstall.me311 my($dodep, $dobin, $dolib, $dodoc, $doman);
320 $dodep = defined($Files{'dep'}) && scalar(@{$Files{'dep'}}) &&
335 if ($dodep) {
/dports/devel/R-cran-Hmisc/Hmisc/R/
H A Drm.boot.s23 dodep <- rho !=0 || !is.character(cor.pattern) || cor.pattern=='estimate'
282 if(dodep)
293 if(dodep) {
/dports/lang/pcc/pcc-1.1.0/cc/cc/
H A Dcc.c239 static int preprocess_input(char *input, char *output, int dodep);
1141 preprocess_input(char *input, char *output, int dodep) in preprocess_input() argument
1171 if (dodep) in preprocess_input()