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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_curses.py 40 for args in [('a'), ('a', curses.A_BOLD),
41 (4,4, 'a'), (5,5, 'a', curses.A_BOLD)]:
56 stdscr.addnstr('1234', 3, curses.A_BOLD)
58 stdscr.addnstr(5,5, '1234', 3, curses.A_BOLD)
60 stdscr.attron(curses.A_BOLD)
61 stdscr.attroff(curses.A_BOLD)
62 stdscr.attrset(curses.A_BOLD)
87 stdscr.echochar('a', curses.A_BOLD)
89 stdscr.hline('-', 5, curses.A_BOLD)
91 stdscr.hline(1,1,'-', 5, curses.A_BOLD)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_curses.py 40 for args in [('a'), ('a', curses.A_BOLD),
41 (4,4, 'a'), (5,5, 'a', curses.A_BOLD)]:
56 stdscr.addnstr('1234', 3, curses.A_BOLD)
58 stdscr.addnstr(5,5, '1234', 3, curses.A_BOLD)
60 stdscr.attron(curses.A_BOLD)
61 stdscr.attroff(curses.A_BOLD)
62 stdscr.attrset(curses.A_BOLD)
87 stdscr.echochar('a', curses.A_BOLD)
89 stdscr.hline('-', 5, curses.A_BOLD)
91 stdscr.hline(1,1,'-', 5, curses.A_BOLD)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
cursesapp.h 141 return b_Colors ? COLOR_PAIR(1) : A_BOLD;
171 return b_Colors ? COLOR_PAIR(6) : A_BOLD;
curses.h 204 #define WA_BOLD A_BOLD
    [all...]
ncurses.h 204 #define WA_BOLD A_BOLD
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
cursesapp.h 141 return b_Colors ? COLOR_PAIR(1) : A_BOLD;
171 return b_Colors ? COLOR_PAIR(6) : A_BOLD;
curses.h 204 #define WA_BOLD A_BOLD
    [all...]
ncurses.h 204 #define WA_BOLD A_BOLD
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
cursesapp.h 141 return b_Colors ? COLOR_PAIR(1) : A_BOLD;
171 return b_Colors ? COLOR_PAIR(6) : A_BOLD;
curses.h 204 #define WA_BOLD A_BOLD
    [all...]
ncurses.h 204 #define WA_BOLD A_BOLD
    [all...]

Completed in 65 milliseconds