Home
last modified time | relevance | path

Searched refs:BH_DIRTY (Results 1 – 3 of 3) sorted by relevance

/vim-8.2.3635/src/
H A Dmemfile.c389 hp->bh_flags = BH_LOCKED | BH_DIRTY; // new block is always dirty in mf_new()
484 flags |= BH_DIRTY; in mf_put()
549 && (hp->bh_flags & BH_DIRTY) in mf_sync()
676 hp->bh_flags |= BH_DIRTY; in mf_set_dirty()
804 if ((hp->bh_flags & BH_DIRTY) && mf_write(mfp, hp) == FAIL) in mf_release()
856 && (!(hp->bh_flags & BH_DIRTY) in mf_release_all()
1057 hp2->bh_flags &= ~BH_DIRTY; in mf_write()
H A Dstructs.h528 #define BH_DIRTY 1 macro
H A Dmemline.c5332 hp->bh_flags |= BH_DIRTY; in ml_setflags()