Searched refs:type_re (Results 1 – 3 of 3) sorted by relevance
32 type_re = '(?P<dtype_%d>\S+)' variable47 input_re = r'in\W+%s\W+%s;(?P<type_in>)' % (type_re%0, id_re%8)48 output_re = r'out\W+%s\W+%s;(?P<type_out>)' % (type_re%1, id_re%9)
282 type_re = _keysym_re284 type_re = _button_re288 elif len(words) == 1 and type_re.match(words[0]):
293 type_re = _keysym_re295 type_re = _button_re299 elif len(words) == 1 and type_re.match(words[0]):