Home
last modified time | relevance | path

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

/dports/audio/moc/moc-2.5.2/
H A Dinterface.c1378 send_int_to_srv (CMD_UNLOCK); in go_to_playlist()
1718 send_int_to_srv (CMD_UNLOCK); in play_it()
1838 send_int_to_srv (CMD_UNLOCK); in add_dir_plist()
1895 send_int_to_srv (CMD_UNLOCK); in remove_dead_entries_plist()
1947 send_int_to_srv (CMD_UNLOCK); in add_file_plist()
2051 send_int_to_srv (CMD_UNLOCK); in cmd_clear_playlist()
2193 send_int_to_srv (CMD_UNLOCK); in play_from_url()
2286 send_int_to_srv (CMD_UNLOCK); in add_url_to_plist()
2532 send_int_to_srv (CMD_UNLOCK); in delete_item()
2650 send_int_to_srv (CMD_UNLOCK); in move_item()
[all …]
H A Dprotocol.h123 #define CMD_UNLOCK 0x2a /* release the lock */ macro
H A Dserver.c1538 case CMD_UNLOCK: in handle_command()
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonz/
H A Dcolumncommand.cpp1366 CMD_UNLOCK = 0x0002, enumerator
1431 if (cmd & (CMD_LOCK | CMD_UNLOCK | CMD_TOGGLE_LOCK)) { in execute()
1434 else if (cmd & CMD_UNLOCK) in execute()
1508 c13(MI_UnlockAllColumns, CMD_UNLOCK, TARGET_ALL),
1512 c17(MI_UnlockSelectedColumns, CMD_UNLOCK, TARGET_SELECTED);