get_value         623 builtin/config.c 		return get_value(argv[0], argv[1]);
get_value         628 builtin/config.c 		return get_value(argv[0], argv[1]);
get_value         635 builtin/config.c 		return get_value(argv[0], argv[1]);
get_value         470 config.c       		if (get_value(fn, data, var) < 0)
get_value         213 parse-options.c 			return get_value(p, options, all_opts, OPT_SHORT);
get_value         318 parse-options.c 		return get_value(p, options, all_opts, flags ^ opt_flags);
get_value         330 parse-options.c 		return get_value(p, abbrev_option, all_opts, abbrev_flags);
get_value         343 parse-options.c 			return get_value(p, options, all_opts, OPT_SHORT);
get_value         196 test-hashmap.c 			puts(entry ? get_value(entry) : "NULL");
get_value         208 test-hashmap.c 				puts(get_value(entry));
get_value         222 test-hashmap.c 			puts(entry ? get_value(entry) : "NULL");
get_value         230 test-hashmap.c 				printf("%s %s\n", entry->key, get_value(entry));