Lines Matching refs:compflags
241 char_u *compflags, in can_be_compound() argument
257 compflags[sp->ts_complen] = flag; in can_be_compound()
258 compflags[sp->ts_complen + 1] = NUL; in can_be_compound()
259 v = match_compoundrule(slang, compflags + sp->ts_compsplit); in can_be_compound()
260 compflags[sp->ts_complen] = NUL; in can_be_compound()
1255 char_u compflags[MAXWLEN]; // compound flags, one for each word in suggest_trie_walk() local
1501 compflags[sp->ts_complen] = ((unsigned)flags >> 24); in suggest_trie_walk()
1502 compflags[sp->ts_complen + 1] = NUL; in suggest_trie_walk()
1518 compflags + sp->ts_compsplit)) in suggest_trie_walk()
1707 compflags, ((unsigned)flags >> 24)))) in suggest_trie_walk()
1711 compflags[sp->ts_complen] = ((unsigned)flags >> 24); in suggest_trie_walk()
1712 compflags[sp->ts_complen + 1] = NUL; in suggest_trie_walk()
1730 compflags[sp->ts_complen] = NUL; in suggest_trie_walk()
1751 compflags + sp->ts_compsplit)) in suggest_trie_walk()