Searched refs:line_prefix (Results 1 – 7 of 7) sorted by relevance
187 std::string line_prefix = in GenComment() local193 code += line_prefix + *it + "\n"; in GenComment()
1276 std::string line_prefix = in GenerateComment() local1281 writer += line_prefix + *it; in GenerateComment()
4169 line_prefix = opening_parenthesis[0][0:opening_parenthesis[2]]4170 macro = Search(r'\b([A-Z_][A-Z0-9_]*)\s*$', line_prefix)4171 func = Match(r'^(.*\])\s*$', line_prefix)4178 Search(r'\b(?:struct|union)\s+alignas\s*$', line_prefix) or4179 Search(r'\bdecltype$', line_prefix) or4180 Search(r'\s+=\s*$', line_prefix)):
55 self.line_prefix = self.line_suffix = ''
136 line_prefix = '\n-> ' # Probably a better default variable1463 def print_stack_entry(self, frame_lineno, prompt_prefix=line_prefix):
1368 if clinic.line_prefix:1369 s = indent_all_lines(s, clinic.line_prefix)1864 self.line_prefix = self.line_suffix = ''
1675 set line_prefix "string"1679 ``line_prefix`` is a string that will be prepended to every line of Clinic's output;