⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 deflex.c

📁 PostgreSQL7.4.6 for Linux
💻 C
字号:
#include "deflex.h"const char *lex_descr[] = {	"",	"Latin word",	"Non-latin word",	"Word",	"Email",	"URL",	"Host",	"Scientific notation",	"VERSION",	"Part of hyphenated word",	"Non-latin part of hyphenated word",	"Latin part of hyphenated word",	"Space symbols",	"HTML Tag",	"HTTP head",	"Hyphenated word",	"Latin hyphenated word",	"Non-latin hyphenated word",	"URI",	"File or path name",	"Decimal notation",	"Signed integer",	"Unsigned integer",	"HTML Entity"};const char *tok_alias[] = {	"",	"lword",	"nlword",	"word",	"email",	"url",	"host",	"sfloat",	"version",	"part_hword",	"nlpart_hword",	"lpart_hword",	"blank",	"tag",	"http",	"hword",	"lhword",	"nlhword",	"uri",	"file",	"float",	"int",	"uint",	"entity"};

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -