[Contents] [Index] [Help] [Retrace] [Browse <] [Browse >]


   NAME
        StoreItemInContext -- store local context item in given context node.
                              (V36)

   SYNOPSIS
        StoreItemInContext(iff, localItem, contextNode);
                           A0   A1         A2

        VOID StoreItemInContext(struct iffhandle *, struct localcontextitem *,
                               struct contextnode *);

   FUNCTION
        Adds the localcontextitem to the list of items for the given context
        node. if an lci with the same type, id, and ident is already
        present in the contextnode, it will be purged and replaced with the
        new one. This is a raw form of storelocalitem().

   INPUTS
        iff - pointer to iffhandle structure for this context.
        localItem - pointer to a localcontextitem to be stored.
        contextNode - pointer to context node in which to store item.

   SEE ALSO
        storelocalitem(), <libraries/iffparse.h>