MA_set            62 include/bitmask.h void MA_set(mask_t *m_ptr, unsigned b, unsigned v);
MA_set          1060 modules/er/er.yacc.tab.c                         MA_set( &(erst->curfilt.fac_mask), (unsigned) ef, 1);
MA_set           102 modules/er/er_arrays.c     MA_set(&all, (unsigned) i, 1);
MA_set            75 modules/ma/bitmask.c       MA_set(&d, (unsigned) n, 1);
MA_set           214 modules/ma/bitmask.c   MA_set(&d, 3, 0);
MA_set           215 modules/ma/bitmask.c   MA_set(&d, 7, 0);
MA_set           216 modules/ma/bitmask.c   MA_set(&d, 9, 0);
MA_set           217 modules/ma/bitmask.c   MA_set(&d, 19, 0);
MA_set            62 modules/ma/bitmask.h void MA_set(mask_t *m_ptr, unsigned b, unsigned v);
MA_set           440 modules/qc/query_command.c                 MA_set(&(query_command->inv_attrs_bitmap), attr, 1);
MA_set           606 modules/qc/query_command.c               MA_set(&(query_command->object_type_bitmap), (unsigned) type, 1);
MA_set           682 modules/qc/query_command.c       MA_set(&(query_command->object_type_bitmap), C_DN , 0);
MA_set           271 modules/wk/which_keytypes.c           MA_set(&wk, wk_regex_list[i].key_type, 1);
MA_set           276 modules/wk/which_keytypes.c   MA_set(&wk, WK_NAME,         wk_is_name(key));
MA_set           277 modules/wk/which_keytypes.c   MA_set(&wk, WK_DOMAIN,       wk_is_domain(key));
MA_set           278 modules/wk/which_keytypes.c   MA_set(&wk, WK_HOSTNAME,     wk_is_hostname(key));
MA_set            51 tests/ma/test_ma.c     MA_set(&a, 3, 0);
MA_set            52 tests/ma/test_ma.c     MA_set(&a, 7, 0);
MA_set            53 tests/ma/test_ma.c     MA_set(&a, 9, 0);
MA_set            54 tests/ma/test_ma.c     MA_set(&a, 19, 0);