Home
last modified time | relevance | path

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

/dports/ports-mgmt/mkreadmes/mkreadmes-1.3/
H A Dmain.c48 int normal_paths = 0; /* make relative paths relative to current variable
209 if (verbose && !normal_paths) in main()
212 ++normal_paths; in main()
H A Dutil.c30 extern int normal_paths; /* make relative paths relative to current
236 if (!normal_paths) /* append path to ports_dir/ in pathbuf */ in resolve_path()