HomeSort by relevance Sort by last modified time
    Searched refs:curses (Results 1 - 23 of 23) sorted by null

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
unctrl.h 54 #include <curses.h>
panel.h 41 #include <curses.h>
tic.h 48 #include <curses.h> /* for the _tracef() prototype, ERR/OK, bool defs */
menu.h 42 #include <curses.h>
form.h 38 #include <curses.h>
cursesw.h 38 # include <curses.h>
41 /* SCO 3.2v4 curses.h includes term.h, which defines lines as a macro.
725 WINDOW* w; // the curses WINDOW
1033 // drawing characters. If you specify a zero as character, curses will try
1043 // various parts of the border. If you pass zero for a character, curses
1051 // you pass zero for the character, curses will try to find a "nice" one.
1059 // you pass zero for the character, curses will try to find a "nice" one.
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
unctrl.h 54 #include <curses.h>
panel.h 41 #include <curses.h>
tic.h 48 #include <curses.h> /* for the _tracef() prototype, ERR/OK, bool defs */
menu.h 42 #include <curses.h>
form.h 38 #include <curses.h>
cursesw.h 38 # include <curses.h>
41 /* SCO 3.2v4 curses.h includes term.h, which defines lines as a macro.
725 WINDOW* w; // the curses WINDOW
1033 // drawing characters. If you specify a zero as character, curses will try
1043 // various parts of the border. If you pass zero for a character, curses
1051 // you pass zero for the character, curses will try to find a "nice" one.
1059 // you pass zero for the character, curses will try to find a "nice" one.
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
unctrl.h 54 #include <curses.h>
panel.h 41 #include <curses.h>
tic.h 48 #include <curses.h> /* for the _tracef() prototype, ERR/OK, bool defs */
menu.h 42 #include <curses.h>
form.h 38 #include <curses.h>
cursesw.h 38 # include <curses.h>
41 /* SCO 3.2v4 curses.h includes term.h, which defines lines as a macro.
725 WINDOW* w; // the curses WINDOW
1033 // drawing characters. If you specify a zero as character, curses will try
1043 // various parts of the border. If you pass zero for a character, curses
1051 // you pass zero for the character, curses will try to find a "nice" one.
1059 // you pass zero for the character, curses will try to find a "nice" one.
    [all...]
  /external/llvm/utils/lit/lit/
ProgressBar.py 93 # Curses isn't available on all platforms
94 try: import curses namespace
102 try: curses.setupterm()
106 self.COLS = curses.tigetnum('cols')
107 self.LINES = curses.tigetnum('lines')
108 self.XN = curses.tigetflag('xenl')
119 setattr(self, color, curses.tparm(set_fg, i) or '')
123 setattr(self, color, curses.tparm(set_fg_ansi, i) or '')
127 setattr(self, 'BG_'+color, curses.tparm(set_bg, i) or '')
131 setattr(self, 'BG_'+color, curses.tparm(set_bg_ansi, i) or ''
137 import curses namespace
    [all...]
  /external/qemu/
curses.c 2 * QEMU curses/ncurses display driver
24 #include <curses.h>
355 /* some curses implementations provide a handler, but we
  /external/grub/stage2/
shared.h 300 # include <ncurses/curses.h>
304 # include <curses.h>
307 /* In old BSD curses, A_NORMAL and A_REVERSE are not defined, so we
321 various curses implementations. */
572 /* If not using curses, this variable is set to zero, otherwise non-zero. */
  /external/grub/
configure     [all...]
  /external/qemu-pc-bios/bochs/
configure     [all...]

Completed in 339 milliseconds