1/*-------------------------------------------------------------------------
5 * Declarations for fast regex subset, used by ISpell
7 * Portions Copyright (c) 1996-2025, PostgreSQL Global Development Group
9 * src/include/tsearch/dicts/regis.h
11 *-------------------------------------------------------------------------
27 #define RNHDRSZ (offsetof(RegisNode,data))
46/*returns true if matches */
#define FLEXIBLE_ARRAY_MEMBER
struct RegisNode RegisNode
void RS_compile(Regis *r, bool issuffix, const char *str)
bool RS_execute(Regis *r, char *str)
bool RS_isRegis(const char *str)
unsigned char data[FLEXIBLE_ARRAY_MEMBER]