PostgreSQL Source Code
git master
|
#include "postgres_fe.h"
#include "c_kwlist_d.h"
#include "preproc_extern.h"
#include "preproc.h"
#include "c_kwlist.h"
Go to the source code of this file.
Macros | |
#define | PG_KEYWORD(kwname, value) value, |
Functions | |
int | ScanCKeywordLookup (const char *str) |
Variables | |
static const uint16 | ScanCKeywordTokens [] |
Definition at line 18 of file c_keywords.c.
int ScanCKeywordLookup | ( | const char * | str | ) |
Definition at line 36 of file c_keywords.c.
References GetScanKeyword(), len, ScanCKeywordTokens, and generate_unaccent_rules::str.
|
static |