Home
last modified time | relevance | path

Searched refs:segplay (Results 1 – 9 of 9) sorted by relevance

/dports/audio/xmcd/xmcd-3.3.2/libdi_d/
H A Dslioc.c1592 if (s->segplay == SEGP_A) {
1593 s->segplay = SEGP_NONE;
3306 if (s->segplay == SEGP_A) {
3622 else if (s->segplay == SEGP_AB) {
3819 if (s->segplay != SEGP_NONE) {
3896 if (s->segplay == SEGP_AB) {
4121 else if (s->segplay == SEGP_AB) {
4247 if (s->segplay == SEGP_AB) {
4375 if (s->segplay == SEGP_AB) {
4708 if (s->segplay == SEGP_AB) {
[all …]
H A Dfbioc.c1366 if (s->segplay == SEGP_A) { in fbioc_get_playstatus()
1367 s->segplay = SEGP_NONE; in fbioc_get_playstatus()
2944 if (s->segplay == SEGP_A) { in fbioc_shuffle()
3270 else if (s->segplay == SEGP_AB) { in fbioc_play_pause()
3500 if (s->segplay == SEGP_AB) { in fbioc_prevtrk()
3725 else if (s->segplay == SEGP_AB) { in fbioc_nexttrk()
3851 if (s->segplay == SEGP_AB) { in fbioc_previdx()
3979 if (s->segplay == SEGP_AB) { in fbioc_nextidx()
4298 else if (s->segplay == SEGP_AB && in fbioc_ff()
4312 if (s->segplay == SEGP_AB) { in fbioc_ff()
[all …]
H A Daixioc.c1150 if (s->segplay == SEGP_A) { in aixioc_get_playstatus()
1151 s->segplay = SEGP_NONE; in aixioc_get_playstatus()
2722 if (s->segplay == SEGP_A) { in aixioc_shuffle()
3048 else if (s->segplay == SEGP_AB) { in aixioc_play_pause()
3278 if (s->segplay == SEGP_AB) { in aixioc_prevtrk()
3506 else if (s->segplay == SEGP_AB) { in aixioc_nexttrk()
3635 if (s->segplay == SEGP_AB) { in aixioc_previdx()
3763 if (s->segplay == SEGP_AB) { in aixioc_nextidx()
4082 else if (s->segplay == SEGP_AB && in aixioc_ff()
4096 if (s->segplay == SEGP_AB) { in aixioc_ff()
[all …]
H A Dscsipt.c2295 if (s->segplay == SEGP_A) { in scsipt_get_playstatus()
2296 s->segplay = SEGP_NONE; in scsipt_get_playstatus()
5307 if (s->segplay == SEGP_A) { in scsipt_shuffle()
5694 else if (s->segplay == SEGP_AB) { in scsipt_play_pause()
5894 if (s->segplay != SEGP_NONE) { in scsipt_chgdisc()
6059 if (s->segplay == SEGP_AB) { in scsipt_prevtrk()
6284 else if (s->segplay == SEGP_AB) { in scsipt_nexttrk()
6410 if (s->segplay == SEGP_AB) { in scsipt_previdx()
6538 if (s->segplay == SEGP_AB) { in scsipt_nextidx()
6876 if (s->segplay == SEGP_AB) { in scsipt_ff()
[all …]
H A Dlibdi.c3520 s->segplay = SEGP_NONE; in di_reset_curstat()
/dports/audio/xmcd/xmcd-3.3.2/xmcd_d/
H A Dcdfunc.c3442 if (s->segplay == SEGP_A) in dpy_progmode()
3476 if (s->segplay == SEGP_A) in dpy_progmode()
5618 s->segplay = SEGP_NONE; in cd_checkbox()
5824 switch (s->segplay) { in cd_ab()
5836 s->segplay = SEGP_A; in cd_ab()
5887 s->segplay = SEGP_NONE; in cd_ab()
5892 s->segplay = SEGP_AB; in cd_ab()
5896 s->segplay = SEGP_NONE; in cd_ab()
5921 s->segplay = SEGP_NONE; in cd_ab()
6043 if (s->segplay == SEGP_A) { in cd_stop()
[all …]
H A Ddbprog.c1813 s->segplay = SEGP_NONE; in dbprog_segmentupd()
4050 else if (s->segplay == SEGP_AB) in dbprog_segments_setmode()
4053 if (s->segplay == SEGP_NONE) in dbprog_segments_setmode()
4055 else if (s->segplay == SEGP_A) in dbprog_segments_setmode()
5214 if (s->segplay != SEGP_NONE) in dbprog_pgmseq_txtchg()
5215 s->segplay = SEGP_NONE; in dbprog_pgmseq_txtchg()
5262 if (s->segplay != SEGP_NONE) in dbprog_addpgm()
5263 s->segplay = SEGP_NONE; in dbprog_addpgm()
7412 s->segplay = SEGP_NONE; in dbprog_segments_select()
7694 s->segplay = SEGP_AB; in dbprog_segments_select()
H A Dcommand.c502 s->segplay = SEGP_NONE; /* Cancel a->b mode */ in cmd_do_track()
666 if (s->segplay != SEGP_NONE) { in cmd_do_shuffle()
667 s->segplay = SEGP_NONE; in cmd_do_shuffle()
/dports/audio/xmcd/xmcd-3.3.2/common_d/
H A Dappenv.h706 byte_t segplay; /* a->b mode state */ member