Searched refs:reslen (Results 1 – 1 of 1) sorted by relevance
3210 int reslen; in spell_soundfold_sal() local3407 if (reslen > 0 && *s != NUL && (res[reslen - 1] == c in spell_soundfold_sal()3409 reslen--; in spell_soundfold_sal()3432 if (reslen == 0 || res[reslen - 1] != *s) in spell_soundfold_sal()3441 res[reslen++] = c; in spell_soundfold_sal()3463 res[reslen++] = c; in spell_soundfold_sal()3471 res[reslen] = NUL; in spell_soundfold_sal()3490 int reslen; in spell_soundfold_wsal() local3705 reslen--; in spell_soundfold_wsal()3732 if (reslen == 0 || wres[reslen - 1] != *ws) in spell_soundfold_wsal()[all …]