Lines Matching refs:rest
122 rest = m.group(2).strip()123 m_literal = re.compile(r'= (0x[0-9a-f]+|-?[0-9]+|\'.\')').search(rest)125 rest = rest[(len(m_literal.group(0))):]129 if rest.startswith('= k'):133 if rest.startswith(','):134 rest = rest[1:]135 rest = rest.strip()138 if len(rest):