Lines Matching refs:_c
33 import curses as _c namespace
249 _c.nocbreak()
251 _c.echo()
252 _c.endwin()
280 stdscr = _c.initscr()
281 _c.noecho()
282 _c.cbreak()
359 display(stdscr, row, 1, "CPU = %d" % cpu, _c.A_STANDOUT)
361 … (%3.2f%%)%sLast 1 second (%3.2f%%)" % (6*' ', cpu_10sec_usage, 30*' ', cpu_1sec_usage), _c.A_BOLD)
391 display(stdscr, row, col, "%3.2f%%" % h1[dom][0][1], _c.A_STANDOUT)
501 (math.ceil(l2[1]), l2[0], l2[2], math.ceil(l1[1]), l1[0], l1[2]), _c.A_BOLD)
525 _c.nocbreak()
527 _c.echo()
528 _c.endwin()