File:  [Research Unix] / researchv9 / cmd / sun / as / scan.h
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Tue Apr 24 17:21:59 2018 UTC (8 years, 1 month ago) by root
Branches: belllabs, MAIN
CVS tags: researchv9-SUN3_old, researchv9-SUN3, HEAD
researchv9-SUN3(old)

/*	@(#)scan.h 1.1 86/02/03 SMI */

#include <stab.h>

/* stab symbol table bucket  */
struct stab_sym_bkt {
         char                *ch;        /* string name   */
         unsigned char       type;       /* field "type"  */
         char                other;      /* field "other" */
         short               desc;       /* field "desc"  */
         unsigned long       value;      /* field "value" */
         short               id;         /* character count of string */
         struct sym_bkt	     *label;	 /* pointer to the label symbol */
         struct stab_sym_bkt *next_stab;
};

struct stab_sym_bkt *stabkt_head,   /* head of stab symbol bucket linked list */
                    *stabkt_tail;   /* tail of stab symbol bkcket linked list */


unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.