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

  /external/syslinux/gpxe/src/hci/mucurses/
wininit.c 32 attrset ( 0 );
  /external/python/cpython2/Demo/curses/
tclock.py 26 stdscr.attrset(curses.color_pair(pair))
121 stdscr.attrset(curses.A_REVERSE)
126 stdscr.attrset(curses.color_pair(1))
131 stdscr.attrset(curses.color_pair(0))
xmas.py 40 win.attrset(curses.color_pair(0))
160 treescrn2.attrset(curses.A_BOLD | curses.A_BLINK)
172 treescrn2.attrset(curses.A_BOLD | curses.A_BLINK)
187 treescrn2.attrset(curses.A_BOLD | curses.A_BLINK)
205 treescrn2.attrset(curses.A_BOLD | curses.A_BLINK)
225 treescrn2.attrset(curses.A_BOLD | curses.A_BLINK)
250 treescrn2.attrset(curses.A_BOLD | curses.A_BLINK)
rain.py 21 stdscr.attrset(color)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
cursslk.h 223 inline void attrset(attr_t attrs) { function in class:Soft_Label_Key_Set
cursesw.h 89 #ifdef attrset
90 inline chtype UNDEF(attrset)(chtype at) { return attrset(at); } function
91 #undef attrset macro
92 #define attrset UNDEF(attrset) macro
1104 int attrset(chtype at) { return ::wattrset(w, static_cast<int>(at)); } function in class:NCursesWindow
    [all...]
curses.h 539 extern NCURSES_EXPORT(int) attrset (NCURSES_ATTR_T); /* generated */
1142 #define attrset macro
    [all...]
ncurses.h 539 extern NCURSES_EXPORT(int) attrset (NCURSES_ATTR_T); /* generated */
1142 #define attrset macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
cursslk.h 223 inline void attrset(attr_t attrs) { function in class:Soft_Label_Key_Set
cursesw.h 89 #ifdef attrset
90 inline chtype UNDEF(attrset)(chtype at) { return attrset(at); } function
91 #undef attrset macro
92 #define attrset UNDEF(attrset) macro
1104 int attrset(chtype at) { return ::wattrset(w, static_cast<int>(at)); } function in class:NCursesWindow
    [all...]
curses.h 558 extern NCURSES_EXPORT(int) attrset (NCURSES_ATTR_T); /* generated */
1171 #define attrset macro
    [all...]
ncurses.h 558 extern NCURSES_EXPORT(int) attrset (NCURSES_ATTR_T); /* generated */
1171 #define attrset macro
    [all...]
  /external/selinux/libsepol/cil/src/
cil.c     [all...]
android.c 782 struct cil_typeattributeset *attrset = NULL; local
795 cil_typeattributeset_init(&attrset);
796 cil_list_init(&attrset->str_expr, CIL_TYPE);
797 attrset->attr_str = __cil_attrib_get_versname(orig_type, verargs->num);
798 cil_list_append(attrset->str_expr, CIL_STRING, orig_type);
802 ast_node->data = attrset;
cil_internal.h 985 void cil_roleattributeset_init(struct cil_roleattributeset **attrset);
988 void cil_typeattributeset_init(struct cil_typeattributeset **attrset);
1049 void cil_userattributeset_init(struct cil_userattributeset **attrset);
cil_build_ast.c 1311 struct cil_userattributeset *attrset = NULL; local
1323 cil_userattributeset_init(&attrset);
1325 attrset->attr_str = parse_current->next->data;
1327 rc = cil_gen_expr(parse_current->next->next, CIL_USER, &attrset->str_expr);
1331 ast_node->data = attrset;
1338 cil_destroy_userattributeset(attrset);
1343 void cil_destroy_userattributeset(struct cil_userattributeset *attrset)
1345 if (attrset == NULL) {
1349 cil_list_destroy(&attrset->str_expr, CIL_TRUE);
1350 cil_list_destroy(&attrset->datum_expr, CIL_FALSE)
1945 struct cil_roleattributeset *attrset = NULL; local
3136 struct cil_typeattributeset *attrset = NULL; local
    [all...]
cil_build_ast.h 86 void cil_destroy_userattributeset(struct cil_userattributeset *attrset);
110 void cil_destroy_roleattributeset(struct cil_roleattributeset *attrset);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_curses.py 62 stdscr.attrset(curses.A_BOLD)
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_curses.py 62 stdscr.attrset(curses.A_BOLD)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_curses.py 62 stdscr.attrset(curses.A_BOLD)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_curses.py 62 stdscr.attrset(curses.A_BOLD)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_curses.py 62 stdscr.attrset(curses.A_BOLD)
  /external/syslinux/gpxe/src/include/
curses.h 208 //extern int attrset ( int );
502 static inline int attrset ( int attrs ) { function
  /external/python/cpython2/Lib/test/
test_curses.py 104 stdscr.attrset(curses.A_BOLD)

Completed in 533 milliseconds