Home
last modified time | relevance | path

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

/petsc/config/
H A Dinstall.py205 …s = False, copyFunc = shutil.copy2, exclude = [], exclude_ext= ['.DSYM','.o','.pyc'], recurse = 1): argument
234 elif os.path.isdir(srcname) and recurse and not os.path.basename(srcname) in exclude:
554 …opytree(self.archLibDir, self.destLibDir, copyFunc = self.copyLib, exclude = ['.DIR'],recurse = 0))
555 …s.path.join(self.destLibDir,'pkgconfig'), copyFunc = self.copyLib, exclude = ['.DIR'],recurse = 0))
/petsc/src/mat/tests/
H A DcJSON.h245 CJSON_PUBLIC(cJSON *) cJSON_Duplicate(const cJSON *item, cJSON_bool recurse);
H A DcJSON.c2077 CJSON_PUBLIC(cJSON *) cJSON_Duplicate(const cJSON *item, cJSON_bool recurse) in cJSON_Duplicate() argument
2102 if (!recurse) return newitem; in cJSON_Duplicate()