#include <regis.h>
Data Fields | |
uint32 | type:2 |
uint32 | len:16 |
uint32 | unused:14 |
struct RegisNode * | next |
unsigned char | data [1] |
Definition at line 17 of file regis.h.
unsigned char RegisNode::data[1] |
Definition at line 24 of file regis.h.
Referenced by RS_compile(), and RS_execute().
Definition at line 20 of file regis.h.
Referenced by RS_compile().
struct RegisNode* RegisNode::next |
Definition at line 23 of file regis.h.
Referenced by newRegisNode(), RS_compile(), RS_execute(), and RS_free().
Definition at line 20 of file regis.h.
Referenced by RS_compile(), and RS_execute().