ESI.hsf 571 B

1234567891011121314151617
  1. [Main]
  2. Name=ESI
  3. Type=Type
  4. Subtype=Pointer
  5. Header Files=args.h, bascmd.h, basfunc.h, basop.h, estack.h, graphing.h, link.h, vat.h, unknown.h
  6. Definition=typedef ESQ *ESI;
  7. Needed by=EStackIndex, ESI_Callback_t, ESI_Callback_Int_t
  8. [Description]
  9. Represents an index of a value on the TIOS expression stack.
  10. [Explanation]
  11. The type ESI is an "expression stack index", which is, in fact,
  12. a pointer to a tag byte on the TIOS expression stack.
  13. <BR><BR>
  14. See <A HREF="$$LINK(top_estack)">top_estack</A> and <A HREF="$$LINK(Tags)">Tags</A>
  15. for more info about the expression stack.