Searched refs:fsview (Results 1 - 9 of 9) sorted by relevance

/ast/src/lib/libast/misc/
H A Dfs3d.c46 static int fsview; local
50 if (fsview < 0)
57 if (!fsview && (!getenv("LD_PRELOAD") || mount("", "", 0, NiL)))
94 fsview = 1;
97 fsview = -1;
/ast/src/cmd/nmake/
H A Dbind.c620 if (state.maxview && !state.fsview)
634 if (state.maxview && !state.fsview)
727 if (state.fsview && strchr(s, '/') && strchr(r->name, '/') && !streq(s, r->name))
942 else if (state.maxview && !state.fsview)
1192 else if (!files && name[0] == '.' && (name[1] == 0 || name[1] == '/' || name[1] == '.' && (name[2] == 0 || name[2] == '/' || state.fsview && name[2] == '.' && (name[3] == 0 || name[3] == '/'))))
1239 view = state.fsview ? iview(&st) : d->view;
1248 if (view && state.fsview && state.expandview)
1362 if (state.fsview && state.expandview && tmxgetmtime(&st) && iview(&st))
1780 if (state.maxview && !state.fsview)
2030 if (!state.maxview || state.fsview
[all...]
H A Dmain.c575 if (state.fsview && !mount(NiL, buf, FS3D_GET|FS3D_ALL|FS3D_SIZE(sfstrsize(tmp)), NiL))
755 else if (state.fsview)
H A Dexpand.c577 if (state.expandview && state.fsview)
1953 else if (state.fsview)
2085 if (r->view && (!state.fsview || state.expandview))
2136 else if (state.maxview && !state.fsview && r->view)
H A Dmisc.c51 if (state.maxview && !state.fsview)
H A Dmake.h779 unsigned char expandview; /* expand paths if fsview!=0 */
786 unsigned char fsview; /* file system handles views */ member in struct:State_s
821 unsigned char virtualdot; /* fsview . is virtual */
H A Dcommand.c648 if (state.targetcontext || state.maxview && !state.fsview && *job->target->name != '/' && (!(job->target->dynamic & D_regular) || job->target->view))
H A Dmake.c197 else if (state.fsview)
H A Drule.c1749 state.fsview = 1;

Completed in 45 milliseconds