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

  /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_build_ast.c 1313 struct cil_userattributeset *attrset = NULL; local
1325 cil_userattributeset_init(&attrset);
1327 attrset->attr_str = parse_current->next->data;
1329 rc = cil_gen_expr(parse_current->next->next, CIL_USER, &attrset->str_expr);
1333 ast_node->data = attrset;
1341 cil_destroy_userattributeset(attrset);
1346 void cil_destroy_userattributeset(struct cil_userattributeset *attrset)
1348 if (attrset == NULL) {
1352 cil_list_destroy(&attrset->str_expr, CIL_TRUE);
1353 cil_list_destroy(&attrset->datum_expr, CIL_FALSE)
1959 struct cil_roleattributeset *attrset = NULL; local
3164 struct cil_typeattributeset *attrset = NULL; local
    [all...]

Completed in 3366 milliseconds