Searched refs:user_opt (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/mit/isl/dist/ |
H A D | isl_ctx.c | 193 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()
|
H A D | isl_ctx_private.h | 18 void *user_opt; member
|
/netbsd-src/bin/ksh/ |
H A D | 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)) { 1372 user_opt.uoptind = user_opt.optind; 1380 if (user_opt.optarg == (char *) 0) [all …]
|
H A D | sh.h | 461 EXTERN Getopt user_opt; /* parsing state for getopts builtin command */ variable
|
H A D | exec.c | 649 e->loc->getopts_state = user_opt;
|