Home | History | Annotate | Download | only in dev

Lines Matching refs:g_flags

199 		if (gp->g_flags & GF_CONSOLE) {
211 wa.console = (gp->g_flags & GF_CONSOLE) != 0;
246 if ((gp->g_flags & GF_ALIVE) == 0)
249 if ((gp->g_flags & (GF_OPEN|GF_EXCLUDE)) == (GF_OPEN|GF_EXCLUDE))
263 gp->g_flags &= GF_ALIVE;
298 if (error == 0 && gp->g_itedev && !(gp->g_flags & GF_GRFON))
392 if (gp->g_flags & GF_GRFON)
395 gp->g_flags |= GF_GRFON;
411 if ((gp->g_flags & GF_GRFON) == 0)
414 gp->g_flags &= ~GF_GRFON;
457 if (gp != NULL && (gp->g_flags & GF_ALIVE)) {
479 if (gp != NULL && (gp->g_flags & GF_ALIVE)) {
480 gp->g_flags |= GF_CONSOLE; /* we are console! */