Searched defs:sexp_opcode_struct (Results 1 – 1 of 1) sorted by relevance
/dports/lang/chibi-scheme/chibi-scheme-0.10/include/chibi/ |
H A D | sexp.h | 414 struct sexp_opcode_struct { struct 415 sexp name, data, data2, proc, ret_type, arg1_type, arg2_type, arg3_type, 416 argn_type, methods, dl; 417 unsigned char op_class, code, num_args, flags, inverse; 418 sexp_proc1 func;
|