Searched refs:functiontoinclude (Results 1 – 1 of 1) sorted by relevance
438 functiontoinclude = {}442 functiontoinclude[f] = file.replace('types','')453 functiontoinclude[i[2]] = file.replace('types','')454 return functiontoinclude456 def getFunctions(mansec, functiontoinclude, filename): argument516 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)