|
Postfix3.3.1
|
#include <match_list.h>マクロ定義 | |
| #define | STRING_LIST MATCH_LIST |
| #define | string_list_init(o, f, p) match_list_init((o), (f), (p), 1, match_string) |
| #define | string_list_match match_list_match |
| #define | string_list_free match_list_free |
| #define STRING_LIST MATCH_LIST |
string_list.h の 22 行目に定義があります。
| #define string_list_free match_list_free |
string_list.h の 27 行目に定義があります。
| #define string_list_init | ( | o, | |
| f, | |||
| p | |||
| ) | match_list_init((o), (f), (p), 1, match_string) |
string_list.h の 24 行目に定義があります。
| #define string_list_match match_list_match |
string_list.h の 26 行目に定義があります。
1.8.9.1