Searched defs:opts (Results 1 - 7 of 7) sorted by relevance
/ast/src/lib/libast/astsa/ |
H A D | optlib.h | 56 char* opts; member in struct:Optpass_s
|
/ast/src/lib/libast/misc/ |
H A D | optlib.h | 60 char* opts; member in struct:Optpass_s
|
H A D | mime.c | 550 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 D | optget.c | 1178 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/cmd/ksh93/sh/ |
H A D | deparse.c | 48 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/port/ |
H A D | mime.c | 519 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/cmd/mailx/ |
H A D | mailx.h | 445 char opts[HEADSIZE]; member in struct:part
|
Completed in 1675 milliseconds