Lines Matching refs:scope
382 /* scope_index_t holds all of the symbols that are in scope in a
384 * subtract one) into the global policydb->scope array. */
386 ebitmap_t scope[SYM_NUM];
387 #define p_classes_scope scope[SYM_CLASSES]
388 #define p_roles_scope scope[SYM_ROLES]
389 #define p_types_scope scope[SYM_TYPES]
390 #define p_users_scope scope[SYM_USERS]
391 #define p_bools_scope scope[SYM_BOOLS]
392 #define p_sens_scope scope[SYM_LEVELS]
393 #define p_cat_scope scope[SYM_CATS]
396 * scope. if bit (perm->value - 1) is set in map
443 /* Every identifier has its own scope datum. The datum describes if
451 uint32_t scope;
455 * this symbol. If scope==SCOPE_DECL then this is a list of
508 /* keep track of the scope for every identifier. these are
512 symtab_t scope[SYM_NUM];
640 uint32_t scope, uint32_t avrule_decl_id,