Searched defs:regex (Results 1 – 4 of 4) sorted by relevance
162 regex = r"#define\s+%s\b" % define variable171 regex = r"\b%s\b" % define variable182 regex = r"union\s+%s\s*\{(.*?)\n\};" % union variable192 regex = r"(?:#ifdef ([A-Z_]+))?\nstruct\s+%s\s*\{(.*?)\n\};" % struct variable
6 def grep(filepath, regex): argument
78 regex_t regex; in auto_autoballoon() local
117 const char *regex = "([^:]*):([^ ]*)[ ]*([^ ]*)[ ]*([^ ]*)[ ]*([^ ]*)[ ]*([^ ]*)[ ]*([^ ]*)" in parseNetDevLine() local
Completed in 17 milliseconds