Postfix3.3.1
|
#include <stdarg.h>
データ構造 | |
struct | BH_TABLE |
マクロ定義 | |
#define | BH_FLAG_NONE 0 /* no special processing */ |
#define | BH_FLAG_FOLD (1<<0) /* fold case */ |
関数 | |
BH_TABLE * | been_here_init (int, int) |
void | been_here_free (BH_TABLE *) |
int | been_here_fixed (BH_TABLE *, const char *) |
int | PRINTFLIKE (2, 3) been_here(BH_TABLE * |
int const char int | been_here_check_fixed (BH_TABLE *, const char *) |
#define BH_FLAG_FOLD (1<<0) /* fold case */ |
been_here.h の 29 行目に定義があります。
#define BH_FLAG_NONE 0 /* no special processing */ |
been_here.h の 28 行目に定義があります。
been_here.c の 220 行目に定義があります。
been_here.c の 151 行目に定義があります。
void been_here_free | ( | BH_TABLE * | ) |
been_here.c の 116 行目に定義があります。
been_here.c の 103 行目に定義があります。