Home
last modified time | relevance | path

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

/vim-8.2.3635/src/xdiff/
H A Dxdiffi.c701 struct xdlgroup { struct
718 static void group_init(xdfile_t *xdf, struct xdlgroup *g) in group_init() argument
729 static inline int group_next(xdfile_t *xdf, struct xdlgroup *g) in group_next()
745 static inline int group_previous(xdfile_t *xdf, struct xdlgroup *g) in group_previous()
762 static int group_slide_down(xdfile_t *xdf, struct xdlgroup *g, long flags) in group_slide_down()
783 static int group_slide_up(xdfile_t *xdf, struct xdlgroup *g, long flags) in group_slide_up()
811 struct xdlgroup g, go; in xdl_change_compact()