Home
last modified time | relevance | path

Searched refs:O_MASTER (Results 1 – 6 of 6) sorted by relevance

/dports/net/dgd/dgd-1.4.23/src/
H A Dobject.c556 if ((op->obj.flags & O_MASTER) && in o_discard_plane()
630 o->flags = O_MASTER; in o_new()
728 tmpl->flags = O_MASTER; in o_upgrade()
769 if (!(onew->flags & O_MASTER)) { in o_upgraded()
796 if (obj->flags & O_MASTER) { in o_del()
914 if (o->count == 0 || (o->flags & O_MASTER) || in o_find()
966 if (!(o->flags & O_MASTER)) { in o_control()
1077 if (o->flags & O_MASTER) { in o_clean()
1268 } else if ((obj->flags & O_MASTER) && obj->u_ref != 0 && in o_sweep()
H A Dobject.h41 # define O_MASTER 0x01 macro
H A Dconfig.c1855 prog = (obj->flags & O_MASTER) ? obj : OBJR(obj->u_master); in conf_objecti()
1873 if (obj->flags & O_MASTER) { in conf_objecti()
1892 PUT_INTVAL(v, (obj->flags & O_MASTER) ? in conf_objecti()
H A Dsdata.c710 if (!(obj->flags & O_MASTER) && obj->update != OBJ(obj->u_master)->update && in d_load_dataspace()
2493 (!(obj->flags & O_MASTER) && obj->u_master == newob->index)) && in d_upgrade_mem()
3314 if (!(obj->flags & O_MASTER) && in d_restore_data()
/dports/net/dgd/dgd-1.4.23/src/kfun/
H A Dstd.c53 if (!(obj->flags & O_MASTER)) {
101 if (!(obj->flags & O_MASTER)) {
377 if (!(obj->flags & O_MASTER)) {
442 if (!((obj=OBJW(f->sp->oindex))->flags & O_MASTER)) {
/dports/net/dgd/dgd-1.4.23/src/comp/
H A Dcontrol.c648 if (!(obj->flags & O_MASTER)) { in ctrl_inherit()