Home
last modified time | relevance | path

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

/vim-8.2.3635/src/xdiff/
H A Dxtypes.h31 } chanode_t; typedef
34 chanode_t *head, *tail;
36 chanode_t *ancur;
37 chanode_t *sncur;
H A Dxutils.c87 chanode_t *cur, *tmp; in xdl_cha_free()
97 chanode_t *ancur; in xdl_cha_alloc()
101 if (!(ancur = (chanode_t *) xdl_malloc(sizeof(chanode_t) + cha->nsize))) { in xdl_cha_alloc()
115 data = (char *) ancur + sizeof(chanode_t) + ancur->icurr; in xdl_cha_alloc()