HomeSort by: relevance | last modified time | path
    Searched refs:options_parse_get (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/tmux/dist/
format.c 3881 o = options_parse_get(global_options, key, &idx, 0);
3883 o = options_parse_get(ft->wp->options, key, &idx, 0);
3885 o = options_parse_get(ft->w->options, key, &idx, 0);
3887 o = options_parse_get(global_w_options, key, &idx, 0);
3889 o = options_parse_get(ft->s->options, key, &idx, 0);
3891 o = options_parse_get(global_s_options, key, &idx, 0);
options.c 649 options_parse_get(struct options *oo, const char *s, int *idx, int only) function
tmux.h 2426 struct options_entry *options_parse_get(struct options *, const char *, int *,

Completed in 71 milliseconds