Home
last modified time | relevance | path

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

/openbsd/usr.bin/tmux/
H A Dcmd-set-option.c111 name = options_match(argument, &idx, &ambiguous); in cmd_set_option_exec()
H A Dcmd-show-options.c103 name = options_match(argument, &idx, &ambiguous); in cmd_show_options_exec()
H A Doptions.c654 options_match(const char *s, int *idx, int *ambiguous) in options_match() function
702 name = options_match(s, idx, ambiguous); in options_match_get()
H A Dtmux.h2230 char *options_match(const char *, int *, int *);