Home
last modified time | relevance | path

Searched refs:word_matches_internal (Results 1 – 21 of 21) sorted by relevance

/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/bin/psql/
H A Dtab-complete.c1002 word_matches_internal(const char *pattern, in word_matches_internal() function
1015 return !word_matches_internal(pattern + 1, word, case_sensitive); in word_matches_internal()
1067 return word_matches_internal(pattern, word, false); in word_matches()
1076 return word_matches_internal(pattern, word, true); in word_matches_cs()
/dports/databases/postgresql96-server/postgresql-9.6.24/src/bin/psql/
H A Dtab-complete.c1002 word_matches_internal(const char *pattern, in word_matches_internal() function
1015 return !word_matches_internal(pattern + 1, word, case_sensitive); in word_matches_internal()
1067 return word_matches_internal(pattern, word, false); in word_matches()
1076 return word_matches_internal(pattern, word, true); in word_matches_cs()
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/bin/psql/
H A Dtab-complete.c1002 word_matches_internal(const char *pattern, in word_matches_internal() function
1015 return !word_matches_internal(pattern + 1, word, case_sensitive); in word_matches_internal()
1067 return word_matches_internal(pattern, word, false); in word_matches()
1076 return word_matches_internal(pattern, word, true); in word_matches_cs()
/dports/databases/postgresql96-docs/postgresql-9.6.24/src/bin/psql/
H A Dtab-complete.c1002 word_matches_internal(const char *pattern, in word_matches_internal() function
1015 return !word_matches_internal(pattern + 1, word, case_sensitive); in word_matches_internal()
1067 return word_matches_internal(pattern, word, false); in word_matches()
1076 return word_matches_internal(pattern, word, true); in word_matches_cs()
/dports/databases/postgresql96-client/postgresql-9.6.24/src/bin/psql/
H A Dtab-complete.c1002 word_matches_internal(const char *pattern, in word_matches_internal() function
1015 return !word_matches_internal(pattern + 1, word, case_sensitive); in word_matches_internal()
1067 return word_matches_internal(pattern, word, false); in word_matches()
1076 return word_matches_internal(pattern, word, true); in word_matches_cs()
/dports/databases/postgresql96-contrib/postgresql-9.6.24/src/bin/psql/
H A Dtab-complete.c1002 word_matches_internal(const char *pattern, in word_matches_internal() function
1015 return !word_matches_internal(pattern + 1, word, case_sensitive); in word_matches_internal()
1067 return word_matches_internal(pattern, word, false); in word_matches()
1076 return word_matches_internal(pattern, word, true); in word_matches_cs()
/dports/databases/postgresql96-plperl/postgresql-9.6.24/src/bin/psql/
H A Dtab-complete.c1002 word_matches_internal(const char *pattern, in word_matches_internal() function
1015 return !word_matches_internal(pattern + 1, word, case_sensitive); in word_matches_internal()
1067 return word_matches_internal(pattern, word, false); in word_matches()
1076 return word_matches_internal(pattern, word, true); in word_matches_cs()
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/bin/psql/
H A Dtab-complete.c1138 word_matches_internal(const char *pattern, in word_matches_internal() function
1151 return !word_matches_internal(pattern + 1, word, case_sensitive); in word_matches_internal()
1203 return word_matches_internal(pattern, word, false); in word_matches()
1212 return word_matches_internal(pattern, word, true); in word_matches_cs()
/dports/databases/postgresql10-client/postgresql-10.19/src/bin/psql/
H A Dtab-complete.c1138 word_matches_internal(const char *pattern, in word_matches_internal() function
1151 return !word_matches_internal(pattern + 1, word, case_sensitive); in word_matches_internal()
1203 return word_matches_internal(pattern, word, false); in word_matches()
1212 return word_matches_internal(pattern, word, true); in word_matches_cs()
/dports/databases/postgresql10-contrib/postgresql-10.19/src/bin/psql/
H A Dtab-complete.c1138 word_matches_internal(const char *pattern, in word_matches_internal() function
1151 return !word_matches_internal(pattern + 1, word, case_sensitive); in word_matches_internal()
1203 return word_matches_internal(pattern, word, false); in word_matches()
1212 return word_matches_internal(pattern, word, true); in word_matches_cs()
/dports/databases/postgresql10-plpython/postgresql-10.19/src/bin/psql/
H A Dtab-complete.c1138 word_matches_internal(const char *pattern, in word_matches_internal() function
1151 return !word_matches_internal(pattern + 1, word, case_sensitive); in word_matches_internal()
1203 return word_matches_internal(pattern, word, false); in word_matches()
1212 return word_matches_internal(pattern, word, true); in word_matches_cs()
/dports/databases/postgresql10-plperl/postgresql-10.19/src/bin/psql/
H A Dtab-complete.c1138 word_matches_internal(const char *pattern, in word_matches_internal() function
1151 return !word_matches_internal(pattern + 1, word, case_sensitive); in word_matches_internal()
1203 return word_matches_internal(pattern, word, false); in word_matches()
1212 return word_matches_internal(pattern, word, true); in word_matches_cs()
/dports/databases/postgresql10-docs/postgresql-10.19/src/bin/psql/
H A Dtab-complete.c1138 word_matches_internal(const char *pattern, in word_matches_internal() function
1151 return !word_matches_internal(pattern + 1, word, case_sensitive); in word_matches_internal()
1203 return word_matches_internal(pattern, word, false); in word_matches()
1212 return word_matches_internal(pattern, word, true); in word_matches_cs()
/dports/databases/postgresql10-server/postgresql-10.19/src/bin/psql/
H A Dtab-complete.c1138 word_matches_internal(const char *pattern, in word_matches_internal() function
1151 return !word_matches_internal(pattern + 1, word, case_sensitive); in word_matches_internal()
1203 return word_matches_internal(pattern, word, false); in word_matches()
1212 return word_matches_internal(pattern, word, true); in word_matches_cs()
/dports/databases/postgresql11-client/postgresql-11.14/src/bin/psql/
H A Dtab-complete.c1333 word_matches_internal(const char *pattern, in word_matches_internal() function
1346 return !word_matches_internal(pattern + 1, word, case_sensitive); in word_matches_internal()
1398 return word_matches_internal(pattern, word, false); in word_matches()
1407 return word_matches_internal(pattern, word, true); in word_matches_cs()
/dports/databases/postgresql11-plperl/postgresql-11.14/src/bin/psql/
H A Dtab-complete.c1333 word_matches_internal(const char *pattern, in word_matches_internal() function
1346 return !word_matches_internal(pattern + 1, word, case_sensitive); in word_matches_internal()
1398 return word_matches_internal(pattern, word, false); in word_matches()
1407 return word_matches_internal(pattern, word, true); in word_matches_cs()
/dports/databases/postgresql11-docs/postgresql-11.14/src/bin/psql/
H A Dtab-complete.c1333 word_matches_internal(const char *pattern, in word_matches_internal() function
1346 return !word_matches_internal(pattern + 1, word, case_sensitive); in word_matches_internal()
1398 return word_matches_internal(pattern, word, false); in word_matches()
1407 return word_matches_internal(pattern, word, true); in word_matches_cs()
/dports/databases/postgresql11-contrib/postgresql-11.14/src/bin/psql/
H A Dtab-complete.c1333 word_matches_internal(const char *pattern, in word_matches_internal() function
1346 return !word_matches_internal(pattern + 1, word, case_sensitive); in word_matches_internal()
1398 return word_matches_internal(pattern, word, false); in word_matches()
1407 return word_matches_internal(pattern, word, true); in word_matches_cs()
/dports/databases/postgresql11-plpython/postgresql-11.14/src/bin/psql/
H A Dtab-complete.c1333 word_matches_internal(const char *pattern, in word_matches_internal() function
1346 return !word_matches_internal(pattern + 1, word, case_sensitive); in word_matches_internal()
1398 return word_matches_internal(pattern, word, false); in word_matches()
1407 return word_matches_internal(pattern, word, true); in word_matches_cs()
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/bin/psql/
H A Dtab-complete.c1333 word_matches_internal(const char *pattern, in word_matches_internal() function
1346 return !word_matches_internal(pattern + 1, word, case_sensitive); in word_matches_internal()
1398 return word_matches_internal(pattern, word, false); in word_matches()
1407 return word_matches_internal(pattern, word, true); in word_matches_cs()
/dports/databases/postgresql11-server/postgresql-11.14/src/bin/psql/
H A Dtab-complete.c1333 word_matches_internal(const char *pattern, in word_matches_internal() function
1346 return !word_matches_internal(pattern + 1, word, case_sensitive); in word_matches_internal()
1398 return word_matches_internal(pattern, word, false); in word_matches()
1407 return word_matches_internal(pattern, word, true); in word_matches_cs()