Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/docs/
Dconf.py238 command_guide_path = os.path.join(basedir, command_guide_subpath) variable
244 with open(os.path.join(command_guide_path, name)) as f:
259 with open(os.path.join(command_guide_path, name)) as f:
276 for name in os.listdir(command_guide_path):
/openbsd/src/gnu/llvm/clang/docs/
Dconf.py234 command_guide_path = os.path.join(basedir, command_guide_subpath) variable
235 for name in os.listdir(command_guide_path):
242 with open(os.path.join(command_guide_path, name)) as f: