submodule_from_path   25 submodule-config.h const struct submodule *submodule_from_path(const unsigned char *commit_sha1,
submodule_from_path   63 submodule.c    	submodule = submodule_from_path(null_sha1, oldpath);
submodule_from_path   97 submodule.c    	submodule = submodule_from_path(null_sha1, path);
submodule_from_path  158 submodule.c    	const struct submodule *submodule = submodule_from_path(null_sha1, path);
submodule_from_path  571 submodule.c    	if (!submodule_from_path(NULL, NULL))
submodule_from_path  648 submodule.c    		submodule = submodule_from_path(null_sha1, ce->name);
submodule_from_path   59 test-submodule-config.c 			submodule = submodule_from_path(commit_sha1, path_or_name);