Searched refs:AUTO_COMMAND_SIZE (Results 1 – 2 of 2) sorted by relevance
69 #define AUTO_COMMAND_SIZE 255 macro222 char auto_label[AUTO_COMMAND_SIZE];
775 if ((commands[nb_commands] = malloc(AUTO_COMMAND_SIZE)) != NULL) { in start_auto_mode()