Lines Matching refs:ml_mfp
1639 while (buf->b_ml.ml_mfp == NULL) in compute_buffer_local_count()
1649 while (buf->b_ml.ml_mfp == NULL) in compute_buffer_local_count()
3242 && buf->b_ml.ml_mfp == NULL) in parse_cmd_address()
3247 && buf->b_ml.ml_mfp == NULL) in parse_cmd_address()
4145 while (buf->b_ml.ml_mfp == NULL) in get_address()
4435 while (buf->b_next != NULL && buf->b_ml.ml_mfp == NULL) in address_default_all()
4439 while (buf->b_prev != NULL && buf->b_ml.ml_mfp == NULL) in address_default_all()
4562 while (buf->b_ml.ml_mfp == NULL) in invalid_range()
4571 while (buf->b_ml.ml_mfp == NULL) in invalid_range()
7082 if (curbuf->b_ml.ml_mfp == NULL || curbuf->b_ml.ml_mfp->mf_fname == NULL) in ex_swapname()
7085 msg((char *)curbuf->b_ml.ml_mfp->mf_fname); in ex_swapname()