Lines Matching refs:byts
417 char_u *byts; in find_word() local
428 byts = slang->sl_kbyts; in find_word()
440 byts = slang->sl_fbyts; in find_word()
458 if (byts == NULL) in find_word()
472 len = byts[arridx++]; in find_word()
476 if (byts[arridx] == 0) in find_word()
490 while (len > 0 && byts[arridx] == 0) in find_word()
512 if (byts[m] > c) in find_word()
514 else if (byts[m] < c) in find_word()
524 if (hi < lo || byts[lo] != c) in find_word()
591 for (len = byts[arridx - 1]; len > 0 && byts[arridx] == 0; in find_word()
1094 char_u *byts; in find_prefix() local
1097 byts = slang->sl_pbyts; in find_prefix()
1098 if (byts == NULL) in find_prefix()
1124 len = byts[arridx++]; in find_prefix()
1128 if (byts[arridx] == 0) in find_prefix()
1136 while (len > 0 && byts[arridx] == 0) in find_prefix()
1175 if (byts[m] > c) in find_prefix()
1177 else if (byts[m] < c) in find_prefix()
1187 if (hi < lo || byts[lo] != c) in find_prefix()
3874 char_u *byts; in spell_dump_compl() local
3963 byts = slang->sl_fbyts; in spell_dump_compl()
3969 byts = slang->sl_kbyts; in spell_dump_compl()
3972 if (byts == NULL) in spell_dump_compl()
3981 if (curi[depth] > byts[arridx[depth]]) in spell_dump_compl()
3993 c = byts[n]; in spell_dump_compl()
4162 char_u *byts; in dump_prefixes() local
4179 byts = slang->sl_pbyts; in dump_prefixes()
4181 if (byts != NULL) // array not is empty in dump_prefixes()
4193 len = byts[n]; in dump_prefixes()
4205 c = byts[n]; in dump_prefixes()
4210 if (byts[n + i] != 0) in dump_prefixes()