Lines Matching defs:outpipe
59 if outpipe is not None:
60 outpipe.terminate()
68 def pkk_output(outpipe, msg):
69 if outpipe is not None:
70 print(msg, file=outpipe.stdin)
77 if outpipe is not None:
78 outpipe.terminate()
276 outpipe = None
356 outpipe = subprocess.Popen(["less", "-S", "-R"], stdin=subprocess.PIPE, encoding="utf8")
371 pkk_output(outpipe, "[...]")
458 pkk_output(outpipe, colfmt.format(
467 pkk_output(outpipe, "[...]")
474 if outpipe is not None:
475 outpipe.communicate()