Lines Matching refs:STRCMP
425 else if (STRCMP(buf, "best") == 0) in spell_check_sps()
427 else if (STRCMP(buf, "fast") == 0) in spell_check_sps()
429 else if (STRCMP(buf, "double") == 0) in spell_check_sps()
1600 if (soundfold && STRCMP(preword, "smwrd") == 0) in suggest_trie_walk()
2963 if (STRCMP(stp[j].st_word, p) == 0) in score_combine()
3853 if (STRCMP(pl + 1, ps) == 0) in soundalike_score()
3876 && STRCMP(pl2 + 2, ps2 + 2) == 0) in soundalike_score()
3880 if (STRCMP(pl2 + 1, ps2 + 1) == 0) in soundalike_score()
3894 if (STRCMP(pl2 + 1, ps2) == 0) in soundalike_score()
3907 if (STRCMP(pl2 + 1, ps2) == 0) in soundalike_score()
3934 && STRCMP(pl2 + 2, ps2 + 2) == 0) in soundalike_score()
3938 if (STRCMP(pl2 + 1, ps2 + 1) == 0) in soundalike_score()
3955 && STRCMP(pl2 + 2, ps2 + 2) == 0) in soundalike_score()
3959 if (STRCMP(pl2 + 1, ps2 + 1) == 0) in soundalike_score()
3970 if (STRCMP(pl2 + 1, ps2) == 0) in soundalike_score()
3981 if (STRCMP(pl2, ps2 + 1) == 0) in soundalike_score()