Searched refs:new_st (Results 1 – 3 of 3) sorted by relevance
6438 spelltab_T new_st; in set_spell_chartab() local6457 new_st.st_isw[f] = TRUE; in set_spell_chartab()6459 new_st.st_isw[l] = TRUE; in set_spell_chartab()6461 new_st.st_isw[u] = TRUE; in set_spell_chartab()6472 new_st.st_fold[l] = f; in set_spell_chartab()6485 new_st.st_fold[u] = f; in set_spell_chartab()6486 new_st.st_isu[u] = TRUE; in set_spell_chartab()6487 new_st.st_upper[f] = u; in set_spell_chartab()6511 spelltab_T new_st; in set_spell_charflags() local6531 new_st.st_upper[c] = i + 128; in set_spell_charflags()[all …]
2776 stat_T new_st; in simplify_filename() local2786 (void)mch_stat(".", &new_st); in simplify_filename()2791 (void)mch_stat((char *)filename, &new_st); in simplify_filename()2795 if (new_st.st_ino != st.st_ino || in simplify_filename()2796 new_st.st_dev != st.st_dev) in simplify_filename()
10378 Problem: Unused variables "limit" and "new_st" and unused label "fail" in10384 Problem: Still unused variable "new_st". (Bill McCarthy)