Home
last modified time | relevance | path

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

/openbmc/linux/tools/verification/dot2/
H A Ddot2c.py22 struct_automaton_def = "automaton" variable in Dot2c
103 buff.append("struct %s {" % self.struct_automaton_def)
114 … buff.append("static const struct %s %s = {" % (self.struct_automaton_def, self.var_automaton_def))
H A Ddot2k.py132 self.struct_automaton_def = "automaton_%s" % self.name