Lines Matching refs:STRLEN
254 mi.mi_fwordlen = (int)STRLEN(mi.mi_fword); in spell_check()
921 if (STRNCMP(ptr + wlen, p, STRLEN(p)) == 0) in match_checkcompoundpattern()
926 len = (int)STRLEN(p); in match_checkcompoundpattern()
966 return (int)STRLEN(flags) < slang->sl_compmax; in can_compound()
1220 flen = (int)STRLEN(mip->mi_fword + mip->mi_fwordlen); in fold_more()
1313 len = (int)STRLEN(line); in spell_move_to()
1346 spell_cat_line(buf + STRLEN(buf), in spell_move_to()
1609 STRCPY(fname_enc + STRLEN(fname_enc) - 3, "add.spl"); in spell_load_lang()
1622 if (STRLEN(p_enc) < 60 && STRCMP(p_enc, "iso-8859-15") != 0) in spell_enc()
1833 wc = alloc(sizeof(wordcount_T) + STRLEN(p)); in count_common_word()
1892 l = (int)STRLEN(s); in init_syl_tab()
2024 len = (int)STRLEN(lang); in did_set_spelllang()
2330 n = (int)STRLEN(wp->w_s->b_spell_ismw_mb); in use_midword()
2834 endcol = (colnr_T)STRLEN(line); in check_need_cap()
2887 addlen = (int)(STRLEN(repl_to) - STRLEN(repl_from)); in ex_spellrepall()
2889 frompat = alloc(STRLEN(repl_from) + 7); in ex_spellrepall()
2908 repl_to, STRLEN(repl_to)) != 0) in ex_spellrepall()
2910 p = alloc(STRLEN(line) + addlen + 1); in ex_spellrepall()
2915 STRCAT(p, line + curwin->w_cursor.col + STRLEN(repl_from)); in ex_spellrepall()
2926 curwin->w_cursor.col += (colnr_T)STRLEN(repl_to); in ex_spellrepall()
3117 inword, (int)STRLEN(inword), fword, MAXWLEN); in spell_soundfold()
3899 else if (n == WF_ALLCAP && (int)STRLEN(pat) > mb_ptr2len(pat)) in spell_dump_compl()
3952 patlen = (int)STRLEN(pat); in spell_dump_compl()
4111 sprintf((char *)badword + STRLEN(badword), "%d", i + 1); in dump_word()
4132 ? MB_STRNICMP(p, pat, STRLEN(pat)) == 0 in dump_word()
4133 : STRNCMP(p, pat, STRLEN(pat)) == 0) in dump_word()
4134 && ins_compl_add_infercase(p, (int)STRLEN(p), in dump_word()
4378 l = (int)STRLEN(curwin->w_s->b_p_spf); in did_set_spell_option()