Lines Matching refs:wlen
3171 int wlen; in add_sound_suggest() local
3231 for (wlen = 0; wlen < MAXWLEN - 3; ++wlen) in add_sound_suggest()
3244 STRCPY(theword + wlen, "BAD"); in add_sound_suggest()
3245 wlen += 3; in add_sound_suggest()
3258 theword[wlen] = byts[n + i]; in add_sound_suggest()
3262 theword[wlen] = NUL; in add_sound_suggest()
3364 int wlen = 0; in soundfold_find() local
3381 c = ptr[wlen]; in soundfold_find()
3418 ++wlen; in soundfold_find()
3423 while (ptr[wlen] == ' ' || ptr[wlen] == TAB) in soundfold_find()
3424 ++wlen; in soundfold_find()