PostgreSQL Source Code git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
stem_ISO_8859_1_english.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

struct SN_envenglish_ISO_8859_1_create_env (void)
 
void english_ISO_8859_1_close_env (struct SN_env *z)
 
int english_ISO_8859_1_stem (struct SN_env *z)
 

Function Documentation

◆ english_ISO_8859_1_close_env()

void english_ISO_8859_1_close_env ( struct SN_env z)

Definition at line 1061 of file stem_ISO_8859_1_english.c.

1061{ SN_close_env(z, 0); }
void SN_close_env(struct SN_env *z, int S_size)
Definition: api.c:34

References SN_close_env().

◆ english_ISO_8859_1_create_env()

struct SN_env * english_ISO_8859_1_create_env ( void  )

Definition at line 1059 of file stem_ISO_8859_1_english.c.

1059{ return SN_create_env(0, 3); }
struct SN_env * SN_create_env(int S_size, int I_size)
Definition: api.c:3

References SN_create_env().

◆ english_ISO_8859_1_stem()

int english_ISO_8859_1_stem ( struct SN_env z)

Definition at line 966 of file stem_ISO_8859_1_english.c.

966 {
967 { int c1 = z->c;
968 { int ret = r_exception1(z);
969 if (ret == 0) goto lab1;
970 if (ret < 0) return ret;
971 }
972 goto lab0;
973 lab1:
974 z->c = c1;
975 { int c2 = z->c;
976z->c = z->c + 3;
977 if (z->c > z->l) goto lab3;
978 goto lab2;
979 lab3:
980 z->c = c2;
981 }
982 goto lab0;
983 lab2:
984 z->c = c1;
985
986 { int ret = r_prelude(z);
987 if (ret < 0) return ret;
988 }
989
990 { int ret = r_mark_regions(z);
991 if (ret < 0) return ret;
992 }
993 z->lb = z->c; z->c = z->l;
994
995 { int m3 = z->l - z->c; (void)m3;
996 { int ret = r_Step_1a(z);
997 if (ret < 0) return ret;
998 }
999 z->c = z->l - m3;
1000 }
1001 { int m4 = z->l - z->c; (void)m4;
1002 { int ret = r_exception2(z);
1003 if (ret == 0) goto lab5;
1004 if (ret < 0) return ret;
1005 }
1006 goto lab4;
1007 lab5:
1008 z->c = z->l - m4;
1009 { int m5 = z->l - z->c; (void)m5;
1010 { int ret = r_Step_1b(z);
1011 if (ret < 0) return ret;
1012 }
1013 z->c = z->l - m5;
1014 }
1015 { int m6 = z->l - z->c; (void)m6;
1016 { int ret = r_Step_1c(z);
1017 if (ret < 0) return ret;
1018 }
1019 z->c = z->l - m6;
1020 }
1021 { int m7 = z->l - z->c; (void)m7;
1022 { int ret = r_Step_2(z);
1023 if (ret < 0) return ret;
1024 }
1025 z->c = z->l - m7;
1026 }
1027 { int m8 = z->l - z->c; (void)m8;
1028 { int ret = r_Step_3(z);
1029 if (ret < 0) return ret;
1030 }
1031 z->c = z->l - m8;
1032 }
1033 { int m9 = z->l - z->c; (void)m9;
1034 { int ret = r_Step_4(z);
1035 if (ret < 0) return ret;
1036 }
1037 z->c = z->l - m9;
1038 }
1039 { int m10 = z->l - z->c; (void)m10;
1040 { int ret = r_Step_5(z);
1041 if (ret < 0) return ret;
1042 }
1043 z->c = z->l - m10;
1044 }
1045 }
1046 lab4:
1047 z->c = z->lb;
1048 { int c11 = z->c;
1049 { int ret = r_postlude(z);
1050 if (ret < 0) return ret;
1051 }
1052 z->c = c11;
1053 }
1054 }
1055lab0:
1056 return 1;
1057}
static int r_Step_3(struct SN_env *z)
static int r_Step_5(struct SN_env *z)
static int r_exception1(struct SN_env *z)
static int r_Step_1c(struct SN_env *z)
static int r_postlude(struct SN_env *z)
static int r_prelude(struct SN_env *z)
static int r_exception2(struct SN_env *z)
static int r_Step_1a(struct SN_env *z)
static int r_mark_regions(struct SN_env *z)
static int r_Step_4(struct SN_env *z)
static int r_Step_2(struct SN_env *z)
static int r_Step_1b(struct SN_env *z)
int lb
Definition: api.h:16
int c
Definition: api.h:16
int l
Definition: api.h:16

References SN_env::c, SN_env::l, SN_env::lb, r_exception1(), r_exception2(), r_mark_regions(), r_postlude(), r_prelude(), r_Step_1a(), r_Step_1b(), r_Step_1c(), r_Step_2(), r_Step_3(), r_Step_4(), and r_Step_5().