Searched refs:command_type (Results 1 – 2 of 2) sorted by relevance
81 def _build_command(command_type, labels, addresses, raw_text: str, path: str, lineno: str) -> Comma… argument104 command_type.get_name(), {107 command_type.get_name(): command_type,367 for command_type in commands:368 for command in commands[command_type].values():369 if command_type not in command_infos:370 command_infos[command_type] = []371 command_infos[command_type].append(command)
1580 for line_number, command_type, ln in \1583 parser = keyword_parsers[command_type]1585 if command_type == 'END.' and parser.getValue() is True: