MA_set            62 include/bitmask.h void MA_set(mask_t *m_ptr, unsigned b, unsigned v);
MA_set          1063 modules/er/er.yacc.tab.c                         MA_set( &(erst->curfilt.fac_mask), (unsigned) ef, 1);
MA_set           104 modules/er/er_arrays.c     MA_set(&all, (unsigned) i, 1);
MA_set            77 modules/ma/bitmask.c       MA_set(&d, (unsigned) n, 1);
MA_set           224 modules/ma/bitmask.c   MA_set(&d, 3, 0);
MA_set           225 modules/ma/bitmask.c   MA_set(&d, 7, 0);
MA_set           226 modules/ma/bitmask.c   MA_set(&d, 9, 0);
MA_set           227 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           445 modules/qc/query_command.c                 MA_set(&(query_command->inv_attrs_bitmap), attr, 1);
MA_set           611 modules/qc/query_command.c               MA_set(&(query_command->object_type_bitmap), (unsigned) type, 1);
MA_set           688 modules/qc/query_command.c       MA_set(&(query_command->object_type_bitmap), C_DN , 0);
MA_set           273 modules/wk/which_keytypes.c           MA_set(&wk, wk_regex_list[i].key_type, 1);
MA_set           278 modules/wk/which_keytypes.c   MA_set(&wk, WK_NAME,         wk_is_name(key));
MA_set           279 modules/wk/which_keytypes.c   MA_set(&wk, WK_DOMAIN,       wk_is_domain(key));
MA_set           280 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);