Searched refs:mf_new (Results 1 – 3 of 3) sorted by relevance
| /vim-8.2.3635/src/proto/ |
| H A D | memfile.pro | 7 bhdr_T *mf_new(memfile_T *mfp, int negative, int page_count);
|
| /vim-8.2.3635/src/ |
| H A D | memfile.c | 321 mf_new(memfile_T *mfp, int negative, int page_count) in mf_new() function
|
| H A D | memline.c | 326 if ((hp = mf_new(mfp, FALSE, 1)) == NULL) in ml_open() 4076 if ((hp = mf_new(mfp, negative, page_count)) == NULL) in ml_new_data() 4097 if ((hp = mf_new(mfp, FALSE, 1)) == NULL) in ml_new_ptr()
|