Home
last modified time | relevance | path

Searched refs:cmd_current (Results 1 – 7 of 7) sorted by relevance

/dports/emulators/vice/vice-3.5/src/core/
H A Dt6721.h123 int cmd_current; /* current command */ member
H A Dt6721.c812 switch (t6721->cmd_current) { in t6721_store()
864 t6721->cmd_current = data; in t6721_store()
963 t6721->cmd_current = 0; in t6721_reset()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/core/
H A Dt6721.h123 int cmd_current; /* current command */ member
H A Dt6721.c812 switch (t6721->cmd_current) { in t6721_store()
864 t6721->cmd_current = data; in t6721_store()
963 t6721->cmd_current = 0; in t6721_reset()
/dports/audio/musicpc/mpc-0.33/src/
H A Dcommand.h27 int cmd_current(int argc, char **argv, struct mpd_connection *conn);
H A Dmain.c65 { "current", 0, 0, 0, cmd_current,
H A Dcommand.c85 cmd_current(gcc_unused int argc, gcc_unused char **argv, in cmd_current() function