Searched refs:opts (Results 1 - 16 of 16) sorted by relevance

/ast/src/cmd/tw/
H A Dlocate.sh66 opts=
72 i) opts="$opts -I"
102 $show tw -d / $opts $db -f "$@"
/ast/src/lib/libast/astsa/
H A Doptlib.h56 char* opts; member in struct:Optpass_s
/ast/src/lib/libast/misc/
H A Doptlib.h60 char* opts; member in struct:Optpass_s
H A Dmime.c550 expand(Mime_t* mp, register char* s, const char* name, const char* type, const char* opts) argument
598 if (*s && (c = s++ - t) && (pp.next = (char*)opts))
629 * return expanded command/path/value for <view,name,type,opts>
634 mimeview(Mime_t* mp, const char* view, const char* name, const char* type, const char* opts) argument
648 if (s = expand(mp, s, name, type, opts))
730 return expand(mp, att->value, name, type, opts);
H A Doptget.c1178 p->opts = s;
2403 char* opts = (char*)oopts; local
2448 if (!(opts = sfstruse(sp_help)))
2461 if (opts)
2464 if (state.pass[i].oopts == opts)
2472 if (init((char*)opts, o))
2542 p = q->opts;
3631 if (!(opts = sfstruse(sp_help)))
4091 optusage(const char* opts) argument
4093 return opthelp(opts, Ni
4261 char* opts; local
5596 optstr(const char* str, const char* opts) argument
[all...]
/ast/src/lib/libtk/library/
H A Dmsgbox.tcl162 set opts [lrange $but 1 end]
163 if ![string compare $opts {}] {
168 set opts [list -text $capName]
171 eval button $w.$name $opts -command [list "set tkPriv(button) $name"]
/ast/src/cmd/html/
H A Dmm2html.sh2063 unset opts
2064 eval "opts=${html.TABLE}"
2065 unset opts.width opts.align
2100 center) opts.align=center
2102 expand) opts.align=center opts.width="99%"
2104 allbox) opts.border=1
2105 opts.frame="box"
2106 opts
[all...]
/ast/src/cmd/ksh93/sh/
H A Ddeparse.c48 static void p_arg(const struct argnod*, int endchar, int opts);
387 static void p_arg(register const struct argnod *arg,register int endchar,int opts) argument
395 else if(opts&PRE)
398 p_arg(arg->argnxt.ap,'|',opts);
401 else if(opts)
412 else if(*cp==0 && opts==POST && arg->argchn.ap)
430 while((opts&POST) && arg);
/ast/src/cmd/mailx/
H A Dhead.c173 if ((size = (e - s)) >= sizeof(ap->opts))
174 size = sizeof(ap->opts) - 1;
175 strncopy(ap->opts, s, size + 1);
H A Dcmd2.c633 if (!ap->code[0] && mimeview(state.part.mime, "encoding", name, ap->type, ap->opts))
642 if ((flags & GMIME) && mime(1) && (s = mimeview(state.part.mime, NiL, NiL, ap->type, ap->opts)))
659 if ((flags & GMIME) && mime(1) && (s = mimeview(state.part.mime, NiL, NiL, ap->type, ap->opts))) {
H A Dmailx.h445 char opts[HEADSIZE]; member in struct:part
H A Dsend.c275 else if ((ap->flags & PART_body) || (flags & GMIME) && ap->count == 1 && !n && ap->next && !ap->next->lines && mime(1) && (s = mimeview(state.part.mime, NiL, NiL, ap->type, ap->opts))) {
/ast/src/cmd/mailx/port/
H A Dmime.c519 expand(Mime_t* mp, register char* s, const char* name, const char* type, const char* opts) argument
545 if (*s && (c = s++ - t) && (pp.next = (char*)opts))
566 * return expanded command/path/value for <view,name,type,opts>
571 mimeview(Mime_t* mp, const char* view, const char* name, const char* type, const char* opts) argument
592 if (s = expand(mp, s, name, type, opts))
674 return expand(mp, att->value, name, type, opts);
/ast/src/lib/libdll/
H A Ddll_lib.c39 * split <name,base,type,opts> from name into names
100 names->opts = 0;
/ast/src/cmd/mam/
H A Dshmam.awk1616 opts=""
1620 opts=opt " " $k
1646 kcmd[kCMD,k] = sprintf("\t %s %s %s < $(<)", vcommand(myi), opts, name)
/ast/src/cmd/INIT/
H A Dratz.c4712 char* opts[4];
4760 opts[0] = argv[0];
4761 opts[1] = _SEAR_OPTS;
4762 opts[2] = argv[1];
4763 opts[3] = 0;
4764 argv = opts;

Completed in 3788 milliseconds