Home
last modified time | relevance | path

Searched refs:M_OPT_PRE_PARSE (Results 1 – 7 of 7) sorted by relevance

/dports/multimedia/mplayer/mplayer-export-2021-12-29/
H A Dm_option.h353 #define M_OPT_PRE_PARSE (1<<7) macro
367 #define CONF_PRE_PARSE M_OPT_PRE_PARSE
H A Dm_config.c434 !(co->opt->flags & M_OPT_PRE_PARSE)) || in m_config_parse_option()
436 (co->opt->flags & M_OPT_PRE_PARSE) && (co->flags & M_CFG_OPT_SET))) in m_config_parse_option()
/dports/multimedia/mencoder/mplayer-export-2021-12-29/
H A Dm_option.h353 #define M_OPT_PRE_PARSE (1<<7) macro
367 #define CONF_PRE_PARSE M_OPT_PRE_PARSE
H A Dm_config.c434 !(co->opt->flags & M_OPT_PRE_PARSE)) || in m_config_parse_option()
436 (co->opt->flags & M_OPT_PRE_PARSE) && (co->flags & M_CFG_OPT_SET))) in m_config_parse_option()
/dports/multimedia/mpv/mpv-0.34.1/options/
H A Dm_option.h410 #define M_OPT_PRE_PARSE (1 << 4) macro
458 #define CONF_PRE_PARSE M_OPT_PRE_PARSE
752 .flags = M_OPT_NOCFG | M_OPT_PRE_PARSE | M_OPT_NOPROP, \
H A Dm_config_frontend.c401 if ((flags & M_SETOPT_PRE_PARSE_ONLY) && !(optflags & M_OPT_PRE_PARSE)) in handle_set_opt_flags()
411 if ((flags & M_SETOPT_NO_PRE_PARSE) && (optflags & M_OPT_PRE_PARSE)) in handle_set_opt_flags()
H A Doptions.c400 .flags = M_OPT_PRE_PARSE | M_OPT_NOPROP},