Home
last modified time | relevance | path

Searched refs:t_isspace (Results 1 – 25 of 524) sorted by relevance

12345678910>>...21

/dports/databases/postgresql96-server/postgresql-9.6.24/src/include/tsearch/
H A Dts_locale.h47 extern int t_isspace(const char *ptr);
58 #define t_isspace(x) isspace(TOUCHAR(x)) macro
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/include/tsearch/
H A Dts_locale.h47 extern int t_isspace(const char *ptr);
58 #define t_isspace(x) isspace(TOUCHAR(x)) macro
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/include/tsearch/
H A Dts_locale.h47 extern int t_isspace(const char *ptr);
58 #define t_isspace(x) isspace(TOUCHAR(x)) macro
/dports/databases/postgresql96-plperl/postgresql-9.6.24/src/include/tsearch/
H A Dts_locale.h47 extern int t_isspace(const char *ptr);
58 #define t_isspace(x) isspace(TOUCHAR(x)) macro
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/include/tsearch/
H A Dts_locale.h47 extern int t_isspace(const char *ptr);
58 #define t_isspace(x) isspace(TOUCHAR(x)) macro
/dports/databases/postgresql10-client/postgresql-10.19/src/include/tsearch/
H A Dts_locale.h47 extern int t_isspace(const char *ptr);
58 #define t_isspace(x) isspace(TOUCHAR(x)) macro
/dports/databases/postgresql10-contrib/postgresql-10.19/src/include/tsearch/
H A Dts_locale.h47 extern int t_isspace(const char *ptr);
58 #define t_isspace(x) isspace(TOUCHAR(x)) macro
/dports/databases/postgresql10-plpython/postgresql-10.19/src/include/tsearch/
H A Dts_locale.h47 extern int t_isspace(const char *ptr);
58 #define t_isspace(x) isspace(TOUCHAR(x)) macro
/dports/databases/postgresql10-plperl/postgresql-10.19/src/include/tsearch/
H A Dts_locale.h47 extern int t_isspace(const char *ptr);
58 #define t_isspace(x) isspace(TOUCHAR(x)) macro
/dports/databases/postgresql10-docs/postgresql-10.19/src/include/tsearch/
H A Dts_locale.h47 extern int t_isspace(const char *ptr);
58 #define t_isspace(x) isspace(TOUCHAR(x)) macro
/dports/databases/postgresql10-server/postgresql-10.19/src/include/tsearch/
H A Dts_locale.h47 extern int t_isspace(const char *ptr);
58 #define t_isspace(x) isspace(TOUCHAR(x)) macro
/dports/databases/postgresql96-docs/postgresql-9.6.24/src/include/tsearch/
H A Dts_locale.h47 extern int t_isspace(const char *ptr);
58 #define t_isspace(x) isspace(TOUCHAR(x)) macro
/dports/databases/postgresql96-client/postgresql-9.6.24/src/include/tsearch/
H A Dts_locale.h47 extern int t_isspace(const char *ptr);
58 #define t_isspace(x) isspace(TOUCHAR(x)) macro
/dports/databases/postgresql96-contrib/postgresql-9.6.24/src/include/tsearch/
H A Dts_locale.h47 extern int t_isspace(const char *ptr);
58 #define t_isspace(x) isspace(TOUCHAR(x)) macro
/dports/databases/postgresql96-server/postgresql-9.6.24/src/backend/tsearch/
H A Dspell.c560 if (t_isspace(s)) in NIImportDictionary()
821 else if (!t_isspace(*str)) in get_nextfield()
836 if (t_isspace(*str)) in get_nextfield()
947 else if (!t_isspace(str)) in parse_affentry()
961 else if (!t_isspace(str)) in parse_affentry()
979 else if (!t_isspace(str)) in parse_affentry()
996 else if (!t_isspace(str)) in parse_affentry()
1013 else if (!t_isspace(str)) in parse_affentry()
1030 else if (!t_isspace(str)) in parse_affentry()
1092 while (*s && t_isspace(s)) in addCompoundAffixFlagValue()
[all …]
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/backend/tsearch/
H A Dspell.c560 if (t_isspace(s)) in NIImportDictionary()
821 else if (!t_isspace(*str)) in get_nextfield()
836 if (t_isspace(*str)) in get_nextfield()
947 else if (!t_isspace(str)) in parse_affentry()
961 else if (!t_isspace(str)) in parse_affentry()
979 else if (!t_isspace(str)) in parse_affentry()
996 else if (!t_isspace(str)) in parse_affentry()
1013 else if (!t_isspace(str)) in parse_affentry()
1030 else if (!t_isspace(str)) in parse_affentry()
1092 while (*s && t_isspace(s)) in addCompoundAffixFlagValue()
[all …]
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/backend/tsearch/
H A Dspell.c560 if (t_isspace(s)) in NIImportDictionary()
821 else if (!t_isspace(*str)) in get_nextfield()
836 if (t_isspace(*str)) in get_nextfield()
947 else if (!t_isspace(str)) in parse_affentry()
961 else if (!t_isspace(str)) in parse_affentry()
979 else if (!t_isspace(str)) in parse_affentry()
996 else if (!t_isspace(str)) in parse_affentry()
1013 else if (!t_isspace(str)) in parse_affentry()
1030 else if (!t_isspace(str)) in parse_affentry()
1092 while (*s && t_isspace(s)) in addCompoundAffixFlagValue()
[all …]
/dports/databases/postgresql10-plperl/postgresql-10.19/src/backend/tsearch/
H A Dspell.c560 if (t_isspace(s)) in NIImportDictionary()
821 else if (!t_isspace(*str)) in get_nextfield()
836 if (t_isspace(*str)) in get_nextfield()
947 else if (!t_isspace(str)) in parse_affentry()
961 else if (!t_isspace(str)) in parse_affentry()
979 else if (!t_isspace(str)) in parse_affentry()
996 else if (!t_isspace(str)) in parse_affentry()
1013 else if (!t_isspace(str)) in parse_affentry()
1030 else if (!t_isspace(str)) in parse_affentry()
1092 while (*s && t_isspace(s)) in addCompoundAffixFlagValue()
[all …]
/dports/databases/postgresql10-docs/postgresql-10.19/src/backend/tsearch/
H A Dspell.c560 if (t_isspace(s)) in NIImportDictionary()
821 else if (!t_isspace(*str)) in get_nextfield()
836 if (t_isspace(*str)) in get_nextfield()
947 else if (!t_isspace(str)) in parse_affentry()
961 else if (!t_isspace(str)) in parse_affentry()
979 else if (!t_isspace(str)) in parse_affentry()
996 else if (!t_isspace(str)) in parse_affentry()
1013 else if (!t_isspace(str)) in parse_affentry()
1030 else if (!t_isspace(str)) in parse_affentry()
1092 while (*s && t_isspace(s)) in addCompoundAffixFlagValue()
[all …]
/dports/databases/postgresql11-client/postgresql-11.14/src/backend/tsearch/
H A Dspell.c560 if (t_isspace(s)) in NIImportDictionary()
821 else if (!t_isspace(*str)) in get_nextfield()
836 if (t_isspace(*str)) in get_nextfield()
947 else if (!t_isspace(str)) in parse_affentry()
961 else if (!t_isspace(str)) in parse_affentry()
979 else if (!t_isspace(str)) in parse_affentry()
996 else if (!t_isspace(str)) in parse_affentry()
1013 else if (!t_isspace(str)) in parse_affentry()
1030 else if (!t_isspace(str)) in parse_affentry()
1092 while (*s && t_isspace(s)) in addCompoundAffixFlagValue()
[all …]
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/backend/tsearch/
H A Dspell.c560 if (t_isspace(s)) in NIImportDictionary()
821 else if (!t_isspace(*str)) in get_nextfield()
836 if (t_isspace(*str)) in get_nextfield()
947 else if (!t_isspace(str)) in parse_affentry()
961 else if (!t_isspace(str)) in parse_affentry()
979 else if (!t_isspace(str)) in parse_affentry()
996 else if (!t_isspace(str)) in parse_affentry()
1013 else if (!t_isspace(str)) in parse_affentry()
1030 else if (!t_isspace(str)) in parse_affentry()
1092 while (*s && t_isspace(s)) in addCompoundAffixFlagValue()
[all …]
/dports/databases/postgresql10-client/postgresql-10.19/src/backend/tsearch/
H A Dspell.c560 if (t_isspace(s)) in NIImportDictionary()
821 else if (!t_isspace(*str)) in get_nextfield()
836 if (t_isspace(*str)) in get_nextfield()
947 else if (!t_isspace(str)) in parse_affentry()
961 else if (!t_isspace(str)) in parse_affentry()
979 else if (!t_isspace(str)) in parse_affentry()
996 else if (!t_isspace(str)) in parse_affentry()
1013 else if (!t_isspace(str)) in parse_affentry()
1030 else if (!t_isspace(str)) in parse_affentry()
1092 while (*s && t_isspace(s)) in addCompoundAffixFlagValue()
[all …]
/dports/databases/postgresql10-contrib/postgresql-10.19/src/backend/tsearch/
H A Dspell.c560 if (t_isspace(s)) in NIImportDictionary()
821 else if (!t_isspace(*str)) in get_nextfield()
836 if (t_isspace(*str)) in get_nextfield()
947 else if (!t_isspace(str)) in parse_affentry()
961 else if (!t_isspace(str)) in parse_affentry()
979 else if (!t_isspace(str)) in parse_affentry()
996 else if (!t_isspace(str)) in parse_affentry()
1013 else if (!t_isspace(str)) in parse_affentry()
1030 else if (!t_isspace(str)) in parse_affentry()
1092 while (*s && t_isspace(s)) in addCompoundAffixFlagValue()
[all …]
/dports/databases/postgresql10-plpython/postgresql-10.19/src/backend/tsearch/
H A Dspell.c560 if (t_isspace(s)) in NIImportDictionary()
821 else if (!t_isspace(*str)) in get_nextfield()
836 if (t_isspace(*str)) in get_nextfield()
947 else if (!t_isspace(str)) in parse_affentry()
961 else if (!t_isspace(str)) in parse_affentry()
979 else if (!t_isspace(str)) in parse_affentry()
996 else if (!t_isspace(str)) in parse_affentry()
1013 else if (!t_isspace(str)) in parse_affentry()
1030 else if (!t_isspace(str)) in parse_affentry()
1092 while (*s && t_isspace(s)) in addCompoundAffixFlagValue()
[all …]
/dports/databases/postgresql11-docs/postgresql-11.14/src/backend/tsearch/
H A Dspell.c560 if (t_isspace(s)) in NIImportDictionary()
821 else if (!t_isspace(*str)) in get_nextfield()
836 if (t_isspace(*str)) in get_nextfield()
947 else if (!t_isspace(str)) in parse_affentry()
961 else if (!t_isspace(str)) in parse_affentry()
979 else if (!t_isspace(str)) in parse_affentry()
996 else if (!t_isspace(str)) in parse_affentry()
1013 else if (!t_isspace(str)) in parse_affentry()
1030 else if (!t_isspace(str)) in parse_affentry()
1092 while (*s && t_isspace(s)) in addCompoundAffixFlagValue()
[all …]

12345678910>>...21