Lines Matching refs:scope
427 /* scope_index_t holds all of the symbols that are in scope in a
429 * subtract one) into the global policydb->scope array. */
431 ebitmap_t scope[SYM_NUM];
432 #define p_classes_scope scope[SYM_CLASSES]
433 #define p_roles_scope scope[SYM_ROLES]
434 #define p_types_scope scope[SYM_TYPES]
435 #define p_users_scope scope[SYM_USERS]
436 #define p_bools_scope scope[SYM_BOOLS]
437 #define p_sens_scope scope[SYM_LEVELS]
438 #define p_cat_scope scope[SYM_CATS]
441 * scope. if bit (perm->value - 1) is set in map
488 /* Every identifier has its own scope datum. The datum describes if
496 uint32_t scope;
500 * this symbol. If scope==SCOPE_DECL then this is a list of
553 /* keep track of the scope for every identifier. these are
557 symtab_t scope[SYM_NUM];
705 uint32_t scope, uint32_t avrule_decl_id,