Home
last modified time | relevance | path

Searched defs:recurse (Results 1 – 2 of 2) sorted by relevance

/petsc/config/
H A Dinstall.py205 …s = False, copyFunc = shutil.copy2, exclude = [], exclude_ext= ['.DSYM','.o','.pyc'], recurse = 1): argument
/petsc/src/mat/tests/
H A DcJSON.c2077 CJSON_PUBLIC(cJSON *) cJSON_Duplicate(const cJSON *item, cJSON_bool recurse) in cJSON_Duplicate()