Searched refs:optarg (Results 1 - 11 of 11) sorted by relevance

/ast/src/lib/libast/include/
H A Dast_getopt.h37 extern char* optarg;
/ast/src/lib/libast/comp/
H A Dgetopt.c42 char* optarg = 0;
73 optarg = opt_info.arg;
H A Dgetoptl.c124 optarg = opt_info.arg;
/ast/src/cmd/mailx/
H A Dmain.c143 #undef optarg macro
144 #define optarg opt_info.arg macro
306 op = setopt(op, "justfrom", optarg);
321 op = setopt(op, "news", optarg);
327 extract(&head, GBCC|GMETOO, optarg);
333 extract(&head, GCC|GMETOO, optarg);
385 op = setopt(op, optarg, NiL);
397 n = strlen(optarg);
401 memcpy(s + sizeof(h) - 1, optarg, n);
410 if (head.h_subject = optarg)
[all...]
H A Dmailx.h113 extern char* optarg;
/ast/src/cmd/ksh93/tests/
H A Dbuiltins.sh409 optarg=foo
410 set -- -a -b $optarg -c bar
414 b) [[ $OPTARG == $optarg ]] || err_exit "getopts $options \$OPTARG failed -- \"$optarg\" expected, got \"$OPTARG\"" ;;
/ast/src/lib/libpp/
H A Dppargs.c296 if (pp.optarg)
298 if ((c = (*pp.optarg)(n, c, s)) > 0) goto hasarg;
H A Dpplib.h340 PPOPTARG optarg; /* unknown option arg handler */ \
H A Dppop.c1319 pp.optarg = va_arg(ap, PPOPTARG);
/ast/src/lib/libast/misc/
H A Doptget.c5274 goto optarg;
5340 optarg:
/ast/src/cmd/INIT/
H A Dproto.c389 char* checkpoint; int constack; struct ppinstk* in; char* addp; char* args; char* addbuf; char* catbuf; char* hdrbuf; char* hidebuf; char* path; char* tmpbuf; char* valbuf; char* optflags; int lastout; char* include; char* prefix; struct ppmember* member; int hidden; int hiding; int level; struct { int input; int output; } pool; struct { long ro_state; long ro_mode; long ro_option; long ro_op[2]; int on; char* symtab; } reset; int truncate; struct ppmacstk* macp; char* maxmac; char* mactop; char* toknxt; long* control; long* maxcon; struct oplist* chop; struct ppfile* insert; struct ppfile* original; struct ppdirs* found; int vendor; char* dirtab; char* strtab; PPBUILTIN builtin; PPCOMMENT comment; PPINCREF incref; PPLINESYNC linesync; PPLINESYNC olinesync; PPMACREF macref; PPOPTARG optarg; PPPRAGMA pragma; struct counter counter; char funbuf[256]; member in struct:ppglobals

Completed in 141 milliseconds