マクロ定義

src/third_party/jscre/config.h

ソースコードを見る。

マクロ定義

#define EBCDIC   0
#define HAVE_STRERROR   1
#define HAVE_MEMMOVE   1
#define HAVE_BCOPY   0
#define NEWLINE   '\n'
#define LINK_SIZE   2
#define MATCH_LIMIT   10000000
#define MATCH_LIMIT_RECURSION   MATCH_LIMIT
#define MAX_NAME_SIZE   32
#define MAX_NAME_COUNT   10000
#define MAX_DUPLENGTH   30000

マクロ定義

#define EBCDIC   0

config.h20 行で定義されています。

#define HAVE_BCOPY   0

config.h58 行で定義されています。

#define HAVE_MEMMOVE   1

config.h52 行で定義されています。

#define HAVE_STRERROR   1

config.h51 行で定義されています。

#define LINK_SIZE   2
#define MATCH_LIMIT   10000000

config.h111 行で定義されています。

#define MATCH_LIMIT_RECURSION   MATCH_LIMIT

config.h124 行で定義されています。

#define MAX_DUPLENGTH   30000

config.h140 行で定義されています。

#define MAX_NAME_COUNT   10000

config.h136 行で定義されています。

#define MAX_NAME_SIZE   32

config.h132 行で定義されています。

#define NEWLINE   '\n'

config.h65 行で定義されています。

 全て クラス ネームスペース ファイル 関数 変数 型定義 列挙型 列挙型の値 フレンド マクロ定義