Searched refs:_warn (Results 1 – 3 of 3) sorted by relevance
/Zephyr-latest/scripts/kconfig/ |
D | kconfiglib.py | 1290 self._warn("'{}' is not a valid value for the {} " 1308 self._warn("both m and y assigned to symbols " 1318 self._warn("malformed string literal in " 1334 self._warn("ignoring malformed line '{}'" 1375 self._warn( 1393 self._warn(msg, filename, linenr) 1395 self._warn(msg, filename, linenr) 2316 self._warn("no symbol {} in configuration".format(name)) 2429 self._warn("style: quotes recommended around '{}' in '{}'" 2956 self._warn("the menuconfig symbol {} has no prompt" [all …]
|
D | menuconfig.py | 426 _warn("Unable to allocate new RGB color ", rgb, ". Too many colors " 529 _warn("Ignoring non-existent style", key) 543 _warn("Ignoring non-existent style template", sline) 570 _warn("Ignoring color", color_def, "that's neither " 575 _warn("Ignoring color {}, which is outside the range " 603 _warn("Ignoring unknown style attribute", field) 3178 def _warn(*args): function
|
D | kconfigfunctions.py | 37 def _warn(kconf, msg): function
|