Searched refs:mf_need_trans (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/vim-53/src/proto/
H A Dmemfile.pro17 int mf_need_trans __ARGS((memfile_T *mfp));
/macosx-10.9.5/vim-53/src/
H A Dmemfile.c1318 mf_need_trans(mfp) function
H A Dmemline.c2272 if (bufIsChanged(buf) && check_file && mf_need_trans(buf->b_ml.ml_mfp)
2349 if (mf_need_trans(mfp) && !got_int)
2352 while (mf_need_trans(mfp) && lnum <= buf->b_ml.ml_line_count)

Completed in 76 milliseconds