Home
last modified time | relevance | path

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

/u-boot/tools/patman/
A Dstatus.py316 is_new = (tag not in base_rtags or
318 if is_new:
323 def show_responses(rtags, indent, is_new): argument
341 terminal.Print(indent + '%s %s: ' % ('+' if is_new else ' ', tag),
342 newline=False, colour=col.GREEN, bright=is_new)
343 terminal.Print(who, colour=col.WHITE, bright=is_new)
/u-boot/scripts/kconfig/
A Dconf.c233 bool is_new; in conf_choice() local
236 is_new = !sym_has_value(sym); in conf_choice()
296 if (!is_new) { in conf_choice()

Completed in 9 milliseconds