Home
last modified time | relevance | path

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

/petsc/lib/petsc/bin/
H A DgetAPI.py438 functiontoinclude = {}
442 functiontoinclude[f] = file.replace('types','')
453 functiontoinclude[i[2]] = file.replace('types','')
454 return functiontoinclude
456 def getFunctions(mansec, functiontoinclude, filename): argument
516 if not name in functiontoinclude or name in allfuncs:
569 fun.includefile = functiontoinclude[name]
679 functiontoinclude = getpossiblefunctions(pkgname)
686 …if i.endswith('.c') or i.endswith('.cxx'): getFunctions(mansec, functiontoinclude, os.path.join(di…
701 getFunctions(mansec.lower(), functiontoinclude, i)