Home
last modified time | relevance | path

Searched refs:PLAYER_OPTION_TTYCONTROL (Results 1 – 3 of 3) sorted by relevance

/dports/audio/madplay/madplay-0.15.2b/
H A Dmadplay.c546 player->options |= PLAYER_OPTION_TTYCONTROL; in get_options()
551 player->options &= ~PLAYER_OPTION_TTYCONTROL; in get_options()
624 player->options &= ~PLAYER_OPTION_TTYCONTROL; in get_options()
639 player->options &= ~PLAYER_OPTION_TTYCONTROL; in get_options()
646 player->options &= ~PLAYER_OPTION_TTYCONTROL; in get_options()
766 player.options |= PLAYER_OPTION_TTYCONTROL; in main()
H A Dplayer.h41 PLAYER_OPTION_TTYCONTROL = 0x0040, enumerator
H A Dplayer.c2418 if ((player->options & PLAYER_OPTION_TTYCONTROL) && in setup_filters()
2669 if ((player->options & PLAYER_OPTION_TTYCONTROL) && in silence()
2710 if ((player->options & PLAYER_OPTION_TTYCONTROL) && in player_run()
2712 player->options &= ~PLAYER_OPTION_TTYCONTROL; in player_run()
2813 if (player->options & PLAYER_OPTION_TTYCONTROL) in player_run()