Home
last modified time | relevance | path

Searched refs:parse_short_opt (Results 1 – 19 of 19) sorted by relevance

/dports/devel/rgbds/rgbds/contrib/bash_compl/
H A D_rgbgfx.bash46 parse_short_opt() { function
93 parse_short_opt "$word"
124 parse_short_opt "$cur_word"
H A D_rgblink.bash41 parse_short_opt() { function
88 parse_short_opt "$word"
119 parse_short_opt "$cur_word"
H A D_rgbasm.bash60 parse_short_opt() { function
115 parse_short_opt "$word"
149 parse_short_opt "$cur_word"
H A D_rgbfix.bash43 parse_short_opt() { function
90 parse_short_opt "$word"
121 parse_short_opt "$cur_word"
/dports/games/opentyrian/opentyrian-opentyrian-77a8715634e3/src/
H A Darg_parse.c32 static int parse_short_opt( int argc, const char *const argv[], const Options *options, Option *opt…
69 argn = parse_short_opt(argc, argv, options, &option); in parse_args()
113 static int parse_short_opt( int argc, const char *const argv[], const Options *options, Option *opt… in parse_short_opt() function
/dports/devel/apr1/apr-1.7.0/build/
H A Daplibtool.c74 int parse_short_opt(char *arg, cmd_data_t *cmd_data);
127 int num_used = parse_short_opt(arg + 1, cmd_data); in parse_args()
190 int parse_short_opt(char *arg, cmd_data_t *cmd_data) in parse_short_opt() function
H A Djlibtool.c584 int parse_short_opt(char *arg, command_t *cmd_data) in parse_short_opt() function
1512 argused = parse_short_opt(arg + 1, cmd_data);
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/apr/build/
H A Daplibtool.c74 int parse_short_opt(char *arg, cmd_data_t *cmd_data);
127 int num_used = parse_short_opt(arg + 1, cmd_data); in parse_args()
190 int parse_short_opt(char *arg, cmd_data_t *cmd_data) in parse_short_opt() function
H A Djlibtool.c540 int parse_short_opt(char *arg, command_t *cmd_data) in parse_short_opt() function
1296 argused = parse_short_opt(arg + 1, cmd_data); in parse_args()
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/lib/subcmd/
H A Dparse-options.c345 static int parse_short_opt(struct parse_opt_ctx_t *p, const struct option *options) in parse_short_opt() function
539 switch (parse_short_opt(ctx, options)) { in parse_options_step()
555 switch (parse_short_opt(ctx, options)) { in parse_options_step()
/dports/multimedia/libv4l/linux-5.13-rc2/tools/lib/subcmd/
H A Dparse-options.c345 static int parse_short_opt(struct parse_opt_ctx_t *p, const struct option *options) in parse_short_opt() function
539 switch (parse_short_opt(ctx, options)) { in parse_options_step()
555 switch (parse_short_opt(ctx, options)) { in parse_options_step()
/dports/devel/cgit/cgit-1.2.3/git/
H A Dparse-options.c229 static enum parse_opt_result parse_short_opt(struct parse_opt_ctx_t *p, in parse_short_opt() function
738 switch (parse_short_opt(ctx, options)) { in parse_options_step()
757 switch (parse_short_opt(ctx, options)) { in parse_options_step()
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/lib/subcmd/
H A Dparse-options.c345 static int parse_short_opt(struct parse_opt_ctx_t *p, const struct option *options) in parse_short_opt() function
539 switch (parse_short_opt(ctx, options)) { in parse_options_step()
555 switch (parse_short_opt(ctx, options)) { in parse_options_step()
/dports/devel/git-p4/git-2.34.1/
H A Dparse-options.c247 static enum parse_opt_result parse_short_opt(struct parse_opt_ctx_t *p,
767 switch (parse_short_opt(ctx, options)) {
786 switch (parse_short_opt(ctx, options)) {
/dports/devel/git-svn/git-2.34.1/
H A Dparse-options.c247 static enum parse_opt_result parse_short_opt(struct parse_opt_ctx_t *p, in parse_short_opt() function
767 switch (parse_short_opt(ctx, options)) { in parse_options_step()
786 switch (parse_short_opt(ctx, options)) { in parse_options_step()
/dports/devel/git-gui/git-2.34.1/
H A Dparse-options.c247 static enum parse_opt_result parse_short_opt(struct parse_opt_ctx_t *p, in parse_short_opt() function
767 switch (parse_short_opt(ctx, options)) { in parse_options_step()
786 switch (parse_short_opt(ctx, options)) { in parse_options_step()
/dports/devel/git/git-2.34.1/
H A Dparse-options.c247 static enum parse_opt_result parse_short_opt(struct parse_opt_ctx_t *p, in parse_short_opt() function
767 switch (parse_short_opt(ctx, options)) { in parse_options_step()
786 switch (parse_short_opt(ctx, options)) { in parse_options_step()
/dports/devel/git-cvs/git-2.34.1/
H A Dparse-options.c247 static enum parse_opt_result parse_short_opt(struct parse_opt_ctx_t *p, in parse_short_opt() function
767 switch (parse_short_opt(ctx, options)) { in parse_options_step()
786 switch (parse_short_opt(ctx, options)) { in parse_options_step()
/dports/net/freeradius3/freeradius-server-3.0.25/scripts/
H A Djlibtool.c795 static int parse_short_opt(char const *arg, command_t *cmd) in parse_short_opt() function
2457 parse_short_opt(arg + 1, cmd);