Lines Matching refs:getroom
2002 static void *getroom(spellinfo_T *spin, size_t len, int align);
2251 aff = (afffile_T *)getroom(spin, sizeof(afffile_T), TRUE); in spell_read_aff()
2358 p = (char_u *)getroom(spin, in spell_read_aff()
2461 p = getroom(spin, STRLEN(items[1]) + 2, FALSE); in spell_read_aff()
2487 p = getroom(spin, l, FALSE); in spell_read_aff()
2626 cur_aff = (affheader_T *)getroom(spin, in spell_read_aff()
2712 aff_entry = (affentry_T *)getroom(spin, in spell_read_aff()
3270 p = getroom(spin, len, FALSE); in process_compflags()
3301 ci = (compitem_T *)getroom(spin, sizeof(compitem_T), TRUE); in process_compflags()
4288 getroom( in getroom() function
4339 sc = (char_u *)getroom(spin, STRLEN(s) + 1, FALSE); in getroom_save()
4369 return (wordnode_T *)getroom(spin, sizeof(wordnode_T), TRUE); in wordtree_alloc()
4615 n = (wordnode_T *)getroom(spin, sizeof(wordnode_T), TRUE); in get_wordnode()