Searched defs:optarg (Results 1 - 2 of 2) sorted by relevance
/ast/src/cmd/mailx/ |
H A D | main.c | 143 #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...] |
/ast/src/cmd/INIT/ |
H A D | proto.c | 389 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 22 milliseconds