Searched refs:longest_command (Results 1 – 8 of 8) sorted by relevance
22 longest_command = 030 if len(cmd_name) > longest_command:31 longest_command = len(cmd_name)34 cmd_cls.get_name().ljust(longest_command + 1),
32 guint longest_command = 0; variable720 if (strlen(cmd->name) > longest_command) longest_command = strlen(cmd->name); in register_admin_command()