Home
last modified time | relevance | path

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

/third_party/wayland_standard/doc/doxygen/
Dgen-doxygen.py98 manpath = os.path.join(args.builddir, args.output_format) variable
99 for filename in os.listdir(manpath):
100 full_path = os.path.join(manpath, filename)
/third_party/toybox/toys/pending/
Dman.c140 static char manpath() in manpath() function
180 while (!manpath()) { in man_main()
202 else while ((fd == -1) && !manpath()) fd = tryfile(*toys.optargs); in man_main()
208 while ((fd == -1) && !manpath()) fd = tryfile(toys.optargs[1]); in man_main()
/third_party/node/deps/npm/lib/
Dhelp.js112 var manpath = path.join(__dirname, '..', 'man')
117 env.MANPATH = manpath