Lines Matching refs:commands
301 commands = []
303 commands += tasks
304 return commands
312 def run_split_commands(commands, head=NORMAL_HEAD): argument
313 for command in commands:
325 commands = get_basic_commands() + EXTRA_COMMANDS['boot']
327 for item in commands:
330 commands.remove(item)
331 run_split_commands(commands, head)
439 commands = get_basic_commands()
440 run_commands(commands, NORMAL_HEAD, False)