Searched defs:use (Results 1 - 7 of 7) sorted by relevance
/ast/src/cmd/std/ |
H A D | touch.c | 59 "[a:access|atime|use?Change the access time. Do not change the " 81 "[+access|atime|use?The access time of the reference file.]" 112 int use = 0; local 144 if (streq(opt_info.arg, "access") || streq(opt_info.arg, "atime") || streq(opt_info.arg, "use")) 145 use = ATIME; 147 use = CTIME; 149 use = MTIME; 190 if (use) 193 switch (use) 207 else if (!use [all...] |
/ast/src/cmd/sortlib/vcodex/ |
H A D | vcodex.c | 73 int use; member in struct:Encoding_s 123 code->use = 1; 135 if (!state->output.use) 176 if (((Sfio_t*)data == sfstdout || zipit(arg)) && (state->output.use > 0 || !state->output.use && state->input.use > 0)) 178 if (!state->output.use && zipit(arg) && (arg || (arg = (Void_t*)"(output-stream)")) && (delay = newof(0, Delay_t, 1, strlen(arg)))) 187 if (state->input.use >= 0) 203 if (!i && state->input.use > 0 && !sfseek(delay->sp, (Sfoff_t)0, SEEK_CUR)) 216 if (state->temporary.use > [all...] |
/ast/src/lib/libjcl/ |
H A D | path.c | 551 const char* use; local 554 if (!(use = disc->usage) || !(set = disc->optsetf)) 556 use = usage; 566 while (c = optstr(s, use))
|
/ast/src/lib/libpz/ |
H A D | pzsplit.c | 39 int use; member in struct:Id_s 141 static size_t use; local 143 if (!use && (!(dp->pz->test & 04) || !(file = getenv("_AST_pzip_debug_use")) || !(use = strton(file, NiL, NiL, 1)))) 144 use = 8 * 1024; 165 if (n >= use && (!ip->row || (n / ip->row) > 16)) 169 if (ip->use = !(dp->pz->flags & PZ_NOPZIP) && ip->part) 173 ip->use = 0; 195 sfputu(op, ip->use); 199 (*dp->pz->disc->errorf)(dp->pz, dp->pz->disc, 0, "%8d %12s %2d %4d %4I*u %12I*u%s", ip->seq, ip->name, !!ip->part, ip->use, sizeo 495 int use; local [all...] |
/ast/src/cmd/INIT/ |
H A D | mamake.c | 119 #define use(b) (*(b)->nxt=0,(b)->nxt=(b)->buf) macro 911 return use(buf); 937 s = use(tmp); 1005 s = use(buf); 1164 s = use(buf); 1252 s = use(buf); 1257 s = use(buf); 1322 x = use(buf); 1366 s = use(buf); 1376 if (execute(use(tm [all...] |
/ast/src/cmd/html/ |
H A D | troff2html.c | 104 " and \atext\a are the same then use \\h'0*1'text\\h'0'.]" 231 use(Sfio_t* sp) function 846 s = use(state.out); 953 value = use(state.tmp); 1062 path = use(state.tmp); 1070 path = use(state.tmp); 1079 path = use(state.tmp); 1084 path = use(state.tmp); 1091 path = use(state.tmp); 1118 path = use(stat [all...] |
/ast/src/cmd/nmake/ |
H A D | make.h | 565 Rule_t* use; /* .USE rule pointer */ member in struct:Internal_s 819 unsigned char val; /* internal.val in use */
|
Completed in 767 milliseconds