Home
last modified time | relevance | path

Searched refs:CMD_LOCK (Results 1 – 11 of 11) sorted by relevance

/dports/emulators/mess/mame-mame0226/src/devices/bus/isa/
H A Dmcd.cpp183 case CMD_LOCK: in cmd_w()
344 case CMD_LOCK: in cmd_w()
H A Dmcd.h91 CMD_LOCK = 0xfe enumerator
/dports/emulators/mame/mame-mame0226/src/devices/bus/isa/
H A Dmcd.cpp183 case CMD_LOCK: in cmd_w()
344 case CMD_LOCK: in cmd_w()
H A Dmcd.h91 CMD_LOCK = 0xfe enumerator
/dports/graphics/acidwarp-sdl/acidwarp-698c4e1/
H A Dacidwarp.h37 CMD_LOCK, enumerator
H A Dacidwarp.c356 case CMD_LOCK: in handleinput()
H A Ddisplay.c365 case SDLK_l: handleinput(CMD_LOCK); break; in disp_processKey()
/dports/audio/moc/moc-2.5.2/
H A Dinterface.c1370 send_int_to_srv (CMD_LOCK); in go_to_playlist()
1698 send_int_to_srv (CMD_LOCK); in play_it()
1812 send_int_to_srv (CMD_LOCK); in add_dir_plist()
1889 send_int_to_srv (CMD_LOCK); in remove_dead_entries_plist()
1928 send_int_to_srv (CMD_LOCK); in add_file_plist()
2048 send_int_to_srv (CMD_LOCK); in cmd_clear_playlist()
2183 send_int_to_srv (CMD_LOCK); in play_from_url()
2258 send_int_to_srv (CMD_LOCK); in add_url_to_plist()
2530 send_int_to_srv (CMD_LOCK); in delete_item()
2633 send_int_to_srv (CMD_LOCK); in move_item()
[all …]
H A Dprotocol.h122 #define CMD_LOCK 0x29 /* acquire a lock */ macro
H A Dserver.c1534 case CMD_LOCK: in handle_command()
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonz/
H A Dcolumncommand.cpp1365 CMD_LOCK = 0x0001, enumerator
1431 if (cmd & (CMD_LOCK | CMD_UNLOCK | CMD_TOGGLE_LOCK)) { in execute()
1432 if (cmd & CMD_LOCK) in execute()
1507 c12(MI_LockAllColumns, CMD_LOCK, TARGET_ALL),
1509 c14(MI_LockThisColumnOnly, CMD_LOCK, TARGET_CURRENT),
1511 c16(MI_LockSelectedColumns, CMD_LOCK, TARGET_SELECTED),