Searched refs:WINDOWFUNC (Results 1 – 1 of 1) sorted by relevance
| /sqlite-3.40.0/tool/ |
| H A D | mkkeywordhash.c | 153 # define WINDOWFUNC 0 macro 155 # define WINDOWFUNC 0x00100000 macro 201 { "CURRENT", "TK_CURRENT", WINDOWFUNC, 1 }, 221 { "EXCLUDE", "TK_EXCLUDE", WINDOWFUNC, 1 }, 225 { "FILTER", "TK_FILTER", WINDOWFUNC, 4 }, 227 { "FOLLOWING", "TK_FOLLOWING", WINDOWFUNC, 4 }, 235 { "GROUPS", "TK_GROUPS", WINDOWFUNC, 2 }, 260 { "NO", "TK_NO", FKEY|WINDOWFUNC, 2 }, 271 { "OTHERS", "TK_OTHERS", WINDOWFUNC, 3 }, 273 { "OVER", "TK_OVER", WINDOWFUNC, 3 }, [all …]
|