Lines Matching refs:r
13 r = os.system(c)
14 if r:
15 print("### Error: " + str(r))
23 s = r'^ *# *define +' + str(name).rstrip() + ' +'
27 r = re.search(s, i)
28 if r:
51 lastNum = re.compile(r'(?:[^\d]*(\d+)[^\d]*)+')
53 r = re.search(r'^#define LVGL_VERSION_MAJOR ', i)
54 if r:
58 r = re.search(r'^#define LVGL_VERSION_MINOR ', i)
59 if r:
63 r = re.search(r'^#define LVGL_VERSION_PATCH ', i)
64 if r: