Searched refs:use (Results 1 - 17 of 17) sorted by relevance

/ast/src/cmd/std/
H A Dtouch.c59 "[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 Dvcodex.c73 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/libtk/library/demos/
H A Ddialog2.tcl13 set i [tk_dialog .dialog2 "Dialog with local grab" {This dialog box uses a global grab, so it prevents you from interacting with anything on your display until you invoke one of the buttons below. Global grabs are almost always a bad idea; don't use them unless you're truly desperate.} warning 0 OK Cancel {Show Code}]
H A Dsearch.tcl127 {This window demonstrates how to use the tagging facilities in text
/ast/src/lib/libpz/
H A Dpzsplit.c39 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 Dmamake.c119 #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...]
H A Dpackage.mk643 and export /opt/$(org)/bin in PATH to use. The NAME and PASSWORD signify your
647 to use. To update previously downloaded packages from the same url simply run:
1486 echo "To use the package export the bin directory in PATH. The commands and"
1487 echo "libraries use \$PATH to locate dynamic libraries and related data files."
/ast/src/lib/libjcl/
H A Dpath.c551 const char* use; local
554 if (!(use = disc->usage) || !(set = disc->optsetf))
556 use = usage;
566 while (c = optstr(s, use))
/ast/src/cmd/html/
H A Dtroff2html.c104 " 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 Ddump.c219 sfputr(sp, "use", ' ');
398 == P_use) sfputr(sp, internal.use->name, ' ');
H A DMakerules.mk14 * use $(tmp) (10 chars max) to generate shell tmp file names
15 * every (non-builtin shell) command should use a make variable
41 set option=';cctype;s;-;Set the \bprobe\b(1) C compiler type identifier. The default value is based on the \bCC\b variable. To disable the C probe use \b--cctype=-\b or set \bCC=""\b.;[type]'
52 set option=';native-pp;np;-;Force the use of the native C preprocessor and print a \alevel\a diagnostic message noting the override.;level'
156 error 1 $(O): obsolete: use $(N)
1809 * DEPRECATED -- use $(sh ...) instead
1930 error 1 use {user,group,mode}=... instead of -{u,g,m}...
1993 error 1 use {user,group,mode}=... instead of -{u,g,m}...
3741 * use like ::
H A Drule.c946 if (a == internal.use) return n & P_use;
1490 ATTR(use, ".USE", P_use);
H A Dmake.h565 Rule_t* use; /* .USE rule pointer */ member in struct:Internal_s
819 unsigned char val; /* internal.val in use */
H A Dmake.c352 * r->use rules modify the parent
379 error(PANIC, "%s rule %s has invalid status=%d", internal.use->name, r->name, r->status);
H A Dparse.c2351 else if (r == internal.use)
/ast/src/cmd/coshell/
H A Dcommand.c300 if (ap) error(3, "%c: unknown command -- use h for help", c);
/ast/lib/package/
H A Dpackage.mk643 and export /opt/$(org)/bin in PATH to use. The NAME and PASSWORD signify your
647 to use. To update previously downloaded packages from the same url simply run:
1486 echo "To use the package export the bin directory in PATH. The commands and"
1487 echo "libraries use \$PATH to locate dynamic libraries and related data files."

Completed in 1493 milliseconds