Basic compiled statement. More...
#include <script.h>
Data Fields | |
union { | |
const char * cmd | |
header * sub | |
}; | |
unsigned short | argc |
char ** | argv |
unsigned | lnum |
unsigned short | loop |
unsigned | mask |
method_t | method |
struct line * | next |
Basic compiled statement.
This is a linked list of statement lines, with an array of parsed statement arguments. An optional dsp resource mask value can be assigned by a check method on a per-line basis as well as at closure time for a script.
Definition at line 68 of file script.h.