Searched defs:opt (Results 1 - 21 of 21) sorted by relevance

/ast/src/lib/librecsort/
H A Drslib.c46 Opt_t opt; local
68 opt = opt_info;
70 opt_info = opt;
/ast/src/lib/libdss/
H A Dcxeval.c38 Opt_t opt; local
74 opt = opt_info;
79 opt_info = opt;
H A Ddssopen.c666 Opt_t opt; local
695 opt = opt_info;
699 opt_info = opt;
/ast/src/cmd/dsslib/sort/
H A Dsort.c149 char opt[2]; local
203 opt[0] = opt_info.option[1];
204 opt[1] = 0;
205 if (rskeyopt(state->sortkey, opt, 1))
/ast/src/cmd/ksh93/bltins/
H A Denum.c197 Optdisc_t opt; member in struct:__anon105
266 optdisc.opt.infof = enuminfo;
268 nv_addtype(tp, enum_type, &optdisc.opt, sizeof(optdisc));
/ast/src/cmd/ksh93/sh/
H A Dbash.c194 Shopt_t newflags=shp->options, opt; local
197 memset(&opt,0,sizeof(opt));
240 opt=newflags;
243 opt.v[n]=~newflags.v[n];
245 memset(&opt,0xff,sizeof(opt));
253 && (is_option(&opt,SH_INTERACTIVE)
254 || is_option(&opt,SH_RESTRICTED)
255 || is_option(&opt,SH_RESTRICTED
[all...]
H A Dnvtype.c838 Optdisc_t opt; member in struct:__anon118
842 optdisc.opt.infof = typeinfo;
844 nv_addtype(mp,sh_opttype, &optdisc.opt, sizeof(optdisc));
H A Dinit.c1595 Shopt_t opt; local
1635 memset((void*)&opt,0,sizeof(opt));
1647 on_option(&opt,SH_TRACKALL);
1649 on_option(&opt,SH_EMACS);
1651 on_option(&opt,SH_GMACS);
1653 on_option(&opt,SH_VI);
1655 on_option(&opt,SH_VIRAW);
1656 shp->options = opt;
2126 unsigned long sh_isoption DISABLE (int opt) argument
2131 DISABLE(int opt) argument
2136 DISABLE(int opt) argument
[all...]
/ast/src/cmd/proto/
H A Dproto.c488 char opt[4 * 1024]; local
541 options = op = opt;
542 oe = op + sizeof(opt) - 1;
640 options = op = opt;
641 oe = op + sizeof(opt) - 1;
/ast/src/lib/libjcl/
H A Dpath.c384 Opt_t opt; local
560 opt = opt_info;
571 opt_info = opt;
/ast/src/lib/libpz/
H A Dpzsplit.c76 Sfio_t* opt; member in struct:__anon367
/ast/src/cmd/nmake/
H A Doption.c326 static Optstate_t opt; variable
334 if (!(op = (Option_t*)hashget(opt.table, name)) && (strchr(name, '-') || strchr(name, '_')))
339 op = (Option_t*)hashget(opt.table, sfstruse(internal.tmp));
351 hashput(opt.table, op->name, (char*)op);
358 hashput(opt.table, strdup(sfstruse(internal.tmp)), (char*)op);
368 hashput(opt.table, strdup(buf), (char*)op);
372 hashput(opt.table, strdup(buf), (char*)op);
385 opt.table = hashalloc(NiL, HASH_name, "options", 0);
396 if (opt.tail)
397 opt
[all...]
H A Dcommand.c515 Sfio_t* opt; local
529 opt = sfstropen();
535 set(r->name, 1, opt);
537 parse(NiL, r->name, r->name, opt);
540 parse(NiL, r->action, r->name, opt);
616 if (*(s = sfstruse(opt)))
618 sfclose(opt);
H A Dexpand.c3483 const Edit_opt_t* opt; local
3487 if (!*(opt = map->options)->name)
3489 if (opt->cmd.type == ED_QUAL)
3490 qual |= opt->cmd.op;
3493 if (opt->cmd.op)
3494 op = opt->cmd.op;
3495 if (opt->cmd.arg && val < &flags[sizeof(flags)])
3497 *val++ = opt->cmd.arg;
3498 if (opt->cmd.aux && val < &flags[sizeof(flags)])
3499 *val++ = opt
[all...]
/ast/src/cmd/pax/
H A Dpax.c161 } opt; variable in typeref:struct:__anon188
698 sfprintf(opt.ignore_all, "%s(%s)", sfstrtell(opt.ignore_all) ? "|" : "", v);
766 substitute(&opt.lastmap, (char*)v);
840 if (!pathpath("lib/pax", opt.arg0, PATH_EXECUTE, tmp1, sizeof(tmp1)) || sfsprintf(tmp2, sizeof(tmp2) - 1, "%s/%s.fmt", tmp1, s) <= 0 || !(sp = sfopen(NiL, tmp2, "r")))
907 sfprintf(opt.ignore_ext, "%s(%s)", sfstrtell(opt.ignore_ext) ? "|" : "", v);
909 sfprintf(opt.ignore_all, "%s(%s)", sfstrtell(opt.ignore_all) ? "|" : "", v);
992 sfputr(opt
[all...]
/ast/src/cmd/3d/
H A Dinit.c1534 init(int force, const char* opt, int opsize) argument
/ast/src/cmd/sort/
H A Dmain.c484 char opt[64]; local
504 sfsprintf(opt, sizeof(opt), "%c%s", opt_info.option[1], opt_info.arg);
505 if (rskeyopt(key, opt, 1))
647 sfsprintf(opt, sizeof(opt), "%ski", s);
648 s = opt;
693 opt[0] = opt_info.option[1];
694 opt[1] = 0;
695 if (rskeyopt(key, opt,
[all...]
/ast/lib/package/
H A Dpackage.mk98 opt = macro
584 if opt
585 opt := $(opt)/$(vendor)/ macro
587 opt := $(name)-$(version)/ macro
628 operations. The $(opt:/.$//) source and binary packages were generated by:
634 $(org)-base source package in /opt/$(org) run:
636 PATH=/opt/$(org)/bin:$PATH
637 cd /opt/$(org)
643 and export /opt/
[all...]
/ast/src/cmd/INIT/
H A Dpackage.mk98 opt = macro
584 if opt
585 opt := $(opt)/$(vendor)/ macro
587 opt := $(name)-$(version)/ macro
628 operations. The $(opt:/.$//) source and binary packages were generated by:
634 $(org)-base source package in /opt/$(org) run:
636 PATH=/opt/$(org)/bin:$PATH
637 cd /opt/$(org)
643 and export /opt/
[all...]
H A Dmamake.c212 Buf_t* opt; /* option buffer */ member in struct:__anon22
1977 * append the non-leaf active targets to state.opt
1991 add(state.opt, ' ');
1992 append(state.opt, r->name);
2053 search(state.vars, "MAMAKEARGS", duplicate(use(state.opt) + 1));
2083 state.opt = buffer();
2099 append(state.opt, " -e");
2103 append(state.opt, " -i");
2107 append(state.opt, " -k");
2114 append(state.opt, "
[all...]
H A Dproto.c5051 char opt[4 * 1024]; local
5104 options = op = opt;
5105 oe = op + sizeof(opt) - 1;

Completed in 79 milliseconds