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

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
cursesapp.h 146 return b_Colors ? COLOR_PAIR(2) : A_NORMAL;
156 return b_Colors ? COLOR_PAIR(4) : A_NORMAL;
161 return b_Colors ? COLOR_PAIR(4) : A_NORMAL;
166 return b_Colors ? COLOR_PAIR(5) : A_NORMAL;
curses.h 217 #define WA_NORMAL A_NORMAL
    [all...]
ncurses.h 217 #define WA_NORMAL A_NORMAL
    [all...]
  /external/toybox/kconfig/lxdialog/
util.c 28 dlg.screen.atr = A_NORMAL;
29 dlg.shadow.atr = A_NORMAL;
30 dlg.dialog.atr = A_NORMAL;
32 dlg.border.atr = A_NORMAL;
38 dlg.button_label_inactive.atr = A_NORMAL;
39 dlg.inputbox.atr = A_NORMAL;
40 dlg.inputbox_border.atr = A_NORMAL;
41 dlg.searchbox.atr = A_NORMAL;
43 dlg.searchbox_border.atr = A_NORMAL;
45 dlg.menubox.atr = A_NORMAL;
    [all...]
  /external/e2fsprogs/ext2ed/
file_com.c 285 wattrset (show_pad,A_NORMAL);
298 wattrset (show_pad,A_NORMAL);
364 wattrset (show_pad,A_NORMAL);
blockbitmap_com.c 234 wattrset (show_pad,A_NORMAL);
inodebitmap_com.c 184 wattrset (show_pad,A_NORMAL);
dir_com.c 472 wattrset (show_pad,A_NORMAL);
653 wattrset (show_pad,A_NORMAL);
general_com.c 641 wattrset (show_pad,A_NORMAL);
651 wattrset (show_pad,A_NORMAL);
  /external/python/cpython2/Modules/
_cursesmodule.c 376 attr_t attr = A_NORMAL;
425 attr_t attr = A_NORMAL , attr_old = A_NORMAL;
474 attr_t attr = A_NORMAL , attr_old = A_NORMAL;
523 attr_t attr = A_NORMAL;
581 attr_t attr = A_NORMAL;
677 attr_t attr = A_NORMAL;
784 attr_t attr = A_NORMAL;
973 attr_t attr = A_NORMAL;
    [all...]
  /external/python/cpython3/Modules/
_cursesmodule.c 605 attr = A_NORMAL;
647 attr_t attr = A_NORMAL , attr_old = A_NORMAL;
723 attr_t attr = A_NORMAL , attr_old = A_NORMAL;
796 attr_t attr = A_NORMAL;
852 attr_t attr = A_NORMAL;
943 attr_t attr = A_NORMAL;
1050 attr_t attr = A_NORMAL;
    [all...]
  /external/tensorflow/tensorflow/python/debug/cli/
curses_ui.py 946 def _screen_draw_text_line(self, row, line, attr=curses.A_NORMAL, color=None):
    [all...]
curses_ui_test.py 137 def _screen_draw_text_line(self, row, line, attr=curses.A_NORMAL, color=None):
    [all...]

Completed in 578 milliseconds