/ast/src/cmd/pax/ |
H A D | options.c | 28 Option_t options[] = variable 326 options are applied.", 414 [+options?\b,\b separated [\bno\b]]\aname\a[=\avalue\a]] options:]{\ 416 \b--physical\b options for this file.]\ 418 \b--physical\b options for this file.]\ 426 resulting path is still subject to any \b--edit\b options.]" 622 options are supported as \aid\as, along with the following:", 732 Target file names are checked after \b--edit\b options are applied.", 744 "options", [all...] |
/ast/src/lib/libpz/ |
H A D | pzinit.c | 31 const char* options; local 35 options = pz->disc->options; 49 if (pz->disc->options != options) 51 if (!pz->disc->options) 52 pz->options = 0; 53 else if (!(pz->options = vmstrdup(pz->vm, pz->disc->options))) 59 if (pz->options [all...] |
H A D | pzpart.c | 379 if (pz->options && pzoptions(pz, pp, pz->options, 0)) 428 * parse the run time options 432 pzoptions(register Pz_t* pz, register Pzpart_t* pp, char* options, int must) argument 434 register char* s = options; 549 if (i = pz->options == options) 550 pz->options = 0; 555 pz->options = options; [all...] |
/ast/src/cmd/dsslib/ip_t/ |
H A D | ivopen.c | 26 ivopen(Ivdisc_t* disc, Ivmeth_t* meth, int size, const char* options) argument 40 if (meth->eventf && (*meth->eventf)(iv, IV_OPEN, (void*)options) < 0)
|
H A D | iv.h | 74 const char* options; member in struct:Ivmeth_s
|
/ast/src/cmd/ksh93/bltins/ |
H A D | cflow.c | 51 const char *options = (**argv=='r'?sh_optreturn:sh_optexit); local 52 while((n = optget(argv,options))) switch(n)
|
H A D | getopts.c | 59 register char *options=error_info.context->id; local 80 options = opt_info.arg; 94 error_info.id = options; 95 options = argv[0]; 109 if(mode= (*options==':')) 110 options++; 111 extended = *options=='\n' && *(options+1)=='[' || *options=='[' && *(options [all...] |
/ast/src/lib/libast/include/ |
H A D | mnt.h | 41 char* options; /* options */ member in struct:__anon271
|
/ast/src/cmd/html/ |
H A D | mm2html.sh | 80 [h:html?Read html options from \afile\a. Unknown options are silently 82 options. The file pathname may be followed by URL style \aname=value\a 85 [l:license?Read license identification options from \afile\a. Unknown 86 options are silently ignored. See the \b.xx\b request below for a 87 description of the options. The file pathname may be followed by URL 91 options. Option values with embedded spaces must be 230 function options function 308 o) options "$OPTARG" 1177 typeset op=$1 i o options be [all...] |
/ast/src/cmd/ksh93/include/ |
H A D | regress.h | 36 Shopt_t options; member in struct:Regress_s 39 #define sh_isregress(r) is_option(&sh.regress->options,r) 40 #define sh_onregress(r) on_option(&sh.regress->options,r) 41 #define sh_offregress(r) off_option(&sh.regress->options,r)
|
/ast/src/cmd/dsslib/opaque/ |
H A D | opaque.c | 156 opaquemeth(const char* name, const char* options, const char* schema, Dssdisc_t* disc, Dssmeth_t* meth) argument 169 if (options) 176 switch (optstr(options, s))
|
/ast/src/cmd/mailx/ |
H A D | main.c | 85 "[+DESCRIPTION?\bmailx\b is a mail processing command. The options place" 98 "[+?For additional help run \bmailx\b with no options or operands," 130 "[o:set?Set \aname\a=\avalue\a options. The interactive mail command" 170 * Set command line options and append to 204 * Reset the setopt() options after the rc's. 236 struct list options; local 252 (op = &options)->next = 0; 489 * Reset command line options so they take precedence over the rc's. 491 resetopt(&options);
|
/ast/src/cmd/nmake/ |
H A D | TABLE.mk | 4 * [novariables] [options] [state] 18 local table=$(I) class format ignore map name novariables options list state $(~$(I)) $(>) 38 if options 39 options := options macro 48 table := $(.TABLE.INIT. $(table) $(options) $(name)) 104 * $(.TABLE.INIT. table [name=name] [options]) 114 * if options then op names matching no* are placed in noname[name]=value 115 * if options then op names matching NO* are placed in NOname[name]=value 121 local T name options tabl 194 options := $(.TABLE.options.$(level).) macro [all...] |
H A D | expand.h | 50 const Edit_opt_t* options; /* operator option map */ member in struct:__anon162
|
/ast/src/lib/libast/tm/ |
H A D | tminit.c | 56 static const Namval_t options[] = variable 386 * set the options 389 stropt(getenv("TM_OPTIONS"), options, sizeof(*options), tmopt, NiL);
|
/ast/src/lib/libcoshell/ |
H A D | coopen.c | 35 static const Namval_t options[] = variable 91 * called by stropt() to set options 183 stropt(getenv(CO_ENV_OPTIONS), options, sizeof(*options), setopt, co); local 185 stropt(attributes, options, sizeof(*options), setopt, co);
|
/ast/src/cmd/dsslib/netflow/ |
H A D | netflow.c | 633 netflowmeth(const char* name, const char* options, const char* schema, Dssdisc_t* disc, Dssmeth_t* meth) argument 647 if (options) 654 switch (optstr(options, s))
|
H A D | flowlib.h | 56 unsigned int options; member in struct:Netflow_template_s
|
/ast/src/lib/libast/misc/ |
H A D | procopen.c | 79 static const Namval_t options[] = variable 90 * called by stropt() to set options 595 stropt(getenv(PROC_ENV_OPTIONS), options, sizeof(*options), setopt, &debug); local
|
/ast/src/lib/libcmd/ |
H A D | chgrp.c | 157 getids(register char* s, char** e, Key_t* key, int options) argument 171 options |= OPT_CHOWN; 176 if (options & OPT_CHOWN) 181 if (*z || !(options & OPT_NUMERIC)) 201 if (*z || !(options & OPT_NUMERIC)) 222 register int options = 0; local 255 options |= OPT_CHOWN; 258 if (options & OPT_CHOWN) 276 options |= OPT_VERBOSE; 279 options | [all...] |
/ast/src/lib/libsum/ |
H A D | sumlib.c | 47 const char* options; member in struct:Method_s 370 if (methods[i].options) 371 n += sfprintf(sp, "{\n%s\n}", methods[i].options);
|
/ast/src/cmd/dsslib/text/ |
H A D | text.c | 448 textmeth(const char* name, const char* options, const char* schema, Dssdisc_t* disc, Dssmeth_t* ometh) argument 461 if (options) 468 switch (optstr(options, s))
|
/ast/src/cmd/probe/ |
H A D | probe.c | 55 " each \alanguage-processor\a pair. Any options that change the" 295 int options = 0; local 315 options |= ATTRIBUTES; 318 options |= DELETE; 321 options |= FORCE; 324 options |= GENERATE; 327 options |= KEY; 330 options |= LIST; 333 options |= OVERRIDE; 337 options | [all...] |
/ast/src/cmd/proto/ |
H A D | proto.c | 127 " \b--options\b.]" 130 "[o:options?Additional space or \b,\b separated \aname=value\a \b--license\b" 131 " options.]:[name=value,...]" 291 proto(char* file, char* license, char* options, char* package, char* copy, char* comment, int flags) argument 304 else if (b = pppopen(file, 0, license, options, package, comment, flags)) 484 char* options = 0; local 539 if (!options) 541 options = op = opt; 546 proto_error(NiL, 3, b, "too many options"); 638 if (!options) [all...] |
/ast/src/cmd/sortlib/glean/ |
H A D | glean.c | 274 rs_disc(Rskey_t* key, const char* options) argument 293 if (options) 297 switch (i = optstr(options, usage))
|