Home
last modified time | relevance | path

Searched refs:EGIT_PATHSPEC (Results 1 – 3 of 3) sorted by relevance

/dports/devel/libegit2/libegit2-0ef8b13/src/
H A Degit.h93 …do { if (!egit_assert_type(env, (val), EGIT_PATHSPEC, esym_libgit_pathspec_p)) return esym_nil; } …
269 EGIT_PATHSPEC, enumerator
H A Degit-pathspec.c24 return egit_wrap(env, EGIT_PATHSPEC, spec, NULL); in egit_pathspec_new()
H A Degit.c144 case EGIT_PATHSPEC: git_pathspec_free(obj->ptr); break; in egit_finalize()
295 case EGIT_PATHSPEC: return esym_pathspec; in egit_typeof()