Go to the source code of this file.
◆ hungarian_ISO_8859_2_close_env()
void hungarian_ISO_8859_2_close_env |
( |
struct SN_env * |
z | ) |
|
◆ hungarian_ISO_8859_2_create_env()
struct SN_env* hungarian_ISO_8859_2_create_env |
( |
void |
| ) |
|
◆ hungarian_ISO_8859_2_stem()
int hungarian_ISO_8859_2_stem |
( |
struct SN_env * |
z | ) |
|
Definition at line 792 of file stem_ISO_8859_2_hungarian.c.
795 if (ret < 0)
return ret;
799 z->
lb = z->
c; z->
c = z->
l;
801 {
int m2 = z->
l - z->
c; (void)m2;
803 if (ret < 0)
return ret;
807 {
int m3 = z->
l - z->
c; (void)m3;
809 if (ret < 0)
return ret;
813 {
int m4 = z->
l - z->
c; (void)m4;
815 if (ret < 0)
return ret;
819 {
int m5 = z->
l - z->
c; (void)m5;
821 if (ret < 0)
return ret;
825 {
int m6 = z->
l - z->
c; (void)m6;
827 if (ret < 0)
return ret;
831 {
int m7 = z->
l - z->
c; (void)m7;
833 if (ret < 0)
return ret;
837 {
int m8 = z->
l - z->
c; (void)m8;
839 if (ret < 0)
return ret;
843 {
int m9 = z->
l - z->
c; (void)m9;
845 if (ret < 0)
return ret;
849 {
int m10 = z->
l - z->
c; (void)m10;
851 if (ret < 0)
return ret;
static int r_case(struct SN_env *z)
static int r_factive(struct SN_env *z)
static int r_instrum(struct SN_env *z)
static int r_plur_owner(struct SN_env *z)
static int r_owned(struct SN_env *z)
static int r_case_other(struct SN_env *z)
static int r_plural(struct SN_env *z)
static int r_sing_owner(struct SN_env *z)
static int r_mark_regions(struct SN_env *z)
static int r_case_special(struct SN_env *z)
References SN_env::c, SN_env::l, SN_env::lb, r_case(), r_case_other(), r_case_special(), r_factive(), r_instrum(), r_mark_regions(), r_owned(), r_plur_owner(), r_plural(), and r_sing_owner().