Searched refs:BIND_EXISTS (Results 1 - 2 of 2) sorted by relevance

/ast/src/cmd/nmake/
H A Dstate.c148 state.view[view].flags |= BIND_EXISTS;
149 else if (state.corrupt && *state.corrupt == 'a' && !(state.view[0].flags & BIND_EXISTS))
365 if (!(k = r->view) && !(state.view[0].flags & BIND_EXISTS))
642 state.view[0].flags |= BIND_EXISTS;
H A Dmake.h721 #define BIND_EXISTS (1<<0) /* statefile loaded */ macro

Completed in 18 milliseconds