Go to the source code of this file.
|
#define | LINKAGE |
|
#define | p_Procs_Static |
|
#define | SetStaticProcFromArray(what, type, field, length, ord) |
|
#define | SetStaticProcFromFuncsArray(what, field, length, ord) SetStaticProcFromArray(what, funcs, field, length, ord) |
|
#define | DoSetProc(what, field, length, ord) |
|
◆ DoSetProc
#define DoSetProc |
( |
|
what, |
|
|
|
field, |
|
|
|
length, |
|
|
|
ord |
|
) |
| |
Value:do \
{ \
SetStaticProcFromArray(what, names, field,
length, ord);
\} \
while(0)
#define SetStaticProcFromFuncsArray(what, field, length, ord)
static BOOLEAN length(leftv result, leftv arg)
Definition at line 48 of file p_Procs_Static.cc.
◆ LINKAGE
◆ p_Procs_Static
◆ SetStaticProcFromArray
#define SetStaticProcFromArray |
( |
|
what, |
|
|
|
type, |
|
|
|
field, |
|
|
|
length, |
|
|
|
ord |
|
) |
| |
Value: what##_Proc_##type [
index(what##_Proc, field,
length, ord)])
STATIC_VAR p_Procs_s * _p_procs
static int index(p_Length length, p_Ord ord)
static BOOLEAN length(leftv result, leftv arg)
Definition at line 40 of file p_Procs_Static.cc.
◆ SetStaticProcFromFuncsArray
◆ p_procs_dynamic