Searched defs:option (Results 1 - 12 of 12) sorted by relevance

/ast/src/lib/libast/comp/
H A Dgetopt.h39 struct option struct
47 extern int getopt_long(int, char* const*, const char*, const struct option*, int*);
48 extern int getopt_long_only(int, char* const*, const char*, const struct option*, int*);
/ast/src/lib/libpp/
H A Dpptrace.c180 * return string given pp.option
184 ppoptionstr(register long option) argument
186 return(ppflagstr(ppoptionmap, elementsof(ppoptionmap), option));
/ast/src/lib/libast/astsa/
H A Doption.h27 * command line option parse interface
69 char option[8]; /* current flag {-,+} + option */ member in struct:Opt_s
73 unsigned char assignment; /* option arg assigment op */
/ast/src/lib/libast/include/
H A Doption.h27 * command line option parse interface
68 char option[8]; /* current flag {-,+} + option */ member in struct:Opt_s
72 unsigned char assignment; /* option arg assigment op */
/ast/src/cmd/ksh93/include/
H A Dulimit.h164 unsigned char option; member in struct:Limit_s
/ast/src/cmd/cs/vcs_src/
H A Difs_agent.c177 AgentMount( ml, url, localpath, option )
181 char *option;
234 sfsprintf( mi->timeout, sizeof(mi->timeout), "/%d", option ? (int)strtol(option, (char**)0, 0) : 86400 );
577 * Usage: mount url local-path option
588 char remote[ STRLEN ], *option; local
602 option = (argc < 4 ? NULL : argv[3]);
603 if( (mi = AgentMount( ml, argv[1], argv[2], option )) == NULL )
/ast/src/cmd/ksh93/bltins/
H A Dtypeset.c152 *opt_info.option = 0;
229 tdata.aflag = *opt_info.option;
393 errormsg(SH_DICT,ERROR_exit(2),"option argument cannot be greater than %d",SHRT_MAX);
1419 * of <option> is non-zero, no subscript or value is printed.
1422 static void print_scan(Sfio_t *file, int flag, Dt_t *root, int option,struct tdata *tp) argument
1478 print_namval(file,np,option,tp);
/ast/src/cmd/nmake/
H A Doption.c27 * option name mappings are here
28 * option flag mappings are in options.h
47 " Each operand may be an option, script, or target. An option operand"
55 " with the exception that no option operand may appear after a"
61 static Option_t options[] = /* option table */
157 { "option", OPT_option, 0, 0,
158 "Define a new option. The definition is a delimiter separated field"
160 " \b;\b is used in this description. Makefile \bset option\b"
163 " empty field. \achar\a is the single character option nam
306 char* option; /* option value for set() */ member in struct:Oplist_s
[all...]
/ast/src/cmd/ksh93/edit/
H A Demacs.c1344 static void draw(register Emacs_t *ep,Draw_t option) argument
1364 ep->lastdraw = option;
1366 if (option == FIRST || option == REFRESH)
1372 if (option == FIRST)
1385 if ((lookahead)&&(option != FINAL))
1403 if(option==FINAL)
1408 else if((option==UPDATE||option==APPEND) && drawbuff[0]=='#' && cur>1 && cur==eol && drawbuff[cur-1]!='*')
1431 if ((option
[all...]
/ast/src/lib/libtk/generic/
H A DtkBind.c2231 char *option;
2237 argv[0], " option ?arg1?\"", (char *) NULL);
2241 option = argv[1];
2242 length = strlen(option);
2250 if (strncmp(option, "add", length) == 0) {
2262 } else if (strncmp(option, "delete", length) == 0) {
2278 } else if (strncmp(option, "generate", length) == 0) {
2286 } else if (strncmp(option, "info", length) == 0) {
2299 Tcl_AppendResult(interp, "bad option \"", argv[1],
2766 * argv[2..argc-1] contains -field/option pair
2216 char *option; local
[all...]
H A DtkImgPhoto.c217 char *name; /* Name specified without an option. */
218 int fromX, fromY; /* Values specified for -from option. */
219 int fromX2, fromY2; /* Second coordinate pair for -from option. */
220 int toX, toY; /* Values specified for -to option. */
221 int toX2, toY2; /* Second coordinate pair for -to option. */
222 int zoomX, zoomY; /* Values specified for -zoom option. */
223 int subsampleX, subsampleY; /* Values specified for -subsample option. */
224 char *format; /* Value specified for -format option. */
230 * ParseSubcommandOptions if that option is allowed for the current
232 * field of the SubcommandOptions structure if that option wa
1061 char *option, **listPtr; local
[all...]
/ast/src/cmd/INIT/
H A Dproto.c385 struct ppcontext* context; long state; long mode; long option; long test; struct { char* sp; long flags; } filedeps; struct ppdirs* firstdir; struct ppdirs* lastdir; int hide; int column; int pending; char* firstfile; char* lastfile; char* ignore; char* probe; char* filtab; char* prdtab; char* date; char* time; char* maps; long ro_state; long ro_mode; long ro_option; long ro_op[2]; struct pathid cdir; struct pathid hostdir; char* ppdefault; struct ppindex* firstindex; struct ppindex* lastindex; struct oplist* firstop; struct oplist* lastop; struct oplist* firsttx; struct oplist* lasttx; unsigned char arg_file; unsigned char arg_mode; unsigned char arg_style; unsigned char c; unsigned char hosted; unsigned char ignoresrc; unsigned char initialized; unsigned char standalone; unsigned char spare_1; member in struct:ppglobals
437 struct ppcontext* context; long state; long mode; long option; long test; struct { char* sp; long flags; } filedeps; struct ppdirs* firstdir; struct ppdirs* lastdir; int hide; int column; int pending; char* firstfile; char* lastfile; char* ignore; char* probe; char* filtab; char* prdtab; char* date; char* time; char* maps; long ro_state; long ro_mode; long ro_option; long ro_op[2]; struct pathid cdir; struct pathid hostdir; char* ppdefault; struct ppindex* firstindex; struct ppindex* lastindex; struct oplist* firstop; struct oplist* lastop; struct oplist* firsttx; struct oplist* lasttx; unsigned char arg_file; unsigned char arg_mode; unsigned char arg_style; unsigned char c; unsigned char hosted; unsigned char ignoresrc; unsigned char initialized; unsigned char standalone; unsigned char spare_1; member in struct:ppcontext
2141 copy(&buf, "option error: assignment expected", -1);
2300 comment( &notice, &buf, "either version 2, or (at your option) any later version.",sizeof( "either version 2, or (at your option) any later version.")-1, 0);
5160 proto_error(((char*)0), 2, file, "unknown option");

Completed in 46 milliseconds