Home
last modified time | relevance | path

Searched refs:property_print_help (Results 1 – 11 of 11) sorted by relevance

/dports/multimedia/mencoder/mplayer-export-2021-12-29/
H A Dcommand.h27 void property_print_help(void);
H A Dcommand.c2269 void property_print_help(void) in property_print_help() function
H A Dmplayer.c2940 property_print_help(); in main()
/dports/multimedia/mplayer/mplayer-export-2021-12-29/
H A Dcommand.h27 void property_print_help(void);
H A Dcommand.c2269 void property_print_help(void) in property_print_help() function
H A Dmplayer.c2940 property_print_help(); in main()
/dports/multimedia/mpv/mpv-0.34.1/player/
H A Dcommand.h77 void property_print_help(struct MPContext *mpctx);
H A Dmain.c210 if (opts->property_print_help) { in handle_help_options()
211 property_print_help(mpctx); in handle_help_options()
H A Dcommand.c3936 void property_print_help(struct MPContext *mpctx) in property_print_help() function
/dports/multimedia/mpv/mpv-0.34.1/options/
H A Doptions.h135 int property_print_help; member
H A Doptions.c383 {"list-properties", OPT_FLAG(property_print_help),