Lines Matching refs:_c
31 import curses as _c namespace
247 _c.nocbreak()
249 _c.echo()
250 _c.endwin()
278 stdscr = _c.initscr()
279 _c.noecho()
280 _c.cbreak()
357 display(stdscr, row, 1, "CPU = %d" % cpu, _c.A_STANDOUT)
359 … (%3.2f%%)%sLast 1 second (%3.2f%%)" % (6*' ', cpu_10sec_usage, 30*' ', cpu_1sec_usage), _c.A_BOLD)
389 display(stdscr, row, col, "%3.2f%%" % h1[dom][0][1], _c.A_STANDOUT)
499 (math.ceil(l2[1]), l2[0], l2[2], math.ceil(l1[1]), l1[0], l1[2]), _c.A_BOLD)
523 _c.nocbreak()
525 _c.echo()
526 _c.endwin()