ref_type 2874 refs.c enum ref_type ref_type(const char *refname) ref_type 2965 refs.c if (ref_type(refname) == REF_TYPE_PSEUDOREF) ref_type 4075 refs.c if (ref_type(refname) == REF_TYPE_PSEUDOREF) { ref_type 454 refs.h enum ref_type ref_type(const char *refname); ref_type 2907 sha1_file.c const char *ref_type = NULL; ref_type 2920 sha1_file.c ref_type = "tree "; ref_type 2922 sha1_file.c ref_type = "object "; ref_type 2927 sha1_file.c ref_length = strlen(ref_type); ref_type 2930 sha1_file.c memcmp(buffer, ref_type, ref_length) ||