13 #include "c_kwlist_d.h"
18 #define PG_KEYWORD(kwname, value) value,
47 if (
len > ScanCKeywords.max_kw_len)
54 h = ScanCKeywords_hash_func(
text,
len);
57 if (h < 0 || h >= ScanCKeywords.num_keywords)
62 if (strcmp(kw,
text) == 0)
int ScanCKeywordLookup(const char *text)
static const uint16 ScanCKeywordTokens[]
static const char * GetScanKeyword(int n, const ScanKeywordList *keywords)