Home
last modified time | relevance | path

Searched refs:ctrl_inherit (Results 1 – 3 of 3) sorted by relevance

/dports/net/dgd/dgd-1.4.23/src/comp/
H A Dcontrol.h21 extern bool ctrl_inherit (frame*, char*, object*, string*,
H A Dcompile.c546 return ctrl_inherit(current->frame, current->file, obj, in c_inherit()
636 ctrl_inherit(c.frame, file, aobj, (string *) NULL, FALSE); in c_compile()
H A Dcontrol.c640 bool ctrl_inherit(frame *f, char *from, object *obj, string *label, int priv) in ctrl_inherit() function