Home
last modified time | relevance | path

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

/Zephyr-latest/scripts/kconfig/
Dlint.py123 print_header("Symbols that can't be anything but n/empty")
131 print_header("Symbols that look unused")
140 print_header("menuconfig symbols with empty menus")
148 print_header("Symbols only defined in Kconfig.defconfig files")
155 print_header("Symbol references that might be missing a CONFIG_ prefix")
198 def print_header(s): function