HomeSort by: relevance | last modified time | path
    Searched refs:user_opt (Results 1 - 6 of 6) sorted by relevancy

  /src/external/mit/isl/dist/
isl_ctx_private.h 18 void *user_opt; member in struct:isl_ctx
isl_ctx.c 193 return find_nested_options(ctx->user_args, ctx->user_opt, args);
196 isl_ctx *isl_ctx_alloc_with_options(struct isl_args *args, void *user_opt)
202 if (!user_opt)
205 opt = find_nested_isl_options(args, user_opt);
225 ctx->user_opt = user_opt;
254 isl_args_free(args, user_opt);
307 isl_args_free(ctx->user_args, ctx->user_opt);
383 return isl_args_parse(ctx->user_args, argc, argv, ctx->user_opt, flags);
  /src/bin/ksh/
c_ksh.c 1293 ksh_getopt_reset(&user_opt,
1295 user_opt.optind = user_opt.uoptind = val;
1344 if (user_opt.optind > argc
1345 || (user_opt.p != 0
1346 && user_opt.p > strlen(wp[user_opt.optind - 1])))
1352 user_opt.optarg = (char *) 0;
1353 optc = ksh_getopt(wp, &user_opt, options);
1355 if (optc >= 0 && optc != '?' && (user_opt.info & GI_PLUS))
    [all...]
sh.h 461 EXTERN Getopt user_opt; /* parsing state for getopts builtin command */ variable
var.c 85 user_opt = l->getopts_state;
981 setint(vp, (long) user_opt.uoptind);
exec.c 649 e->loc->getopts_state = user_opt;

Completed in 18 milliseconds