Home
last modified time | relevance | path

Searched refs:MatchAnyExcept (Results 1 – 25 of 42) sorted by relevance

12

/dports/databases/postgresql14-pltcl/postgresql-14.1/src/bin/psql/
H A Dtab-complete.c1242 #define MatchAnyExcept(pattern) ("!" pattern) macro
2316 else if (Matches("CLUSTER", MatchAnyExcept("VERBOSE|ON|(|(*)"))) in psql_completion()
2373 else if (Matches("COMMENT", "ON", MatchAny, MatchAnyExcept("IS")) || in psql_completion()
2954 else if (TailMatches("(|*,", MatchAny, MatchAnyExcept("*)"))) in psql_completion()
2968 else if (TailMatches("(*|*,", MatchAnyExcept("*="))) in psql_completion()
2970 else if (TailMatches("=", MatchAnyExcept("*)"))) in psql_completion()
2979 else if (TailMatches("(*|*,", MatchAnyExcept("*="))) in psql_completion()
2981 else if (TailMatches("=", MatchAnyExcept("*)"))) in psql_completion()
3275 MatchAnyExcept("FROM|IN")) || in psql_completion()
3548 else if (Matches("LOCK", MatchAnyExcept("TABLE")) || in psql_completion()
[all …]
/dports/databases/postgresql14-plperl/postgresql-14.1/src/bin/psql/
H A Dtab-complete.c1242 #define MatchAnyExcept(pattern) ("!" pattern) macro
2316 else if (Matches("CLUSTER", MatchAnyExcept("VERBOSE|ON|(|(*)"))) in psql_completion()
2373 else if (Matches("COMMENT", "ON", MatchAny, MatchAnyExcept("IS")) || in psql_completion()
2954 else if (TailMatches("(|*,", MatchAny, MatchAnyExcept("*)"))) in psql_completion()
2968 else if (TailMatches("(*|*,", MatchAnyExcept("*="))) in psql_completion()
2970 else if (TailMatches("=", MatchAnyExcept("*)"))) in psql_completion()
2979 else if (TailMatches("(*|*,", MatchAnyExcept("*="))) in psql_completion()
2981 else if (TailMatches("=", MatchAnyExcept("*)"))) in psql_completion()
3275 MatchAnyExcept("FROM|IN")) || in psql_completion()
3548 else if (Matches("LOCK", MatchAnyExcept("TABLE")) || in psql_completion()
[all …]
/dports/databases/postgresql14-docs/postgresql-14.1/src/bin/psql/
H A Dtab-complete.c1242 #define MatchAnyExcept(pattern) ("!" pattern) macro
2316 else if (Matches("CLUSTER", MatchAnyExcept("VERBOSE|ON|(|(*)"))) in psql_completion()
2373 else if (Matches("COMMENT", "ON", MatchAny, MatchAnyExcept("IS")) || in psql_completion()
2954 else if (TailMatches("(|*,", MatchAny, MatchAnyExcept("*)"))) in psql_completion()
2968 else if (TailMatches("(*|*,", MatchAnyExcept("*="))) in psql_completion()
2970 else if (TailMatches("=", MatchAnyExcept("*)"))) in psql_completion()
2979 else if (TailMatches("(*|*,", MatchAnyExcept("*="))) in psql_completion()
2981 else if (TailMatches("=", MatchAnyExcept("*)"))) in psql_completion()
3275 MatchAnyExcept("FROM|IN")) || in psql_completion()
3548 else if (Matches("LOCK", MatchAnyExcept("TABLE")) || in psql_completion()
[all …]
/dports/databases/postgresql14-plpython/postgresql-14.1/src/bin/psql/
H A Dtab-complete.c1242 #define MatchAnyExcept(pattern) ("!" pattern) macro
2316 else if (Matches("CLUSTER", MatchAnyExcept("VERBOSE|ON|(|(*)"))) in psql_completion()
2373 else if (Matches("COMMENT", "ON", MatchAny, MatchAnyExcept("IS")) || in psql_completion()
2954 else if (TailMatches("(|*,", MatchAny, MatchAnyExcept("*)"))) in psql_completion()
2968 else if (TailMatches("(*|*,", MatchAnyExcept("*="))) in psql_completion()
2970 else if (TailMatches("=", MatchAnyExcept("*)"))) in psql_completion()
2979 else if (TailMatches("(*|*,", MatchAnyExcept("*="))) in psql_completion()
2981 else if (TailMatches("=", MatchAnyExcept("*)"))) in psql_completion()
3275 MatchAnyExcept("FROM|IN")) || in psql_completion()
3548 else if (Matches("LOCK", MatchAnyExcept("TABLE")) || in psql_completion()
[all …]
/dports/databases/postgresql14-contrib/postgresql-14.1/src/bin/psql/
H A Dtab-complete.c1242 #define MatchAnyExcept(pattern) ("!" pattern) macro
2316 else if (Matches("CLUSTER", MatchAnyExcept("VERBOSE|ON|(|(*)"))) in psql_completion()
2373 else if (Matches("COMMENT", "ON", MatchAny, MatchAnyExcept("IS")) || in psql_completion()
2954 else if (TailMatches("(|*,", MatchAny, MatchAnyExcept("*)"))) in psql_completion()
2968 else if (TailMatches("(*|*,", MatchAnyExcept("*="))) in psql_completion()
2970 else if (TailMatches("=", MatchAnyExcept("*)"))) in psql_completion()
2979 else if (TailMatches("(*|*,", MatchAnyExcept("*="))) in psql_completion()
2981 else if (TailMatches("=", MatchAnyExcept("*)"))) in psql_completion()
3275 MatchAnyExcept("FROM|IN")) || in psql_completion()
3548 else if (Matches("LOCK", MatchAnyExcept("TABLE")) || in psql_completion()
[all …]
/dports/databases/postgresql14-client/postgresql-14.1/src/bin/psql/
H A Dtab-complete.c1242 #define MatchAnyExcept(pattern) ("!" pattern) macro
2316 else if (Matches("CLUSTER", MatchAnyExcept("VERBOSE|ON|(|(*)"))) in psql_completion()
2373 else if (Matches("COMMENT", "ON", MatchAny, MatchAnyExcept("IS")) || in psql_completion()
2954 else if (TailMatches("(|*,", MatchAny, MatchAnyExcept("*)"))) in psql_completion()
2968 else if (TailMatches("(*|*,", MatchAnyExcept("*="))) in psql_completion()
2970 else if (TailMatches("=", MatchAnyExcept("*)"))) in psql_completion()
2979 else if (TailMatches("(*|*,", MatchAnyExcept("*="))) in psql_completion()
2981 else if (TailMatches("=", MatchAnyExcept("*)"))) in psql_completion()
3275 MatchAnyExcept("FROM|IN")) || in psql_completion()
3548 else if (Matches("LOCK", MatchAnyExcept("TABLE")) || in psql_completion()
[all …]
/dports/databases/postgresql14-server/postgresql-14.1/src/bin/psql/
H A Dtab-complete.c1242 #define MatchAnyExcept(pattern) ("!" pattern) macro
2316 else if (Matches("CLUSTER", MatchAnyExcept("VERBOSE|ON|(|(*)"))) in psql_completion()
2373 else if (Matches("COMMENT", "ON", MatchAny, MatchAnyExcept("IS")) || in psql_completion()
2954 else if (TailMatches("(|*,", MatchAny, MatchAnyExcept("*)"))) in psql_completion()
2968 else if (TailMatches("(*|*,", MatchAnyExcept("*="))) in psql_completion()
2970 else if (TailMatches("=", MatchAnyExcept("*)"))) in psql_completion()
2979 else if (TailMatches("(*|*,", MatchAnyExcept("*="))) in psql_completion()
2981 else if (TailMatches("=", MatchAnyExcept("*)"))) in psql_completion()
3275 MatchAnyExcept("FROM|IN")) || in psql_completion()
3548 else if (Matches("LOCK", MatchAnyExcept("TABLE")) || in psql_completion()
[all …]
/dports/databases/postgresql13-pltcl/postgresql-13.5/src/bin/psql/
H A Dtab-complete.c1212 #define MatchAnyExcept(pattern) ("!" pattern) macro
2261 else if (Matches("CLUSTER", MatchAnyExcept("VERBOSE|ON"))) in psql_completion()
2307 else if (Matches("COMMENT", "ON", MatchAny, MatchAnyExcept("IS")) || in psql_completion()
2308 Matches("COMMENT", "ON", MatchAny, MatchAny, MatchAnyExcept("IS")) || in psql_completion()
2818 else if (TailMatches("(|*,", MatchAny, MatchAnyExcept("*)"))) in psql_completion()
2832 else if (TailMatches("(*|*,", MatchAnyExcept("*="))) in psql_completion()
2834 else if (TailMatches("=", MatchAnyExcept("*)"))) in psql_completion()
2842 else if (TailMatches("(*|*,", MatchAnyExcept("*="))) in psql_completion()
2844 else if (TailMatches("=", MatchAnyExcept("*)"))) in psql_completion()
3336 else if (Matches("LOCK", MatchAnyExcept("TABLE")) || in psql_completion()
[all …]
/dports/databases/postgresql13-server/postgresql-13.5/src/bin/psql/
H A Dtab-complete.c1212 #define MatchAnyExcept(pattern) ("!" pattern) macro
2261 else if (Matches("CLUSTER", MatchAnyExcept("VERBOSE|ON"))) in psql_completion()
2307 else if (Matches("COMMENT", "ON", MatchAny, MatchAnyExcept("IS")) || in psql_completion()
2308 Matches("COMMENT", "ON", MatchAny, MatchAny, MatchAnyExcept("IS")) || in psql_completion()
2818 else if (TailMatches("(|*,", MatchAny, MatchAnyExcept("*)"))) in psql_completion()
2832 else if (TailMatches("(*|*,", MatchAnyExcept("*="))) in psql_completion()
2834 else if (TailMatches("=", MatchAnyExcept("*)"))) in psql_completion()
2842 else if (TailMatches("(*|*,", MatchAnyExcept("*="))) in psql_completion()
2844 else if (TailMatches("=", MatchAnyExcept("*)"))) in psql_completion()
3336 else if (Matches("LOCK", MatchAnyExcept("TABLE")) || in psql_completion()
[all …]
/dports/databases/postgresql13-docs/postgresql-13.5/src/bin/psql/
H A Dtab-complete.c1212 #define MatchAnyExcept(pattern) ("!" pattern) macro
2261 else if (Matches("CLUSTER", MatchAnyExcept("VERBOSE|ON"))) in psql_completion()
2307 else if (Matches("COMMENT", "ON", MatchAny, MatchAnyExcept("IS")) || in psql_completion()
2308 Matches("COMMENT", "ON", MatchAny, MatchAny, MatchAnyExcept("IS")) || in psql_completion()
2818 else if (TailMatches("(|*,", MatchAny, MatchAnyExcept("*)"))) in psql_completion()
2832 else if (TailMatches("(*|*,", MatchAnyExcept("*="))) in psql_completion()
2834 else if (TailMatches("=", MatchAnyExcept("*)"))) in psql_completion()
2842 else if (TailMatches("(*|*,", MatchAnyExcept("*="))) in psql_completion()
2844 else if (TailMatches("=", MatchAnyExcept("*)"))) in psql_completion()
3336 else if (Matches("LOCK", MatchAnyExcept("TABLE")) || in psql_completion()
[all …]
/dports/databases/postgresql13-contrib/postgresql-13.5/src/bin/psql/
H A Dtab-complete.c1212 #define MatchAnyExcept(pattern) ("!" pattern)
2261 else if (Matches("CLUSTER", MatchAnyExcept("VERBOSE|ON")))
2307 else if (Matches("COMMENT", "ON", MatchAny, MatchAnyExcept("IS")) ||
2308 Matches("COMMENT", "ON", MatchAny, MatchAny, MatchAnyExcept("IS")) ||
2818 else if (TailMatches("(|*,", MatchAny, MatchAnyExcept("*)")))
2832 else if (TailMatches("(*|*,", MatchAnyExcept("*=")))
2834 else if (TailMatches("=", MatchAnyExcept("*)")))
2842 else if (TailMatches("(*|*,", MatchAnyExcept("*=")))
2844 else if (TailMatches("=", MatchAnyExcept("*)")))
3336 else if (Matches("LOCK", MatchAnyExcept("TABLE")) ||
[all …]
/dports/databases/postgresql13-plpython/postgresql-13.5/src/bin/psql/
H A Dtab-complete.c1212 #define MatchAnyExcept(pattern) ("!" pattern) macro
2261 else if (Matches("CLUSTER", MatchAnyExcept("VERBOSE|ON"))) in psql_completion()
2307 else if (Matches("COMMENT", "ON", MatchAny, MatchAnyExcept("IS")) || in psql_completion()
2308 Matches("COMMENT", "ON", MatchAny, MatchAny, MatchAnyExcept("IS")) || in psql_completion()
2818 else if (TailMatches("(|*,", MatchAny, MatchAnyExcept("*)"))) in psql_completion()
2832 else if (TailMatches("(*|*,", MatchAnyExcept("*="))) in psql_completion()
2834 else if (TailMatches("=", MatchAnyExcept("*)"))) in psql_completion()
2842 else if (TailMatches("(*|*,", MatchAnyExcept("*="))) in psql_completion()
2844 else if (TailMatches("=", MatchAnyExcept("*)"))) in psql_completion()
3336 else if (Matches("LOCK", MatchAnyExcept("TABLE")) || in psql_completion()
[all …]
/dports/databases/postgresql13-plperl/postgresql-13.5/src/bin/psql/
H A Dtab-complete.c1212 #define MatchAnyExcept(pattern) ("!" pattern) macro
2261 else if (Matches("CLUSTER", MatchAnyExcept("VERBOSE|ON"))) in psql_completion()
2307 else if (Matches("COMMENT", "ON", MatchAny, MatchAnyExcept("IS")) || in psql_completion()
2308 Matches("COMMENT", "ON", MatchAny, MatchAny, MatchAnyExcept("IS")) || in psql_completion()
2818 else if (TailMatches("(|*,", MatchAny, MatchAnyExcept("*)"))) in psql_completion()
2832 else if (TailMatches("(*|*,", MatchAnyExcept("*="))) in psql_completion()
2834 else if (TailMatches("=", MatchAnyExcept("*)"))) in psql_completion()
2842 else if (TailMatches("(*|*,", MatchAnyExcept("*="))) in psql_completion()
2844 else if (TailMatches("=", MatchAnyExcept("*)"))) in psql_completion()
3336 else if (Matches("LOCK", MatchAnyExcept("TABLE")) || in psql_completion()
[all …]
/dports/databases/postgresql13-client/postgresql-13.5/src/bin/psql/
H A Dtab-complete.c1212 #define MatchAnyExcept(pattern) ("!" pattern) macro
2261 else if (Matches("CLUSTER", MatchAnyExcept("VERBOSE|ON"))) in psql_completion()
2307 else if (Matches("COMMENT", "ON", MatchAny, MatchAnyExcept("IS")) || in psql_completion()
2308 Matches("COMMENT", "ON", MatchAny, MatchAny, MatchAnyExcept("IS")) || in psql_completion()
2818 else if (TailMatches("(|*,", MatchAny, MatchAnyExcept("*)"))) in psql_completion()
2832 else if (TailMatches("(*|*,", MatchAnyExcept("*="))) in psql_completion()
2834 else if (TailMatches("=", MatchAnyExcept("*)"))) in psql_completion()
2842 else if (TailMatches("(*|*,", MatchAnyExcept("*="))) in psql_completion()
2844 else if (TailMatches("=", MatchAnyExcept("*)"))) in psql_completion()
3336 else if (Matches("LOCK", MatchAnyExcept("TABLE")) || in psql_completion()
[all …]
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/bin/psql/
H A Dtab-complete.c999 #define MatchAnyExcept(pattern) ("!" pattern) macro
1719 else if (Matches5("ALTER", "TABLE", MatchAny, "RENAME", MatchAnyExcept("CONSTRAINT|TO"))) in psql_completion()
1723 else if (Matches6("ALTER", "TABLE", MatchAny, "RENAME", "COLUMN|CONSTRAINT", MatchAnyExcept("TO"))) in psql_completion()
1915 else if (Matches2("CLUSTER", MatchAnyExcept("VERBOSE|ON"))) in psql_completion()
1963 else if (Matches4("COMMENT", "ON", MatchAny, MatchAnyExcept("IS")) || in psql_completion()
1964 Matches5("COMMENT", "ON", MatchAny, MatchAny, MatchAnyExcept("IS")) || in psql_completion()
1965 Matches6("COMMENT", "ON", MatchAny, MatchAny, MatchAny, MatchAnyExcept("IS"))) in psql_completion()
2668 else if (Matches2("LOCK", MatchAnyExcept("TABLE")) || in psql_completion()
/dports/databases/postgresql96-server/postgresql-9.6.24/src/bin/psql/
H A Dtab-complete.c999 #define MatchAnyExcept(pattern) ("!" pattern) macro
1719 else if (Matches5("ALTER", "TABLE", MatchAny, "RENAME", MatchAnyExcept("CONSTRAINT|TO"))) in psql_completion()
1723 else if (Matches6("ALTER", "TABLE", MatchAny, "RENAME", "COLUMN|CONSTRAINT", MatchAnyExcept("TO"))) in psql_completion()
1915 else if (Matches2("CLUSTER", MatchAnyExcept("VERBOSE|ON"))) in psql_completion()
1963 else if (Matches4("COMMENT", "ON", MatchAny, MatchAnyExcept("IS")) || in psql_completion()
1964 Matches5("COMMENT", "ON", MatchAny, MatchAny, MatchAnyExcept("IS")) || in psql_completion()
1965 Matches6("COMMENT", "ON", MatchAny, MatchAny, MatchAny, MatchAnyExcept("IS"))) in psql_completion()
2668 else if (Matches2("LOCK", MatchAnyExcept("TABLE")) || in psql_completion()
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/bin/psql/
H A Dtab-complete.c999 #define MatchAnyExcept(pattern) ("!" pattern) macro
1719 else if (Matches5("ALTER", "TABLE", MatchAny, "RENAME", MatchAnyExcept("CONSTRAINT|TO"))) in psql_completion()
1723 else if (Matches6("ALTER", "TABLE", MatchAny, "RENAME", "COLUMN|CONSTRAINT", MatchAnyExcept("TO"))) in psql_completion()
1915 else if (Matches2("CLUSTER", MatchAnyExcept("VERBOSE|ON"))) in psql_completion()
1963 else if (Matches4("COMMENT", "ON", MatchAny, MatchAnyExcept("IS")) || in psql_completion()
1964 Matches5("COMMENT", "ON", MatchAny, MatchAny, MatchAnyExcept("IS")) || in psql_completion()
1965 Matches6("COMMENT", "ON", MatchAny, MatchAny, MatchAny, MatchAnyExcept("IS"))) in psql_completion()
2668 else if (Matches2("LOCK", MatchAnyExcept("TABLE")) || in psql_completion()
/dports/databases/postgresql96-docs/postgresql-9.6.24/src/bin/psql/
H A Dtab-complete.c999 #define MatchAnyExcept(pattern) ("!" pattern) macro
1719 else if (Matches5("ALTER", "TABLE", MatchAny, "RENAME", MatchAnyExcept("CONSTRAINT|TO"))) in psql_completion()
1723 else if (Matches6("ALTER", "TABLE", MatchAny, "RENAME", "COLUMN|CONSTRAINT", MatchAnyExcept("TO"))) in psql_completion()
1915 else if (Matches2("CLUSTER", MatchAnyExcept("VERBOSE|ON"))) in psql_completion()
1963 else if (Matches4("COMMENT", "ON", MatchAny, MatchAnyExcept("IS")) || in psql_completion()
1964 Matches5("COMMENT", "ON", MatchAny, MatchAny, MatchAnyExcept("IS")) || in psql_completion()
1965 Matches6("COMMENT", "ON", MatchAny, MatchAny, MatchAny, MatchAnyExcept("IS"))) in psql_completion()
2668 else if (Matches2("LOCK", MatchAnyExcept("TABLE")) || in psql_completion()
/dports/databases/postgresql96-client/postgresql-9.6.24/src/bin/psql/
H A Dtab-complete.c999 #define MatchAnyExcept(pattern) ("!" pattern) macro
1719 else if (Matches5("ALTER", "TABLE", MatchAny, "RENAME", MatchAnyExcept("CONSTRAINT|TO"))) in psql_completion()
1723 else if (Matches6("ALTER", "TABLE", MatchAny, "RENAME", "COLUMN|CONSTRAINT", MatchAnyExcept("TO"))) in psql_completion()
1915 else if (Matches2("CLUSTER", MatchAnyExcept("VERBOSE|ON"))) in psql_completion()
1963 else if (Matches4("COMMENT", "ON", MatchAny, MatchAnyExcept("IS")) || in psql_completion()
1964 Matches5("COMMENT", "ON", MatchAny, MatchAny, MatchAnyExcept("IS")) || in psql_completion()
1965 Matches6("COMMENT", "ON", MatchAny, MatchAny, MatchAny, MatchAnyExcept("IS"))) in psql_completion()
2668 else if (Matches2("LOCK", MatchAnyExcept("TABLE")) || in psql_completion()
/dports/databases/postgresql96-contrib/postgresql-9.6.24/src/bin/psql/
H A Dtab-complete.c999 #define MatchAnyExcept(pattern) ("!" pattern) macro
1719 else if (Matches5("ALTER", "TABLE", MatchAny, "RENAME", MatchAnyExcept("CONSTRAINT|TO"))) in psql_completion()
1723 else if (Matches6("ALTER", "TABLE", MatchAny, "RENAME", "COLUMN|CONSTRAINT", MatchAnyExcept("TO"))) in psql_completion()
1915 else if (Matches2("CLUSTER", MatchAnyExcept("VERBOSE|ON"))) in psql_completion()
1963 else if (Matches4("COMMENT", "ON", MatchAny, MatchAnyExcept("IS")) || in psql_completion()
1964 Matches5("COMMENT", "ON", MatchAny, MatchAny, MatchAnyExcept("IS")) || in psql_completion()
1965 Matches6("COMMENT", "ON", MatchAny, MatchAny, MatchAny, MatchAnyExcept("IS"))) in psql_completion()
2668 else if (Matches2("LOCK", MatchAnyExcept("TABLE")) || in psql_completion()
/dports/databases/postgresql96-plperl/postgresql-9.6.24/src/bin/psql/
H A Dtab-complete.c999 #define MatchAnyExcept(pattern) ("!" pattern) macro
1719 else if (Matches5("ALTER", "TABLE", MatchAny, "RENAME", MatchAnyExcept("CONSTRAINT|TO"))) in psql_completion()
1723 else if (Matches6("ALTER", "TABLE", MatchAny, "RENAME", "COLUMN|CONSTRAINT", MatchAnyExcept("TO"))) in psql_completion()
1915 else if (Matches2("CLUSTER", MatchAnyExcept("VERBOSE|ON"))) in psql_completion()
1963 else if (Matches4("COMMENT", "ON", MatchAny, MatchAnyExcept("IS")) || in psql_completion()
1964 Matches5("COMMENT", "ON", MatchAny, MatchAny, MatchAnyExcept("IS")) || in psql_completion()
1965 Matches6("COMMENT", "ON", MatchAny, MatchAny, MatchAny, MatchAnyExcept("IS"))) in psql_completion()
2668 else if (Matches2("LOCK", MatchAnyExcept("TABLE")) || in psql_completion()
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/bin/psql/
H A Dtab-complete.c1135 #define MatchAnyExcept(pattern) ("!" pattern) macro
1941 else if (Matches5("ALTER", "TABLE", MatchAny, "RENAME", MatchAnyExcept("CONSTRAINT|TO"))) in psql_completion()
1945 else if (Matches6("ALTER", "TABLE", MatchAny, "RENAME", "COLUMN|CONSTRAINT", MatchAnyExcept("TO"))) in psql_completion()
2168 else if (Matches2("CLUSTER", MatchAnyExcept("VERBOSE|ON"))) in psql_completion()
2217 else if (Matches4("COMMENT", "ON", MatchAny, MatchAnyExcept("IS")) || in psql_completion()
2218 Matches5("COMMENT", "ON", MatchAny, MatchAny, MatchAnyExcept("IS")) || in psql_completion()
2219 Matches6("COMMENT", "ON", MatchAny, MatchAny, MatchAny, MatchAnyExcept("IS"))) in psql_completion()
3069 else if (Matches2("LOCK", MatchAnyExcept("TABLE")) || in psql_completion()
/dports/databases/postgresql10-client/postgresql-10.19/src/bin/psql/
H A Dtab-complete.c1135 #define MatchAnyExcept(pattern) ("!" pattern) macro
1941 else if (Matches5("ALTER", "TABLE", MatchAny, "RENAME", MatchAnyExcept("CONSTRAINT|TO"))) in psql_completion()
1945 else if (Matches6("ALTER", "TABLE", MatchAny, "RENAME", "COLUMN|CONSTRAINT", MatchAnyExcept("TO"))) in psql_completion()
2168 else if (Matches2("CLUSTER", MatchAnyExcept("VERBOSE|ON"))) in psql_completion()
2217 else if (Matches4("COMMENT", "ON", MatchAny, MatchAnyExcept("IS")) || in psql_completion()
2218 Matches5("COMMENT", "ON", MatchAny, MatchAny, MatchAnyExcept("IS")) || in psql_completion()
2219 Matches6("COMMENT", "ON", MatchAny, MatchAny, MatchAny, MatchAnyExcept("IS"))) in psql_completion()
3069 else if (Matches2("LOCK", MatchAnyExcept("TABLE")) || in psql_completion()
/dports/databases/postgresql10-contrib/postgresql-10.19/src/bin/psql/
H A Dtab-complete.c1135 #define MatchAnyExcept(pattern) ("!" pattern) macro
1941 else if (Matches5("ALTER", "TABLE", MatchAny, "RENAME", MatchAnyExcept("CONSTRAINT|TO"))) in psql_completion()
1945 else if (Matches6("ALTER", "TABLE", MatchAny, "RENAME", "COLUMN|CONSTRAINT", MatchAnyExcept("TO"))) in psql_completion()
2168 else if (Matches2("CLUSTER", MatchAnyExcept("VERBOSE|ON"))) in psql_completion()
2217 else if (Matches4("COMMENT", "ON", MatchAny, MatchAnyExcept("IS")) || in psql_completion()
2218 Matches5("COMMENT", "ON", MatchAny, MatchAny, MatchAnyExcept("IS")) || in psql_completion()
2219 Matches6("COMMENT", "ON", MatchAny, MatchAny, MatchAny, MatchAnyExcept("IS"))) in psql_completion()
3069 else if (Matches2("LOCK", MatchAnyExcept("TABLE")) || in psql_completion()
/dports/databases/postgresql10-plpython/postgresql-10.19/src/bin/psql/
H A Dtab-complete.c1135 #define MatchAnyExcept(pattern) ("!" pattern) macro
1941 else if (Matches5("ALTER", "TABLE", MatchAny, "RENAME", MatchAnyExcept("CONSTRAINT|TO"))) in psql_completion()
1945 else if (Matches6("ALTER", "TABLE", MatchAny, "RENAME", "COLUMN|CONSTRAINT", MatchAnyExcept("TO"))) in psql_completion()
2168 else if (Matches2("CLUSTER", MatchAnyExcept("VERBOSE|ON"))) in psql_completion()
2217 else if (Matches4("COMMENT", "ON", MatchAny, MatchAnyExcept("IS")) || in psql_completion()
2218 Matches5("COMMENT", "ON", MatchAny, MatchAny, MatchAnyExcept("IS")) || in psql_completion()
2219 Matches6("COMMENT", "ON", MatchAny, MatchAny, MatchAny, MatchAnyExcept("IS"))) in psql_completion()
3069 else if (Matches2("LOCK", MatchAnyExcept("TABLE")) || in psql_completion()

12