Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ newtag(3G) — IRIX 6.5.3f

Media Vault

Software Library

Restoration Projects

Artifacts Sought



newtag(3G)                                                          newtag(3G)



NAME
     newtag - creates a new tag within an object relative to an existing tag

C SPECIFICATION
     void newtag(newtg, oldtg, offst)
     Tag newtg, oldtg;
     Offset offst;

PARAMETERS
     newtg   expects an identifier for the tag that will be created.

     oldtg   expects an existing tag.  It will be used as a reference point
             for inserting newtg.

     offst   expects the number of positions beyond oldtg where newtg.  will
             be placed.

DESCRIPTION
     newtag creates a new tag and places it at the specified number of
     positions beyond oldtg.  The number of positions is indicated by offst.

     newtag is used within an object after at least one tag has been created
     by calling maketag.

SEE ALSO
     maketag

NOTE
     This routine is available only in immediate mode.


























                                                                        Page 1



Typewritten Software • bear@typewritten.org • Edmonds, WA 98026