Lines Matching +full:fill +full:- +full:level
3 # Copyright (c) 2018-2023 Nordic Semiconductor ASA and Ulf Magnusson
7 # SPDX-License-Identifier: ISC
51 # fragments, to avoid warnings-turned-errors when using an old
98 # that we don't generate any output if there are warnings-turned-errors.
144 user-configurable (has no prompt). It gets its value indirectly from other
225 # Without special-casing choices, we'd detect that the first symbol set to
243 Development Primer, Setting Configuration Values, and Kconfig - Tips and Best
292 parser.add_argument("--handwritten-input-configs",
298 parser.add_argument("--forced-input-configs",
304 "pre-defined value and thereby remove any user "
306 parser.add_argument("--zephyr-base",
309 help="Top-level Kconfig file")
325 # Use a large fill() width to try to avoid linebreaks in the symbol
329 print("\n" + textwrap.fill("warning: " + msg, 100) + "\n", file=sys.stderr)
333 sys.exit("\n" + textwrap.fill("error: " + msg, 100) + "\n")