Searched defs:fs3d (Results 1 - 5 of 5) sorted by relevance

/ast/src/lib/libast/misc/
H A Dfs3d.c37 #include <fs3d.h>
40 fs3d(register int op) function
102 * user code that includes <fs3d.h> will have mount() mapped to fs3d_mount()
104 * this means that code that includes <fs3d.h> cannot access the real mount
/ast/src/lib/libcmd/
H A Drm.c73 #include <fs3d.h>
89 int fs3d; /* 3d enabled */ member in struct:State_s
118 else if (state->fs3d && iview(ent->fts_statp))
340 state.fs3d = fs3d(FS3D_TEST);
399 if (state.recursive && state.fs3d)
401 set3d = state.fs3d;
402 state.fs3d = 0;
403 fs3d(0);
415 fs3d(set3
[all...]
H A Dcp.c137 #include <fs3d.h>
164 int fs3d; /* 3d fs enabled */ member in struct:State_s
421 else if (!state->fs3d || !iview(&st))
969 if ((state->fs3d = fs3d(FS3D_TEST)) && strmatch(file, "...|*/...|.../*"))
/ast/src/cmd/3d/
H A Dlib.c147 fs3d(register int op) function
188 message((-1, "fs3d(%d)=%d", op, po));
193 * for code that includes <fs3d.h>
/ast/src/cmd/ksh93/include/
H A Ddefs.h109 unsigned char fs3d; /* non-zero for 3-d file system */ member in struct:limits

Completed in 17 milliseconds