path_style        114 global/global.c char *path_style;
path_style        466 global/global.c 			path_style = optarg;
path_style        734 global/global.c 	if (path_style) {
path_style        735 global/global.c 		if (!strcmp(path_style, "relative"))
path_style        737 global/global.c 		else if (!strcmp(path_style, "absolute"))
path_style        739 global/global.c 		else if (!strcmp(path_style, "through"))
path_style        741 global/global.c 		else if (!strcmp(path_style, "shorter"))
path_style        743 global/global.c 		else if (!strcmp(path_style, "abslib")) {