Searched refs:manpath (Results 1 – 3 of 3) sorted by relevance
98 manpath = os.path.join(args.builddir, args.output_format) variable99 for filename in os.listdir(manpath):100 full_path = os.path.join(manpath, filename)
140 static char manpath() in manpath() function180 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()
112 var manpath = path.join(__dirname, '..', 'man')117 env.MANPATH = manpath