Searched refs:cpidx (Results 1 – 2 of 2) sorted by relevance
261 p->out[p->cpidx++] = arg - 2; in parse_long_opt()367 ctx->cpidx = ((flags & PARSE_OPT_KEEP_ARGV0) != 0); in parse_options_start()393 ctx->out[ctx->cpidx++] = ctx->argv[0]; in parse_options_step()470 ctx->out[ctx->cpidx++] = ctx->argv[0]; in parse_options_step()489 memmove(ctx->out + ctx->cpidx, ctx->argv, ctx->argc * sizeof(*ctx->out)); in parse_options_end()490 ctx->out[ctx->cpidx + ctx->argc] = NULL; in parse_options_end()491 return ctx->cpidx + ctx->argc; in parse_options_end()
178 int argc, cpidx; member