|
gschem
|
Data Fields | |
| char * | name |
| int | req |
| int | opt |
| int | rst |
| SCM(* | fnc )() |
Definition at line 41 of file g_register.c.
| char* gsubr_t::name |
Definition at line 42 of file g_register.c.
| int gsubr_t::req |
Definition at line 43 of file g_register.c.
| int gsubr_t::opt |
Definition at line 44 of file g_register.c.
| int gsubr_t::rst |
Definition at line 45 of file g_register.c.
| SCM(* gsubr_t::fnc)() |
Definition at line 46 of file g_register.c.