Lines Matching refs:STRLEN
1481 if (STRLEN(from) != STRLEN(to)) in set_sofo()
2359 (spin->si_info == NULL ? 0 : STRLEN(spin->si_info)) in spell_read_aff()
2360 + STRLEN(items[0]) in spell_read_aff()
2361 + STRLEN(items[1]) + 3, FALSE); in spell_read_aff()
2461 p = getroom(spin, STRLEN(items[1]) + 2, FALSE); in spell_read_aff()
2484 l = (int)STRLEN(items[1]) + 1; in spell_read_aff()
2486 l += (int)STRLEN(compflags) + 1; in spell_read_aff()
2632 if (cur_aff->ah_flag == 0 || STRLEN(items[1]) >= AH_KEY_LEN) in spell_read_aff()
2782 + STRLEN(aff_entry->ae_add); in spell_read_aff()
3267 len = (int)STRLEN(compflags) + 1; in process_compflags()
3269 len += (int)STRLEN(spin->si_compflags) + 1; in process_compflags()
3279 tp = p + STRLEN(p); in process_compflags()
3434 (void)spell_casefold(curwin, from, (int)STRLEN(from), word, MAXWLEN); in add_fromto()
3436 (void)spell_casefold(curwin, to, (int)STRLEN(to), word, MAXWLEN); in add_fromto()
3555 l = (int)STRLEN(line); in spell_read_dic()
3850 size_t wordlen = STRLEN(word); in store_aff_word()
3884 || STRLEN(ae->ae_chop) < wordlen) in store_aff_word()
3913 p += STRLEN(ae->ae_chop); in store_aff_word()
3924 p = newword + STRLEN(newword); in store_aff_word()
4127 l = (int)STRLEN(rline); in spell_read_wordfile()
4190 if (STRLEN(line) > MAXREGIONS * 2) in spell_read_wordfile()
4195 spin->si_region_count = (int)STRLEN(line) / 2; in spell_read_wordfile()
4339 sc = (char_u *)getroom(spin, STRLEN(s) + 1, FALSE); in getroom_save()
4390 int len = (int)STRLEN(word); in store_word()
4899 i = (int)STRLEN(spin->si_info); in write_vim_spell()
4968 i = (int)STRLEN(spin->si_midword); in write_vim_spell()
5027 l += 1 + (int)STRLEN(ftp->ft_from); // count <*fromlen> and <*from> in write_vim_spell()
5028 l += 1 + (int)STRLEN(ftp->ft_to); // count <*tolen> and <*to> in write_vim_spell()
5055 l = (int)STRLEN(p); in write_vim_spell()
5071 l = (int)STRLEN(spin->si_sofofr); in write_vim_spell()
5072 put_bytes(fd, (long_u)(l + STRLEN(spin->si_sofoto) + 4), 4); in write_vim_spell()
5078 l = (int)STRLEN(spin->si_sofoto); in write_vim_spell()
5102 l = (int)STRLEN(hi->hi_key) + 1; in write_vim_spell()
5171 l = (int)STRLEN(spin->si_compflags); in write_vim_spell()
5173 l += (int)STRLEN(((char_u **)(spin->si_comppat.ga_data))[i]) + 1; in write_vim_spell()
5186 putc((int)STRLEN(p), fd); // <comppatlen> in write_vim_spell()
5187 fwv &= fwrite(p, (size_t)STRLEN(p), (size_t)1, fd); in write_vim_spell()
5191 fwv &= fwrite(spin->si_compflags, (size_t)STRLEN(spin->si_compflags), in write_vim_spell()
5213 l = (int)STRLEN(spin->si_syllable); in write_vim_spell()
5529 len = (int)STRLEN(fname); in spell_make_sugfile()
5857 len = (int)STRLEN(line) + 1; in sug_write()
5931 len = (int)STRLEN(fnames[0]); in mkspell()
6000 len = (int)STRLEN(innames[i]); in mkspell()
6001 if (STRLEN(gettail(innames[i])) < 5 in mkspell()
6167 spell_add_word(eap->arg, (int)STRLEN(eap->arg), in ex_spell()
6402 l = (int)STRLEN(buf); in init_spellfile()
6407 l = (int)STRLEN(buf); in init_spellfile()
6411 l = (int)STRLEN(buf); in init_spellfile()
6592 len = (int)STRLEN(p); in write_spell_prefcond()