Home
last modified time | relevance | path

Searched refs:options_match (Results 1 – 9 of 9) sorted by relevance

/dports/editors/joe/joe-4.6/joe/
H A Drc.c135 struct options_match *m; in procrc()
139 m = (struct options_match *)joe_malloc(SIZEOF(struct options_match)); in procrc()
157 struct options_match *m = (struct options_match *)joe_malloc(SIZEOF(struct options_match)); in procrc()
H A Db.h58 struct options_match { struct
59 struct options_match *next; argument
68 struct options_match *match; /* List of matching criteria */ argument
H A Doptions.c248 struct options_match *match; in setopt()
/dports/ports-mgmt/pkg/pkg-1.17.5/libpkg/
H A Dpkgdb_iterator.c221 bool options_match; in pkgdb_load_deps() local
301 options_match = true; in pkgdb_load_deps()
329 options_match = false; in pkgdb_load_deps()
339 if (options_match) { in pkgdb_load_deps()
/dports/sysutils/tmux/tmux-3.2a/
H A Dcmd-set-option.c97 name = options_match(argument, &idx, &ambiguous); in cmd_set_option_exec()
H A Dcmd-show-options.c102 name = options_match(argument, &idx, &ambiguous); in cmd_show_options_exec()
H A Doptions.c625 options_match(const char *s, int *idx, int *ambiguous) in options_match() function
673 name = options_match(s, idx, ambiguous); in options_match_get()
H A Dtmux.h2068 char *options_match(const char *, int *, int *);
/dports/astro/gnuastro/gnuastro-0.16/bin/
H A Dcompletion.bash.in767 local options_match=""
777 options_match="$options_all"
782 options_match=$(echo "$options_all" | awk '/^'$1'/')
786 for f in $options_match; do COMPREPLY+=("$f"); done