Lines Matching defs:m
216 m = re.match("^\s*// This header may be included by other board headers as \"(.+?)\"", line) variable
226 m = re.match(r"^\s*//\s*pico_cmake_set\s+(\w+)\s*=\s*(.+?)\s*$", line) variable
248 m = re.match(r"^\s*//\s*pico_cmake_set_default\s+(\w+)\s*=\s*(.+?)\s*$", line) variable
270 m = re.match(r"^\s*#else\s*$", line) variable
276 m = re.match(r"^\s*#endif\s*$", line) variable
283 m = re.match(r"""^\s*#include\s+"(.+?)"\s*$""", line) variable
294 m = re.match(r"^\s*#if\s+(!)?\s*(\w+)\s*$", line) variable
303 m = re.match(r"^\s*#ifdef\s+(\w+)\s*$", line) variable
309 m = re.match(r"^\s*#ifndef\s+(\w+)\s*$", line) variable
317 m = re.match(r"^\s*#define\s+(\w+)(?:\s+(.+?))?\s*$", line) variable
459 m = re.match("^(PICO_DEFAULT_([A-Z0-9]+))_([A-Z0-9]+)_PIN$", name) variable
481 m = re.match("^PICO_DEFAULT_([A-Z0-9]+)$", name) variable