Go to the source code of this file.
◆ english_ISO_8859_1_close_env()
void english_ISO_8859_1_close_env |
( |
struct SN_env * |
z | ) |
|
◆ english_ISO_8859_1_create_env()
struct SN_env* english_ISO_8859_1_create_env |
( |
void |
| ) |
|
◆ 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.
969 if (ret == 0)
goto lab1;
970 if (ret < 0)
return ret;
977 if (z->
c > z->
l)
goto lab3;
987 if (ret < 0)
return ret;
991 if (ret < 0)
return ret;
993 z->
lb = z->
c; z->
c = z->
l;
995 {
int m3 = z->
l - z->
c; (void)m3;
997 if (ret < 0)
return ret;
1001 {
int m4 = z->
l - z->
c; (void)m4;
1003 if (ret == 0)
goto lab5;
1004 if (ret < 0)
return ret;
1009 {
int m5 = z->
l - z->
c; (void)m5;
1011 if (ret < 0)
return ret;
1015 {
int m6 = z->
l - z->
c; (void)m6;
1017 if (ret < 0)
return ret;
1021 {
int m7 = z->
l - z->
c; (void)m7;
1023 if (ret < 0)
return ret;
1027 {
int m8 = z->
l - z->
c; (void)m8;
1029 if (ret < 0)
return ret;
1033 {
int m9 = z->
l - z->
c; (void)m9;
1035 if (ret < 0)
return ret;
1039 {
int m10 = z->
l - z->
c; (void)m10;
1041 if (ret < 0)
return ret;
1050 if (ret < 0)
return ret;
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)
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().