Home
last modified time | relevance | path

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

/openbsd/usr.bin/mg/
H A Ddisplay.c40 #define VFHBAD 0x0002 /* Hash and cost are bad. */ macro
480 vscreen[i]->v_flag |= (VFCHG | VFHBAD); in update()
489 vscreen[i]->v_flag |= (VFCHG | VFHBAD); in update()
796 vscreen[n]->v_flag |= (VFCHG | VFHBAD); /* Recompute, display. */ in modeline()
885 if ((vp->v_flag & VFHBAD) != 0) { /* Hash bad. */ in hash()
897 vp->v_flag &= ~VFHBAD; /* Flag as all done. */ in hash()