Home
last modified time | relevance | path

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

/dports/audio/xmcd/xmcd-3.3.2/libdi_d/
H A Dlibdi.h197 if (di_clinfo != NULL && di_clinfo->dpy_time != NULL) \
198 di_clinfo->dpy_time((s), (b)); \
310 void (*dpy_time)(curstat_t *, bool_t); member
/dports/audio/xmcd/xmcd-3.3.2/xmcd_d/
H A Dcdfunc.h90 extern void dpy_time(curstat_t *, bool_t);
H A Dcdfunc.c430 dpy_time(s, TRUE); in dpy_time_blink()
438 dpy_time(s, FALSE); in dpy_time_blink()
3643 dpy_time(s, FALSE); in dpy_all()
4964 di_cldata.dpy_time = dpy_time; in cd_init()
5682 dpy_time(s, FALSE); in cd_mode()
5716 dpy_time(s, FALSE); in cd_load_eject()
5803 dpy_time(s, FALSE); in cd_time()
6011 dpy_time(s, FALSE); in cd_play_pause()
6048 dpy_time(s, FALSE); in cd_stop()
6251 dpy_time(s, FALSE); in cd_rew()
[all …]
H A Dcommand.c1136 dpy_time(s, FALSE); in cmd_do_time()