Go to the source code of this file.
Defines | |
| #define | MAXNBARGS 20 |
| #define | XPART(argi, vali, numi) if (FALSE) ; |
| #define | include_var_builtin(NBARGS) |
| #define | begin_builtin(FUNCNAME, NBARGS, NBARGSIN, TYPES) |
| #define | end_builtin() |
Functions | |
| long | get_arg () |
Variables | |
| char * | numbers [] |
| long | set_extra_args [] |
| #define begin_builtin | ( | FUNCNAME, | |||
| NBARGS, | |||||
| NBARGSIN, | |||||
| TYPES | ) |
| #define end_builtin | ( | ) |
Value:
} \
} \
else \
Errorline ("bad arguments in %P.\n", g); \
} \
else \
Errorline ("missing arguments in %P.\n", g); \
\
return success;
Definition at line 101 of file template.h.
Referenced by c_put_raw().
| #define include_var_builtin | ( | NBARGS | ) |
Value:
ptr_psi_term g, args[NBARGS]; \ long num[NBARGS]; \ long val[NBARGS]; \ long ii, success=TRUE, resi=FALSE
Definition at line 38 of file template.h.
Referenced by c_get_raw(), and c_put_raw().
| #define MAXNBARGS 20 |
Definition at line 9 of file template.h.
| #define XPART | ( | argi, | |||
| vali, | |||||
| numi | ) | if (FALSE) ; |
Definition at line 30 of file template.h.
| long get_arg | ( | ) |
| char* numbers[] |
Definition at line 31 of file template.c.
| long set_extra_args[] |
Definition at line 36 of file template.c.
1.5.4