Searched refs:COMMAND_CLEAR (Results 1 – 1 of 1) sorted by relevance
48 #define COMMAND_CLEAR "clear" // Removes all models from the list. macro555 } else if (strncmp(command, COMMAND_CLEAR, 5) == 0) { in parse_socket_data()