Home
last modified time | relevance | path

Searched refs:user_opt (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/polly/lib/External/isl/
Disl_ctx.c193 return find_nested_options(ctx->user_args, ctx->user_opt, args); in isl_ctx_peek_options()
196 isl_ctx *isl_ctx_alloc_with_options(struct isl_args *args, void *user_opt) in isl_ctx_alloc_with_options() argument
202 if (!user_opt) in isl_ctx_alloc_with_options()
205 opt = find_nested_isl_options(args, user_opt); in isl_ctx_alloc_with_options()
225 ctx->user_opt = user_opt; in isl_ctx_alloc_with_options()
254 isl_args_free(args, user_opt); in isl_ctx_alloc_with_options()
307 isl_args_free(ctx->user_args, ctx->user_opt); in isl_ctx_free()
383 return isl_args_parse(ctx->user_args, argc, argv, ctx->user_opt, flags); in isl_ctx_parse_options()
Disl_ctx_private.h18 void *user_opt; member
/external/mksh/src/
Dfuncs.c1201 ksh_getopt_reset(&user_opt, GF_NONAME | in getopts_reset()
1203 user_opt.optind = user_opt.uoptind = val; in getopts_reset()
1248 if (user_opt.optind > argc || in c_getopts()
1249 (user_opt.p != 0 && in c_getopts()
1250 user_opt.p > strlen(wp[user_opt.optind - 1]))) { in c_getopts()
1255 user_opt.optarg = NULL; in c_getopts()
1256 optc = ksh_getopt(wp, &user_opt, opts); in c_getopts()
1258 if (optc >= 0 && optc != '?' && (user_opt.info & GI_PLUS)) { in c_getopts()
1272 user_opt.uoptind = user_opt.optind; in c_getopts()
1280 if (user_opt.optarg == NULL) in c_getopts()
[all …]
Dvar.c113 user_opt = l->getopts_state; in popblock()
1299 num.i = user_opt.uoptind; in getspec()
Dexec.c753 e->loc->getopts_state = user_opt; in comexec()
Dsh.h1635 EXTERN Getopt user_opt; /* parsing state for getopts builtin command */ variable