Function set_flags:
Defined in module flags (file: /std/object/flags.c)


set_flags(which, state) sets the flag specified by 'which', which includes
both flag set and information about which bit, to 1 if state is nonzero
and 0 if state is zero.  The secure, set, and change functions are also
called.

Prototype:
private void set_flags(int which, int state);
