Postfix3.3.1
|
マクロ定義 | |
#define | MAC_EXP_FLAG_NONE (0) |
#define | MAC_EXP_FLAG_RECURSE (1<<0) |
#define | MAC_EXP_FLAG_APPEND (1<<1) |
#define | MAC_EXP_FLAG_SCAN (1<<2) |
#define | MAC_EXP_FLAG_PRINTABLE (1<<3) |
#define | MAC_EXP_MODE_TEST (0) |
#define | MAC_EXP_MODE_USE (1) |
型定義 | |
typedef const char *(* | MAC_EXP_LOOKUP_FN) (const char *, int, void *) |
関数 | |
int | mac_expand (VSTRING *, const char *, int, const char *, MAC_EXP_LOOKUP_FN, void *) |
#define MAC_EXP_FLAG_APPEND (1<<1) |
mac_expand.h の 25 行目に定義があります。
#define MAC_EXP_FLAG_NONE (0) |
mac_expand.h の 23 行目に定義があります。
#define MAC_EXP_FLAG_PRINTABLE (1<<3) |
mac_expand.h の 27 行目に定義があります。
#define MAC_EXP_FLAG_RECURSE (1<<0) |
mac_expand.h の 24 行目に定義があります。
#define MAC_EXP_FLAG_SCAN (1<<2) |
mac_expand.h の 26 行目に定義があります。
#define MAC_EXP_MODE_TEST (0) |
mac_expand.h の 32 行目に定義があります。
#define MAC_EXP_MODE_USE (1) |
mac_expand.h の 33 行目に定義があります。
typedef const char*(* MAC_EXP_LOOKUP_FN) (const char *, int, void *) |
mac_expand.h の 35 行目に定義があります。
int mac_expand | ( | VSTRING * | , |
const char * | , | ||
int | , | ||
const char * | , | ||
MAC_EXP_LOOKUP_FN | , | ||
void * | |||
) |
mac_expand.c の 593 行目に定義があります。