Home
last modified time | relevance | path

Searched refs:skip_comment (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/lib/
H A Dbootconfig.c514 static char *skip_comment(char *p) in skip_comment() function
570 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()
/openbmc/qemu/scripts/qapi/
H A Dparser.py249 def accept(self, skip_comment: bool = True) -> None:
303 skip_comment = False
305 if not skip_comment: