#include <sc.h>
Public Attributes | |
| __s_symbol * | next |
| __s_symbol * | parent |
| char | name [31+1] |
| uint32_t | hash |
| cell | addr |
| char | vclass |
| char | ident |
| char | usage |
| int | compound |
| int | tag |
| union { | |
| int declared | |
| int idxtag | |
| constval * lib | |
| } | x |
| union { | |
| arginfo * arglist | |
| struct { | |
| cell length | |
| short level | |
| } array | |
| } | dim |
| int | fnumber |
| __s_symbol ** | refer |
| int | numrefers |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|