Searched refs:is_new (Results 1 – 2 of 2) sorted by relevance
316 is_new = (tag not in base_rtags or318 if is_new:323 def show_responses(rtags, indent, is_new): argument341 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)
233 bool is_new; in conf_choice() local236 is_new = !sym_has_value(sym); in conf_choice()296 if (!is_new) { in conf_choice()
Completed in 9 milliseconds