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