Searched refs:skip_comment (Results 1 – 2 of 2) sorted by relevance
514 static char *skip_comment(char *p) in skip_comment() function570 v = skip_comment(v); in __xbc_parse_value()603 p = skip_comment(p); in __xbc_parse_value()888 q = skip_comment(q); in xbc_parse_tree()
249 def accept(self, skip_comment: bool = True) -> None:303 skip_comment = False305 if not skip_comment: