Home
last modified time | relevance | path

Searched refs:standard_sc_expr_str (Results 1 – 4 of 4) sorted by relevance

/Zephyr-Core-3.7.0/doc/_extensions/zephyr/kconfig/
D__init__.py285 return kconfiglib.standard_sc_expr_str(sc)
394 title = kconfiglib.standard_sc_expr_str(iternode.item)
/Zephyr-Core-3.7.0/scripts/kconfig/
Dguiconfig.py86 standard_sc_expr_str, \
822 s = standard_sc_expr_str(node.item)
2077 return (sc.name if sc.name else standard_sc_expr_str(sc)) + "\n\n"
2283 standard_sc_expr_str(node.item)) + path
2303 return standard_sc_expr_str(sc)
Dmenuconfig.py222 standard_sc_expr_str, \
1453 standard_sc_expr_str(menu.item))
2808 standard_sc_expr_str(node.item)) + path
2835 return standard_sc_expr_str(sc)
2985 s += " " + standard_sc_expr_str(node.item)
Dkconfiglib.py4796 return self.custom_str(standard_sc_expr_str)
5271 return standard_sc_expr_str(self) + " " + _locs(self)
5397 return self.custom_str(standard_sc_expr_str)
5821 return self.custom_str(standard_sc_expr_str)
6089 def standard_sc_expr_str(sc): function
6104 def expr_str(expr, sc_expr_str_fn=standard_sc_expr_str):