#include "fftypes.h"
#include "ffword.h"
Go to the source code of this file.
| Functions | |
| ffint32 | ffpriv_abessive_singular (ffword *word) | 
| Transforms the given word into its abessive singular form. | |
| ffint32 | ffpriv_abessive_plural (ffword *word) | 
| Transforms the given word into its abessive plural form. | |
| ffint32 | ffpriv_comitative_plural (ffword *word) | 
| Transforms the given word into its comitative plural form. | |
| ffint32 | ffpriv_instructive_singular (ffword *word) | 
| Transforms the given word into its instructive singular form. | |
| ffint32 | ffpriv_instructive_plural (ffword *word) | 
| Transforms the given word into its instructive plural form. | |
They are implemented in ffpriv_means_cases.c.
Definition in file ffpriv_means_cases.h.
| 
 | 
| Transforms the given word into its abessive plural form. 
 
 
 Definition at line 46 of file ffpriv_means_cases.c. References ffpriv_plural_stem(), ffpriv_vowel_harmony(), and ffstring_append(). Referenced by ff_abessive_plural(). | 
| 
 | 
| Transforms the given word into its abessive singular form. 
 
 
 Definition at line 35 of file ffpriv_means_cases.c. References ffpriv_genitive_stem(), ffpriv_vowel_harmony(), and ffstring_append(). Referenced by ff_abessive_singular(). | 
| 
 | 
| Transforms the given word into its comitative plural form. 
 
 
 Definition at line 54 of file ffpriv_means_cases.c. References ffpriv_plural_stem(), and ffstring_append(). Referenced by ff_comitative_plural(). | 
| 
 | 
| Transforms the given word into its instructive plural form. 
 
 
 Definition at line 73 of file ffpriv_means_cases.c. References ffpriv_plural_stem(), and ffstring_append(). Referenced by ff_instructive_plural(). | 
| 
 | 
| Transforms the given word into its instructive singular form. 
 
 
 Definition at line 62 of file ffpriv_means_cases.c. References ffpriv_genitive_stem(), and ffstring_append(). Referenced by ff_instructive_singular(). | 
 1.4.1
 1.4.1