Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/scripts/kconfig/
Dguiconfig.py85 standard_sc_expr_str, \
821 s = standard_sc_expr_str(node.item)
2076 return (sc.name if sc.name else standard_sc_expr_str(sc)) + "\n\n"
2282 standard_sc_expr_str(node.item)) + path
2302 return standard_sc_expr_str(sc)
Dmenuconfig.py222 standard_sc_expr_str, \
1453 standard_sc_expr_str(menu.item))
2802 standard_sc_expr_str(node.item)) + path
2829 return standard_sc_expr_str(sc)
2979 s += " " + standard_sc_expr_str(node.item)
Dkconfiglib.py4758 return self.custom_str(standard_sc_expr_str)
5233 return standard_sc_expr_str(self) + " " + _locs(self)
5359 return self.custom_str(standard_sc_expr_str)
5782 return self.custom_str(standard_sc_expr_str)
6045 def standard_sc_expr_str(sc): function
6060 def expr_str(expr, sc_expr_str_fn=standard_sc_expr_str):