Searched refs:in_2d (Results 1 - 18 of 18) sorted by relevance
/ast/src/cmd/3d/ |
H A D | license.c | 45 if (state.in_2d) return(-1); 82 state.in_2d = 0;
|
H A D | pipe3d.c | 51 if (!r && !state.in_2d)
|
H A D | readlink3d.c | 34 if (state.in_2d)
|
H A D | dir3d.c | 86 n = state.in_2d; 88 state.in_2d = 2; 92 state.in_2d = n; 100 if (state.in_2d) 113 state.in_2d++; 115 state.in_2d--; 119 state.in_2d = 2; 121 state.in_2d = 0; 195 if (!state.in_2d) 327 if (!state.in_2d) [all...] |
H A D | lib.c | 59 if (force && state.in_2d || siz > sizeof(state.table.buf)) 77 state.in_2d++; 83 state.in_2d--; 91 state.in_2d++; 93 state.in_2d--; 154 if (!state.in_2d) 169 state.in_2d = 0; 177 state.in_2d = 1; 182 state.in_2d = 0;
|
H A D | utimensat3d.c | 46 if (state.in_2d)
|
H A D | utimets3d.c | 46 if (state.in_2d)
|
H A D | pathcanon.c | 106 else if (c == '.' && !state.in_2d)
|
H A D | utime3d.c | 66 if (state.in_2d)
|
H A D | utimes3d.c | 40 if (state.in_2d)
|
H A D | link3d.c | 42 if (state.in_2d)
|
H A D | error.c | 191 n = state.in_2d; 192 state.in_2d = 1; 194 state.in_2d = n;
|
H A D | execve3d.c | 82 else if (!state.in_2d && --sp > state.path.name) *--sp = '.';
|
H A D | open3d.c | 159 if (state.in_2d) 161 if ((r = OPEN((!path || *path) ? path : state.dot, oflag, mode)) < 0 || !state.call.monitor || state.in_2d == 1 || FSTAT(r, &st))
|
H A D | init.c | 674 if (!x && (state.in_2d || state.limit < TABSIZE) || x == HASHKEY2(HASHKEYN('2'),'d') || x == HASHKEY2(HASHKEYN('3'),'d')) 678 n = (state.limit == TABSIZE) ? sfsprintf(buf, 0, "- /#%s/%cd ", fs->special, state.in_2d ? '2' : '3') : sfsprintf(buf, 0, "- /#%s/2d=%d ", fs->special, state.limit); 933 if (state.limit == TABSIZE) bprintf(&b, e, " %cd on\n", state.in_2d ? '2' : '3'); 1086 if (state.limit > 0) state.in_2d = 0; 1092 state.in_2d = 1; 1096 state.in_2d = strtol(state.key.value, NiL, 0) <= 0; 1670 if (!(i & env_2d)) state.in_2d = 1; 1674 n = state.in_2d; 1675 state.in_2d = 2; 1686 else state.in_2d [all...] |
H A D | 3d.h | 471 int in_2d; member in struct:__anon7
|
H A D | pathreal.c | 148 if (state.in_2d)
|
H A D | fs.c | 175 if (state.in_2d)
|
Completed in 29 milliseconds