Lines Matching refs:string
75 help="print a list of max. 10 string-similar symbols")
210 def yel(string):
212 Color %string yellow.
214 return "\033[33m%s\033[0m" % string if COLOR else string
217 def red(string):
219 Color %string red.
221 return "\033[31m%s\033[0m" % string if COLOR else string
269 """Return a list of max. ten Kconfig symbols that are string-similar to