Lines Matching refs:text
62 def error(text, cmd=None):
66 text = "{0}: {1}".format(cmd, text)
70 text = str(text)
74 text_nows = text.lstrip()
75 ws = text[:len(text) - len(text_nows)]
396 text = ""
399 text += l
406 text = text.rstrip()
407 elif text[-1] != "\n":
408 text += "\n"
409 out_func(text)
410 text = ""
412 if text != "" and __resolve_echo_line(act):
413 if text[-1] != "\n":
414 text += "\n"
415 out_func(text)