Searched refs:db_prop_handle (Results 1 – 7 of 7) sorted by relevance
/dports/net/lambdamoo/MOO-1.8.1/ |
H A D | db.h | 262 } db_prop_handle; typedef 264 extern db_prop_handle db_find_property(Objid oid, const char *name, 291 extern Var db_property_value(db_prop_handle); 292 extern void db_set_property_value(db_prop_handle, Var); 306 extern Objid db_property_owner(db_prop_handle); 307 extern void db_set_property_owner(db_prop_handle, Objid); 312 extern unsigned db_property_flags(db_prop_handle); 313 extern void db_set_property_flags(db_prop_handle, unsigned); 321 extern int db_property_allows(db_prop_handle, Objid,
|
H A D | db_properties.c | 127 db_prop_handle h; in db_add_propdef() 166 db_prop_handle h; in db_rename_propdef() 314 get_bi_value(db_prop_handle h, Var * value) in get_bi_value() 367 db_prop_handle 405 db_prop_handle h; in db_find_property() 462 db_property_value(db_prop_handle h) in db_property_value() 478 db_set_property_value(db_prop_handle h, Var value) in db_set_property_value() 533 db_property_owner(db_prop_handle h) in db_property_owner() 546 db_set_property_owner(db_prop_handle h, Objid oid) in db_set_property_owner() 558 db_property_flags(db_prop_handle h) in db_property_flags() [all …]
|
H A D | quota.c | 28 db_prop_handle h; in decr_quota() 52 db_prop_handle h; in incr_quota()
|
H A D | property.c | 69 db_prop_handle h; in bf_prop_info() 153 db_prop_handle h; in set_prop_info() 254 db_prop_handle h; in bf_clear_prop() 289 db_prop_handle h; in bf_is_clear_prop()
|
H A D | match.c | 35 db_prop_handle h; in aliases()
|
H A D | utils.c | 334 db_prop_handle h; in get_system_property()
|
H A D | execute.c | 1358 db_prop_handle h; in run() 1388 db_prop_handle h; in run() 1423 db_prop_handle h; in run()
|