Home
last modified time | relevance | path

Searched refs:time_dpy (Results 1 – 4 of 4) sorted by relevance

/dports/audio/xmcd/xmcd-3.3.2/xmcd_d/
H A Dcommand.c1120 s->time_dpy = T_ELAPSED_TRACK; in cmd_do_time()
1122 s->time_dpy = T_ELAPSED_SEG; in cmd_do_time()
1124 s->time_dpy = T_ELAPSED_DISC; in cmd_do_time()
1126 s->time_dpy = T_REMAIN_TRACK; in cmd_do_time()
1128 s->time_dpy = T_REMAIN_SEG; in cmd_do_time()
1130 s->time_dpy = T_REMAIN_DISC; in cmd_do_time()
H A Dcdfunc.c3040 switch (s->time_dpy) { in dpy_time()
3501 if (prev == s->time_dpy) in dpy_timemode()
3505 switch (s->time_dpy) { in dpy_timemode()
3544 prev = s->time_dpy; in dpy_timemode()
5775 switch (s->time_dpy) { in cd_time()
5777 s->time_dpy = T_ELAPSED_SEG; in cd_time()
5781 s->time_dpy = T_ELAPSED_DISC; in cd_time()
5785 s->time_dpy = T_REMAIN_TRACK; in cd_time()
5789 s->time_dpy = T_REMAIN_SEG; in cd_time()
5793 s->time_dpy = T_REMAIN_DISC; in cd_time()
[all …]
/dports/audio/xmcd/xmcd-3.3.2/common_d/
H A Dappenv.h707 byte_t time_dpy; /* Time display state */ member
/dports/audio/xmcd/xmcd-3.3.2/libdi_d/
H A Dlibdi.c1389 s->mode, s->time_dpy, s->flags); in di_dump_curstat()
3561 s->time_dpy = T_ELAPSED_TRACK; in di_reset_curstat()