Lines Matching refs:garray_T
306 static int write_spell_prefcond(FILE *fd, garray_T *gap);
310 static int read_rep_section(FILE *fd, garray_T *gap, short *first);
679 garray_T ga; in suggest_load_files()
944 read_rep_section(FILE *fd, garray_T *gap, short *first) in read_rep_section()
997 garray_T *gap; in read_sal_section()
1226 garray_T *gap; in read_compound()
1413 garray_T *gap; in set_sofo()
1502 garray_T *gap = &lp->sl_sal; in set_sal_first()
1956 garray_T si_rep; // list of fromto_T entries from REP lines
1957 garray_T si_repsal; // list of fromto_T entries from REPSAL lines
1958 garray_T si_sal; // list of fromto_T entries from SAL lines
1969 garray_T si_map; // MAP info concatenated
1975 garray_T si_comppat; // CHECKCOMPOUNDPATTERN items, each stored as
1980 garray_T si_prefcond; // table with conditions for postponed
1996 static void add_fromto(spellinfo_T *spin, garray_T *gap, char_u *from, char_u *to);
2015 static int sug_filltable(spellinfo_T *spin, wordnode_T *node, int startwordnr, garray_T *gap);
2548 garray_T *gap = &spin->si_comppat; in spell_read_aff()
3424 garray_T *gap, in add_fromto()
4865 garray_T *gap; in write_vim_spell()
5654 garray_T ga; in sug_maketable()
5685 garray_T *gap) // place to store line of numbers in sug_filltable()
6573 write_spell_prefcond(FILE *fd, garray_T *gap) in write_spell_prefcond()