Home
last modified time | relevance | path

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

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