11 #include <Coconut/Coconut.h> 
KEProgram class. 
Definition: KELineInfo.h:19
 
CNBoolean KEMergeFrameIntoFrame(struct KEFrame *dst, struct KEPath *path, struct KEFrame *src)
Add frame into the frame. 
 
CNBoolean KEMergeFrames(struct KEFrame *dst, struct KEFrame *src)
Merge source frame into destination frame. 
 
struct KEFrame * KEAddFrameToThisFrame(struct KEFrame *dst, const struct CNFixedString *ident, struct KELineInfo *linfo)
Add frame if the parent frame does not have it. 
 
Forward declarations of the data type in KiwiEngine. 
 
struct KEFrame * KEAddFrameToFrame(struct KEFrame *dst, struct KEPath *path, struct KELineInfo *linfo)
Add frame if the parent frame does not have it.