LCOV - differential code coverage report
Current view: top level - src/backend/snowball/libstemmer - stem_ISO_8859_1_portuguese.c (source / functions) Coverage Total Hit UBC
Current: c70b6db34ffeab48beef1fb4ce61bcad3772b8dd vs 06473f5a344df8c9594ead90a609b86f6724cff8 Lines: 0.0 % 353 0 353
Current Date: 2025-09-06 07:49:51 +0900 Functions: 0.0 % 13 0 13
Baseline: lcov-20250906-005545-baseline Branches: 0.0 % 253 0 253
Baseline Date: 2025-09-05 08:21:35 +0100 Line coverage date bins:
Legend: Lines:     hit not hit
Branches: + taken - not taken # not executed
(30,360] days: 0.0 % 10 0 10
(360..) days: 0.0 % 343 0 343
Function coverage date bins:
(360..) days: 0.0 % 13 0 13
Branch coverage date bins:
(30,360] days: 0.0 % 14 0 14
(360..) days: 0.0 % 239 0 239

 Age         Owner                    Branch data    TLA  Line data    Source code
                                  1                 :                : /* Generated by Snowball 2.2.0 - https://snowballstem.org/ */
                                  2                 :                : 
                                  3                 :                : #include "header.h"
                                  4                 :                : 
                                  5                 :                : #ifdef __cplusplus
                                  6                 :                : extern "C" {
                                  7                 :                : #endif
                                  8                 :                : extern int portuguese_ISO_8859_1_stem(struct SN_env * z);
                                  9                 :                : #ifdef __cplusplus
                                 10                 :                : }
                                 11                 :                : #endif
                                 12                 :                : static int r_residual_form(struct SN_env * z);
                                 13                 :                : static int r_residual_suffix(struct SN_env * z);
                                 14                 :                : static int r_verb_suffix(struct SN_env * z);
                                 15                 :                : static int r_standard_suffix(struct SN_env * z);
                                 16                 :                : static int r_R2(struct SN_env * z);
                                 17                 :                : static int r_R1(struct SN_env * z);
                                 18                 :                : static int r_RV(struct SN_env * z);
                                 19                 :                : static int r_mark_regions(struct SN_env * z);
                                 20                 :                : static int r_postlude(struct SN_env * z);
                                 21                 :                : static int r_prelude(struct SN_env * z);
                                 22                 :                : #ifdef __cplusplus
                                 23                 :                : extern "C" {
                                 24                 :                : #endif
                                 25                 :                : 
                                 26                 :                : 
                                 27                 :                : extern struct SN_env * portuguese_ISO_8859_1_create_env(void);
                                 28                 :                : extern void portuguese_ISO_8859_1_close_env(struct SN_env * z);
                                 29                 :                : 
                                 30                 :                : 
                                 31                 :                : #ifdef __cplusplus
                                 32                 :                : }
                                 33                 :                : #endif
                                 34                 :                : static const symbol s_0_1[1] = { 0xE3 };
                                 35                 :                : static const symbol s_0_2[1] = { 0xF5 };
                                 36                 :                : 
                                 37                 :                : static const struct among a_0[3] =
                                 38                 :                : {
                                 39                 :                : { 0, 0, -1, 3, 0},
                                 40                 :                : { 1, s_0_1, 0, 1, 0},
                                 41                 :                : { 1, s_0_2, 0, 2, 0}
                                 42                 :                : };
                                 43                 :                : 
                                 44                 :                : static const symbol s_1_1[2] = { 'a', '~' };
                                 45                 :                : static const symbol s_1_2[2] = { 'o', '~' };
                                 46                 :                : 
                                 47                 :                : static const struct among a_1[3] =
                                 48                 :                : {
                                 49                 :                : { 0, 0, -1, 3, 0},
                                 50                 :                : { 2, s_1_1, 0, 1, 0},
                                 51                 :                : { 2, s_1_2, 0, 2, 0}
                                 52                 :                : };
                                 53                 :                : 
                                 54                 :                : static const symbol s_2_0[2] = { 'i', 'c' };
                                 55                 :                : static const symbol s_2_1[2] = { 'a', 'd' };
                                 56                 :                : static const symbol s_2_2[2] = { 'o', 's' };
                                 57                 :                : static const symbol s_2_3[2] = { 'i', 'v' };
                                 58                 :                : 
                                 59                 :                : static const struct among a_2[4] =
                                 60                 :                : {
                                 61                 :                : { 2, s_2_0, -1, -1, 0},
                                 62                 :                : { 2, s_2_1, -1, -1, 0},
                                 63                 :                : { 2, s_2_2, -1, -1, 0},
                                 64                 :                : { 2, s_2_3, -1, 1, 0}
                                 65                 :                : };
                                 66                 :                : 
                                 67                 :                : static const symbol s_3_0[4] = { 'a', 'n', 't', 'e' };
                                 68                 :                : static const symbol s_3_1[4] = { 'a', 'v', 'e', 'l' };
                                 69                 :                : static const symbol s_3_2[4] = { 0xED, 'v', 'e', 'l' };
                                 70                 :                : 
                                 71                 :                : static const struct among a_3[3] =
                                 72                 :                : {
                                 73                 :                : { 4, s_3_0, -1, 1, 0},
                                 74                 :                : { 4, s_3_1, -1, 1, 0},
                                 75                 :                : { 4, s_3_2, -1, 1, 0}
                                 76                 :                : };
                                 77                 :                : 
                                 78                 :                : static const symbol s_4_0[2] = { 'i', 'c' };
                                 79                 :                : static const symbol s_4_1[4] = { 'a', 'b', 'i', 'l' };
                                 80                 :                : static const symbol s_4_2[2] = { 'i', 'v' };
                                 81                 :                : 
                                 82                 :                : static const struct among a_4[3] =
                                 83                 :                : {
                                 84                 :                : { 2, s_4_0, -1, 1, 0},
                                 85                 :                : { 4, s_4_1, -1, 1, 0},
                                 86                 :                : { 2, s_4_2, -1, 1, 0}
                                 87                 :                : };
                                 88                 :                : 
                                 89                 :                : static const symbol s_5_0[3] = { 'i', 'c', 'a' };
                                 90                 :                : static const symbol s_5_1[5] = { 0xE2, 'n', 'c', 'i', 'a' };
                                 91                 :                : static const symbol s_5_2[5] = { 0xEA, 'n', 'c', 'i', 'a' };
                                 92                 :                : static const symbol s_5_3[5] = { 'l', 'o', 'g', 'i', 'a' };
                                 93                 :                : static const symbol s_5_4[3] = { 'i', 'r', 'a' };
                                 94                 :                : static const symbol s_5_5[5] = { 'a', 'd', 'o', 'r', 'a' };
                                 95                 :                : static const symbol s_5_6[3] = { 'o', 's', 'a' };
                                 96                 :                : static const symbol s_5_7[4] = { 'i', 's', 't', 'a' };
                                 97                 :                : static const symbol s_5_8[3] = { 'i', 'v', 'a' };
                                 98                 :                : static const symbol s_5_9[3] = { 'e', 'z', 'a' };
                                 99                 :                : static const symbol s_5_10[5] = { 'i', 'd', 'a', 'd', 'e' };
                                100                 :                : static const symbol s_5_11[4] = { 'a', 'n', 't', 'e' };
                                101                 :                : static const symbol s_5_12[5] = { 'm', 'e', 'n', 't', 'e' };
                                102                 :                : static const symbol s_5_13[6] = { 'a', 'm', 'e', 'n', 't', 'e' };
                                103                 :                : static const symbol s_5_14[4] = { 0xE1, 'v', 'e', 'l' };
                                104                 :                : static const symbol s_5_15[4] = { 0xED, 'v', 'e', 'l' };
                                105                 :                : static const symbol s_5_16[3] = { 'i', 'c', 'o' };
                                106                 :                : static const symbol s_5_17[4] = { 'i', 's', 'm', 'o' };
                                107                 :                : static const symbol s_5_18[3] = { 'o', 's', 'o' };
                                108                 :                : static const symbol s_5_19[6] = { 'a', 'm', 'e', 'n', 't', 'o' };
                                109                 :                : static const symbol s_5_20[6] = { 'i', 'm', 'e', 'n', 't', 'o' };
                                110                 :                : static const symbol s_5_21[3] = { 'i', 'v', 'o' };
                                111                 :                : static const symbol s_5_22[5] = { 'a', 0xE7, 'a', '~', 'o' };
                                112                 :                : static const symbol s_5_23[5] = { 'u', 0xE7, 'a', '~', 'o' };
                                113                 :                : static const symbol s_5_24[4] = { 'a', 'd', 'o', 'r' };
                                114                 :                : static const symbol s_5_25[4] = { 'i', 'c', 'a', 's' };
                                115                 :                : static const symbol s_5_26[6] = { 0xEA, 'n', 'c', 'i', 'a', 's' };
                                116                 :                : static const symbol s_5_27[6] = { 'l', 'o', 'g', 'i', 'a', 's' };
                                117                 :                : static const symbol s_5_28[4] = { 'i', 'r', 'a', 's' };
                                118                 :                : static const symbol s_5_29[6] = { 'a', 'd', 'o', 'r', 'a', 's' };
                                119                 :                : static const symbol s_5_30[4] = { 'o', 's', 'a', 's' };
                                120                 :                : static const symbol s_5_31[5] = { 'i', 's', 't', 'a', 's' };
                                121                 :                : static const symbol s_5_32[4] = { 'i', 'v', 'a', 's' };
                                122                 :                : static const symbol s_5_33[4] = { 'e', 'z', 'a', 's' };
                                123                 :                : static const symbol s_5_34[6] = { 'i', 'd', 'a', 'd', 'e', 's' };
                                124                 :                : static const symbol s_5_35[6] = { 'a', 'd', 'o', 'r', 'e', 's' };
                                125                 :                : static const symbol s_5_36[5] = { 'a', 'n', 't', 'e', 's' };
                                126                 :                : static const symbol s_5_37[6] = { 'a', 0xE7, 'o', '~', 'e', 's' };
                                127                 :                : static const symbol s_5_38[6] = { 'u', 0xE7, 'o', '~', 'e', 's' };
                                128                 :                : static const symbol s_5_39[4] = { 'i', 'c', 'o', 's' };
                                129                 :                : static const symbol s_5_40[5] = { 'i', 's', 'm', 'o', 's' };
                                130                 :                : static const symbol s_5_41[4] = { 'o', 's', 'o', 's' };
                                131                 :                : static const symbol s_5_42[7] = { 'a', 'm', 'e', 'n', 't', 'o', 's' };
                                132                 :                : static const symbol s_5_43[7] = { 'i', 'm', 'e', 'n', 't', 'o', 's' };
                                133                 :                : static const symbol s_5_44[4] = { 'i', 'v', 'o', 's' };
                                134                 :                : 
                                135                 :                : static const struct among a_5[45] =
                                136                 :                : {
                                137                 :                : { 3, s_5_0, -1, 1, 0},
                                138                 :                : { 5, s_5_1, -1, 1, 0},
                                139                 :                : { 5, s_5_2, -1, 4, 0},
                                140                 :                : { 5, s_5_3, -1, 2, 0},
                                141                 :                : { 3, s_5_4, -1, 9, 0},
                                142                 :                : { 5, s_5_5, -1, 1, 0},
                                143                 :                : { 3, s_5_6, -1, 1, 0},
                                144                 :                : { 4, s_5_7, -1, 1, 0},
                                145                 :                : { 3, s_5_8, -1, 8, 0},
                                146                 :                : { 3, s_5_9, -1, 1, 0},
                                147                 :                : { 5, s_5_10, -1, 7, 0},
                                148                 :                : { 4, s_5_11, -1, 1, 0},
                                149                 :                : { 5, s_5_12, -1, 6, 0},
                                150                 :                : { 6, s_5_13, 12, 5, 0},
                                151                 :                : { 4, s_5_14, -1, 1, 0},
                                152                 :                : { 4, s_5_15, -1, 1, 0},
                                153                 :                : { 3, s_5_16, -1, 1, 0},
                                154                 :                : { 4, s_5_17, -1, 1, 0},
                                155                 :                : { 3, s_5_18, -1, 1, 0},
                                156                 :                : { 6, s_5_19, -1, 1, 0},
                                157                 :                : { 6, s_5_20, -1, 1, 0},
                                158                 :                : { 3, s_5_21, -1, 8, 0},
                                159                 :                : { 5, s_5_22, -1, 1, 0},
                                160                 :                : { 5, s_5_23, -1, 3, 0},
                                161                 :                : { 4, s_5_24, -1, 1, 0},
                                162                 :                : { 4, s_5_25, -1, 1, 0},
                                163                 :                : { 6, s_5_26, -1, 4, 0},
                                164                 :                : { 6, s_5_27, -1, 2, 0},
                                165                 :                : { 4, s_5_28, -1, 9, 0},
                                166                 :                : { 6, s_5_29, -1, 1, 0},
                                167                 :                : { 4, s_5_30, -1, 1, 0},
                                168                 :                : { 5, s_5_31, -1, 1, 0},
                                169                 :                : { 4, s_5_32, -1, 8, 0},
                                170                 :                : { 4, s_5_33, -1, 1, 0},
                                171                 :                : { 6, s_5_34, -1, 7, 0},
                                172                 :                : { 6, s_5_35, -1, 1, 0},
                                173                 :                : { 5, s_5_36, -1, 1, 0},
                                174                 :                : { 6, s_5_37, -1, 1, 0},
                                175                 :                : { 6, s_5_38, -1, 3, 0},
                                176                 :                : { 4, s_5_39, -1, 1, 0},
                                177                 :                : { 5, s_5_40, -1, 1, 0},
                                178                 :                : { 4, s_5_41, -1, 1, 0},
                                179                 :                : { 7, s_5_42, -1, 1, 0},
                                180                 :                : { 7, s_5_43, -1, 1, 0},
                                181                 :                : { 4, s_5_44, -1, 8, 0}
                                182                 :                : };
                                183                 :                : 
                                184                 :                : static const symbol s_6_0[3] = { 'a', 'd', 'a' };
                                185                 :                : static const symbol s_6_1[3] = { 'i', 'd', 'a' };
                                186                 :                : static const symbol s_6_2[2] = { 'i', 'a' };
                                187                 :                : static const symbol s_6_3[4] = { 'a', 'r', 'i', 'a' };
                                188                 :                : static const symbol s_6_4[4] = { 'e', 'r', 'i', 'a' };
                                189                 :                : static const symbol s_6_5[4] = { 'i', 'r', 'i', 'a' };
                                190                 :                : static const symbol s_6_6[3] = { 'a', 'r', 'a' };
                                191                 :                : static const symbol s_6_7[3] = { 'e', 'r', 'a' };
                                192                 :                : static const symbol s_6_8[3] = { 'i', 'r', 'a' };
                                193                 :                : static const symbol s_6_9[3] = { 'a', 'v', 'a' };
                                194                 :                : static const symbol s_6_10[4] = { 'a', 's', 's', 'e' };
                                195                 :                : static const symbol s_6_11[4] = { 'e', 's', 's', 'e' };
                                196                 :                : static const symbol s_6_12[4] = { 'i', 's', 's', 'e' };
                                197                 :                : static const symbol s_6_13[4] = { 'a', 's', 't', 'e' };
                                198                 :                : static const symbol s_6_14[4] = { 'e', 's', 't', 'e' };
                                199                 :                : static const symbol s_6_15[4] = { 'i', 's', 't', 'e' };
                                200                 :                : static const symbol s_6_16[2] = { 'e', 'i' };
                                201                 :                : static const symbol s_6_17[4] = { 'a', 'r', 'e', 'i' };
                                202                 :                : static const symbol s_6_18[4] = { 'e', 'r', 'e', 'i' };
                                203                 :                : static const symbol s_6_19[4] = { 'i', 'r', 'e', 'i' };
                                204                 :                : static const symbol s_6_20[2] = { 'a', 'm' };
                                205                 :                : static const symbol s_6_21[3] = { 'i', 'a', 'm' };
                                206                 :                : static const symbol s_6_22[5] = { 'a', 'r', 'i', 'a', 'm' };
                                207                 :                : static const symbol s_6_23[5] = { 'e', 'r', 'i', 'a', 'm' };
                                208                 :                : static const symbol s_6_24[5] = { 'i', 'r', 'i', 'a', 'm' };
                                209                 :                : static const symbol s_6_25[4] = { 'a', 'r', 'a', 'm' };
                                210                 :                : static const symbol s_6_26[4] = { 'e', 'r', 'a', 'm' };
                                211                 :                : static const symbol s_6_27[4] = { 'i', 'r', 'a', 'm' };
                                212                 :                : static const symbol s_6_28[4] = { 'a', 'v', 'a', 'm' };
                                213                 :                : static const symbol s_6_29[2] = { 'e', 'm' };
                                214                 :                : static const symbol s_6_30[4] = { 'a', 'r', 'e', 'm' };
                                215                 :                : static const symbol s_6_31[4] = { 'e', 'r', 'e', 'm' };
                                216                 :                : static const symbol s_6_32[4] = { 'i', 'r', 'e', 'm' };
                                217                 :                : static const symbol s_6_33[5] = { 'a', 's', 's', 'e', 'm' };
                                218                 :                : static const symbol s_6_34[5] = { 'e', 's', 's', 'e', 'm' };
                                219                 :                : static const symbol s_6_35[5] = { 'i', 's', 's', 'e', 'm' };
                                220                 :                : static const symbol s_6_36[3] = { 'a', 'd', 'o' };
                                221                 :                : static const symbol s_6_37[3] = { 'i', 'd', 'o' };
                                222                 :                : static const symbol s_6_38[4] = { 'a', 'n', 'd', 'o' };
                                223                 :                : static const symbol s_6_39[4] = { 'e', 'n', 'd', 'o' };
                                224                 :                : static const symbol s_6_40[4] = { 'i', 'n', 'd', 'o' };
                                225                 :                : static const symbol s_6_41[5] = { 'a', 'r', 'a', '~', 'o' };
                                226                 :                : static const symbol s_6_42[5] = { 'e', 'r', 'a', '~', 'o' };
                                227                 :                : static const symbol s_6_43[5] = { 'i', 'r', 'a', '~', 'o' };
                                228                 :                : static const symbol s_6_44[2] = { 'a', 'r' };
                                229                 :                : static const symbol s_6_45[2] = { 'e', 'r' };
                                230                 :                : static const symbol s_6_46[2] = { 'i', 'r' };
                                231                 :                : static const symbol s_6_47[2] = { 'a', 's' };
                                232                 :                : static const symbol s_6_48[4] = { 'a', 'd', 'a', 's' };
                                233                 :                : static const symbol s_6_49[4] = { 'i', 'd', 'a', 's' };
                                234                 :                : static const symbol s_6_50[3] = { 'i', 'a', 's' };
                                235                 :                : static const symbol s_6_51[5] = { 'a', 'r', 'i', 'a', 's' };
                                236                 :                : static const symbol s_6_52[5] = { 'e', 'r', 'i', 'a', 's' };
                                237                 :                : static const symbol s_6_53[5] = { 'i', 'r', 'i', 'a', 's' };
                                238                 :                : static const symbol s_6_54[4] = { 'a', 'r', 'a', 's' };
                                239                 :                : static const symbol s_6_55[4] = { 'e', 'r', 'a', 's' };
                                240                 :                : static const symbol s_6_56[4] = { 'i', 'r', 'a', 's' };
                                241                 :                : static const symbol s_6_57[4] = { 'a', 'v', 'a', 's' };
                                242                 :                : static const symbol s_6_58[2] = { 'e', 's' };
                                243                 :                : static const symbol s_6_59[5] = { 'a', 'r', 'd', 'e', 's' };
                                244                 :                : static const symbol s_6_60[5] = { 'e', 'r', 'd', 'e', 's' };
                                245                 :                : static const symbol s_6_61[5] = { 'i', 'r', 'd', 'e', 's' };
                                246                 :                : static const symbol s_6_62[4] = { 'a', 'r', 'e', 's' };
                                247                 :                : static const symbol s_6_63[4] = { 'e', 'r', 'e', 's' };
                                248                 :                : static const symbol s_6_64[4] = { 'i', 'r', 'e', 's' };
                                249                 :                : static const symbol s_6_65[5] = { 'a', 's', 's', 'e', 's' };
                                250                 :                : static const symbol s_6_66[5] = { 'e', 's', 's', 'e', 's' };
                                251                 :                : static const symbol s_6_67[5] = { 'i', 's', 's', 'e', 's' };
                                252                 :                : static const symbol s_6_68[5] = { 'a', 's', 't', 'e', 's' };
                                253                 :                : static const symbol s_6_69[5] = { 'e', 's', 't', 'e', 's' };
                                254                 :                : static const symbol s_6_70[5] = { 'i', 's', 't', 'e', 's' };
                                255                 :                : static const symbol s_6_71[2] = { 'i', 's' };
                                256                 :                : static const symbol s_6_72[3] = { 'a', 'i', 's' };
                                257                 :                : static const symbol s_6_73[3] = { 'e', 'i', 's' };
                                258                 :                : static const symbol s_6_74[5] = { 'a', 'r', 'e', 'i', 's' };
                                259                 :                : static const symbol s_6_75[5] = { 'e', 'r', 'e', 'i', 's' };
                                260                 :                : static const symbol s_6_76[5] = { 'i', 'r', 'e', 'i', 's' };
                                261                 :                : static const symbol s_6_77[5] = { 0xE1, 'r', 'e', 'i', 's' };
                                262                 :                : static const symbol s_6_78[5] = { 0xE9, 'r', 'e', 'i', 's' };
                                263                 :                : static const symbol s_6_79[5] = { 0xED, 'r', 'e', 'i', 's' };
                                264                 :                : static const symbol s_6_80[6] = { 0xE1, 's', 's', 'e', 'i', 's' };
                                265                 :                : static const symbol s_6_81[6] = { 0xE9, 's', 's', 'e', 'i', 's' };
                                266                 :                : static const symbol s_6_82[6] = { 0xED, 's', 's', 'e', 'i', 's' };
                                267                 :                : static const symbol s_6_83[5] = { 0xE1, 'v', 'e', 'i', 's' };
                                268                 :                : static const symbol s_6_84[4] = { 0xED, 'e', 'i', 's' };
                                269                 :                : static const symbol s_6_85[6] = { 'a', 'r', 0xED, 'e', 'i', 's' };
                                270                 :                : static const symbol s_6_86[6] = { 'e', 'r', 0xED, 'e', 'i', 's' };
                                271                 :                : static const symbol s_6_87[6] = { 'i', 'r', 0xED, 'e', 'i', 's' };
                                272                 :                : static const symbol s_6_88[4] = { 'a', 'd', 'o', 's' };
                                273                 :                : static const symbol s_6_89[4] = { 'i', 'd', 'o', 's' };
                                274                 :                : static const symbol s_6_90[4] = { 'a', 'm', 'o', 's' };
                                275                 :                : static const symbol s_6_91[6] = { 0xE1, 'r', 'a', 'm', 'o', 's' };
                                276                 :                : static const symbol s_6_92[6] = { 0xE9, 'r', 'a', 'm', 'o', 's' };
                                277                 :                : static const symbol s_6_93[6] = { 0xED, 'r', 'a', 'm', 'o', 's' };
                                278                 :                : static const symbol s_6_94[6] = { 0xE1, 'v', 'a', 'm', 'o', 's' };
                                279                 :                : static const symbol s_6_95[5] = { 0xED, 'a', 'm', 'o', 's' };
                                280                 :                : static const symbol s_6_96[7] = { 'a', 'r', 0xED, 'a', 'm', 'o', 's' };
                                281                 :                : static const symbol s_6_97[7] = { 'e', 'r', 0xED, 'a', 'm', 'o', 's' };
                                282                 :                : static const symbol s_6_98[7] = { 'i', 'r', 0xED, 'a', 'm', 'o', 's' };
                                283                 :                : static const symbol s_6_99[4] = { 'e', 'm', 'o', 's' };
                                284                 :                : static const symbol s_6_100[6] = { 'a', 'r', 'e', 'm', 'o', 's' };
                                285                 :                : static const symbol s_6_101[6] = { 'e', 'r', 'e', 'm', 'o', 's' };
                                286                 :                : static const symbol s_6_102[6] = { 'i', 'r', 'e', 'm', 'o', 's' };
                                287                 :                : static const symbol s_6_103[7] = { 0xE1, 's', 's', 'e', 'm', 'o', 's' };
                                288                 :                : static const symbol s_6_104[7] = { 0xEA, 's', 's', 'e', 'm', 'o', 's' };
                                289                 :                : static const symbol s_6_105[7] = { 0xED, 's', 's', 'e', 'm', 'o', 's' };
                                290                 :                : static const symbol s_6_106[4] = { 'i', 'm', 'o', 's' };
                                291                 :                : static const symbol s_6_107[5] = { 'a', 'r', 'm', 'o', 's' };
                                292                 :                : static const symbol s_6_108[5] = { 'e', 'r', 'm', 'o', 's' };
                                293                 :                : static const symbol s_6_109[5] = { 'i', 'r', 'm', 'o', 's' };
                                294                 :                : static const symbol s_6_110[4] = { 0xE1, 'm', 'o', 's' };
                                295                 :                : static const symbol s_6_111[4] = { 'a', 'r', 0xE1, 's' };
                                296                 :                : static const symbol s_6_112[4] = { 'e', 'r', 0xE1, 's' };
                                297                 :                : static const symbol s_6_113[4] = { 'i', 'r', 0xE1, 's' };
                                298                 :                : static const symbol s_6_114[2] = { 'e', 'u' };
                                299                 :                : static const symbol s_6_115[2] = { 'i', 'u' };
                                300                 :                : static const symbol s_6_116[2] = { 'o', 'u' };
                                301                 :                : static const symbol s_6_117[3] = { 'a', 'r', 0xE1 };
                                302                 :                : static const symbol s_6_118[3] = { 'e', 'r', 0xE1 };
                                303                 :                : static const symbol s_6_119[3] = { 'i', 'r', 0xE1 };
                                304                 :                : 
                                305                 :                : static const struct among a_6[120] =
                                306                 :                : {
                                307                 :                : { 3, s_6_0, -1, 1, 0},
                                308                 :                : { 3, s_6_1, -1, 1, 0},
                                309                 :                : { 2, s_6_2, -1, 1, 0},
                                310                 :                : { 4, s_6_3, 2, 1, 0},
                                311                 :                : { 4, s_6_4, 2, 1, 0},
                                312                 :                : { 4, s_6_5, 2, 1, 0},
                                313                 :                : { 3, s_6_6, -1, 1, 0},
                                314                 :                : { 3, s_6_7, -1, 1, 0},
                                315                 :                : { 3, s_6_8, -1, 1, 0},
                                316                 :                : { 3, s_6_9, -1, 1, 0},
                                317                 :                : { 4, s_6_10, -1, 1, 0},
                                318                 :                : { 4, s_6_11, -1, 1, 0},
                                319                 :                : { 4, s_6_12, -1, 1, 0},
                                320                 :                : { 4, s_6_13, -1, 1, 0},
                                321                 :                : { 4, s_6_14, -1, 1, 0},
                                322                 :                : { 4, s_6_15, -1, 1, 0},
                                323                 :                : { 2, s_6_16, -1, 1, 0},
                                324                 :                : { 4, s_6_17, 16, 1, 0},
                                325                 :                : { 4, s_6_18, 16, 1, 0},
                                326                 :                : { 4, s_6_19, 16, 1, 0},
                                327                 :                : { 2, s_6_20, -1, 1, 0},
                                328                 :                : { 3, s_6_21, 20, 1, 0},
                                329                 :                : { 5, s_6_22, 21, 1, 0},
                                330                 :                : { 5, s_6_23, 21, 1, 0},
                                331                 :                : { 5, s_6_24, 21, 1, 0},
                                332                 :                : { 4, s_6_25, 20, 1, 0},
                                333                 :                : { 4, s_6_26, 20, 1, 0},
                                334                 :                : { 4, s_6_27, 20, 1, 0},
                                335                 :                : { 4, s_6_28, 20, 1, 0},
                                336                 :                : { 2, s_6_29, -1, 1, 0},
                                337                 :                : { 4, s_6_30, 29, 1, 0},
                                338                 :                : { 4, s_6_31, 29, 1, 0},
                                339                 :                : { 4, s_6_32, 29, 1, 0},
                                340                 :                : { 5, s_6_33, 29, 1, 0},
                                341                 :                : { 5, s_6_34, 29, 1, 0},
                                342                 :                : { 5, s_6_35, 29, 1, 0},
                                343                 :                : { 3, s_6_36, -1, 1, 0},
                                344                 :                : { 3, s_6_37, -1, 1, 0},
                                345                 :                : { 4, s_6_38, -1, 1, 0},
                                346                 :                : { 4, s_6_39, -1, 1, 0},
                                347                 :                : { 4, s_6_40, -1, 1, 0},
                                348                 :                : { 5, s_6_41, -1, 1, 0},
                                349                 :                : { 5, s_6_42, -1, 1, 0},
                                350                 :                : { 5, s_6_43, -1, 1, 0},
                                351                 :                : { 2, s_6_44, -1, 1, 0},
                                352                 :                : { 2, s_6_45, -1, 1, 0},
                                353                 :                : { 2, s_6_46, -1, 1, 0},
                                354                 :                : { 2, s_6_47, -1, 1, 0},
                                355                 :                : { 4, s_6_48, 47, 1, 0},
                                356                 :                : { 4, s_6_49, 47, 1, 0},
                                357                 :                : { 3, s_6_50, 47, 1, 0},
                                358                 :                : { 5, s_6_51, 50, 1, 0},
                                359                 :                : { 5, s_6_52, 50, 1, 0},
                                360                 :                : { 5, s_6_53, 50, 1, 0},
                                361                 :                : { 4, s_6_54, 47, 1, 0},
                                362                 :                : { 4, s_6_55, 47, 1, 0},
                                363                 :                : { 4, s_6_56, 47, 1, 0},
                                364                 :                : { 4, s_6_57, 47, 1, 0},
                                365                 :                : { 2, s_6_58, -1, 1, 0},
                                366                 :                : { 5, s_6_59, 58, 1, 0},
                                367                 :                : { 5, s_6_60, 58, 1, 0},
                                368                 :                : { 5, s_6_61, 58, 1, 0},
                                369                 :                : { 4, s_6_62, 58, 1, 0},
                                370                 :                : { 4, s_6_63, 58, 1, 0},
                                371                 :                : { 4, s_6_64, 58, 1, 0},
                                372                 :                : { 5, s_6_65, 58, 1, 0},
                                373                 :                : { 5, s_6_66, 58, 1, 0},
                                374                 :                : { 5, s_6_67, 58, 1, 0},
                                375                 :                : { 5, s_6_68, 58, 1, 0},
                                376                 :                : { 5, s_6_69, 58, 1, 0},
                                377                 :                : { 5, s_6_70, 58, 1, 0},
                                378                 :                : { 2, s_6_71, -1, 1, 0},
                                379                 :                : { 3, s_6_72, 71, 1, 0},
                                380                 :                : { 3, s_6_73, 71, 1, 0},
                                381                 :                : { 5, s_6_74, 73, 1, 0},
                                382                 :                : { 5, s_6_75, 73, 1, 0},
                                383                 :                : { 5, s_6_76, 73, 1, 0},
                                384                 :                : { 5, s_6_77, 73, 1, 0},
                                385                 :                : { 5, s_6_78, 73, 1, 0},
                                386                 :                : { 5, s_6_79, 73, 1, 0},
                                387                 :                : { 6, s_6_80, 73, 1, 0},
                                388                 :                : { 6, s_6_81, 73, 1, 0},
                                389                 :                : { 6, s_6_82, 73, 1, 0},
                                390                 :                : { 5, s_6_83, 73, 1, 0},
                                391                 :                : { 4, s_6_84, 73, 1, 0},
                                392                 :                : { 6, s_6_85, 84, 1, 0},
                                393                 :                : { 6, s_6_86, 84, 1, 0},
                                394                 :                : { 6, s_6_87, 84, 1, 0},
                                395                 :                : { 4, s_6_88, -1, 1, 0},
                                396                 :                : { 4, s_6_89, -1, 1, 0},
                                397                 :                : { 4, s_6_90, -1, 1, 0},
                                398                 :                : { 6, s_6_91, 90, 1, 0},
                                399                 :                : { 6, s_6_92, 90, 1, 0},
                                400                 :                : { 6, s_6_93, 90, 1, 0},
                                401                 :                : { 6, s_6_94, 90, 1, 0},
                                402                 :                : { 5, s_6_95, 90, 1, 0},
                                403                 :                : { 7, s_6_96, 95, 1, 0},
                                404                 :                : { 7, s_6_97, 95, 1, 0},
                                405                 :                : { 7, s_6_98, 95, 1, 0},
                                406                 :                : { 4, s_6_99, -1, 1, 0},
                                407                 :                : { 6, s_6_100, 99, 1, 0},
                                408                 :                : { 6, s_6_101, 99, 1, 0},
                                409                 :                : { 6, s_6_102, 99, 1, 0},
                                410                 :                : { 7, s_6_103, 99, 1, 0},
                                411                 :                : { 7, s_6_104, 99, 1, 0},
                                412                 :                : { 7, s_6_105, 99, 1, 0},
                                413                 :                : { 4, s_6_106, -1, 1, 0},
                                414                 :                : { 5, s_6_107, -1, 1, 0},
                                415                 :                : { 5, s_6_108, -1, 1, 0},
                                416                 :                : { 5, s_6_109, -1, 1, 0},
                                417                 :                : { 4, s_6_110, -1, 1, 0},
                                418                 :                : { 4, s_6_111, -1, 1, 0},
                                419                 :                : { 4, s_6_112, -1, 1, 0},
                                420                 :                : { 4, s_6_113, -1, 1, 0},
                                421                 :                : { 2, s_6_114, -1, 1, 0},
                                422                 :                : { 2, s_6_115, -1, 1, 0},
                                423                 :                : { 2, s_6_116, -1, 1, 0},
                                424                 :                : { 3, s_6_117, -1, 1, 0},
                                425                 :                : { 3, s_6_118, -1, 1, 0},
                                426                 :                : { 3, s_6_119, -1, 1, 0}
                                427                 :                : };
                                428                 :                : 
                                429                 :                : static const symbol s_7_0[1] = { 'a' };
                                430                 :                : static const symbol s_7_1[1] = { 'i' };
                                431                 :                : static const symbol s_7_2[1] = { 'o' };
                                432                 :                : static const symbol s_7_3[2] = { 'o', 's' };
                                433                 :                : static const symbol s_7_4[1] = { 0xE1 };
                                434                 :                : static const symbol s_7_5[1] = { 0xED };
                                435                 :                : static const symbol s_7_6[1] = { 0xF3 };
                                436                 :                : 
                                437                 :                : static const struct among a_7[7] =
                                438                 :                : {
                                439                 :                : { 1, s_7_0, -1, 1, 0},
                                440                 :                : { 1, s_7_1, -1, 1, 0},
                                441                 :                : { 1, s_7_2, -1, 1, 0},
                                442                 :                : { 2, s_7_3, -1, 1, 0},
                                443                 :                : { 1, s_7_4, -1, 1, 0},
                                444                 :                : { 1, s_7_5, -1, 1, 0},
                                445                 :                : { 1, s_7_6, -1, 1, 0}
                                446                 :                : };
                                447                 :                : 
                                448                 :                : static const symbol s_8_0[1] = { 'e' };
                                449                 :                : static const symbol s_8_1[1] = { 0xE7 };
                                450                 :                : static const symbol s_8_2[1] = { 0xE9 };
                                451                 :                : static const symbol s_8_3[1] = { 0xEA };
                                452                 :                : 
                                453                 :                : static const struct among a_8[4] =
                                454                 :                : {
                                455                 :                : { 1, s_8_0, -1, 1, 0},
                                456                 :                : { 1, s_8_1, -1, 2, 0},
                                457                 :                : { 1, s_8_2, -1, 1, 0},
                                458                 :                : { 1, s_8_3, -1, 1, 0}
                                459                 :                : };
                                460                 :                : 
                                461                 :                : static const unsigned char g_v[] = { 17, 65, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 19, 12, 2 };
                                462                 :                : 
                                463                 :                : static const symbol s_0[] = { 'a', '~' };
                                464                 :                : static const symbol s_1[] = { 'o', '~' };
                                465                 :                : static const symbol s_2[] = { 0xE3 };
                                466                 :                : static const symbol s_3[] = { 0xF5 };
                                467                 :                : static const symbol s_4[] = { 'l', 'o', 'g' };
                                468                 :                : static const symbol s_5[] = { 'u' };
                                469                 :                : static const symbol s_6[] = { 'e', 'n', 't', 'e' };
                                470                 :                : static const symbol s_7[] = { 'a', 't' };
                                471                 :                : static const symbol s_8[] = { 'a', 't' };
                                472                 :                : static const symbol s_9[] = { 'i', 'r' };
                                473                 :                : static const symbol s_10[] = { 'c' };
                                474                 :                : 
 1660 peter@eisentraut.org      475                 :UBC           0 : static int r_prelude(struct SN_env * z) {
                                476                 :                :     int among_var;
                                477                 :              0 :     while(1) {
                                478                 :              0 :         int c1 = z->c;
                                479                 :              0 :         z->bra = z->c;
                                480   [ #  #  #  #  :              0 :         if (z->c >= z->l || (z->p[z->c + 0] != 227 && z->p[z->c + 0] != 245)) among_var = 3; else
                                              #  # ]
 2539 tgl@sss.pgh.pa.us         481                 :              0 :         among_var = find_among(z, a_0, 3);
 1660 peter@eisentraut.org      482                 :              0 :         z->ket = z->c;
                                483   [ #  #  #  # ]:              0 :         switch (among_var) {
 6591 tgl@sss.pgh.pa.us         484                 :              0 :             case 1:
 1660 peter@eisentraut.org      485                 :              0 :                 {   int ret = slice_from_s(z, 2, s_0);
 6591 tgl@sss.pgh.pa.us         486         [ #  # ]:              0 :                     if (ret < 0) return ret;
                                487                 :                :                 }
                                488                 :              0 :                 break;
                                489                 :              0 :             case 2:
 1660 peter@eisentraut.org      490                 :              0 :                 {   int ret = slice_from_s(z, 2, s_1);
 6591 tgl@sss.pgh.pa.us         491         [ #  # ]:              0 :                     if (ret < 0) return ret;
                                492                 :                :                 }
                                493                 :              0 :                 break;
                                494                 :              0 :             case 3:
                                495         [ #  # ]:              0 :                 if (z->c >= z->l) goto lab0;
 1660 peter@eisentraut.org      496                 :              0 :                 z->c++;
 6591 tgl@sss.pgh.pa.us         497                 :              0 :                 break;
                                498                 :                :         }
                                499                 :              0 :         continue;
                                500                 :              0 :     lab0:
                                501                 :              0 :         z->c = c1;
                                502                 :              0 :         break;
                                503                 :                :     }
                                504                 :              0 :     return 1;
                                505                 :                : }
                                506                 :                : 
 1660 peter@eisentraut.org      507                 :              0 : static int r_mark_regions(struct SN_env * z) {
                                508                 :              0 :     z->I[2] = z->l;
                                509                 :              0 :     z->I[1] = z->l;
                                510                 :              0 :     z->I[0] = z->l;
                                511                 :              0 :     {   int c1 = z->c;
                                512                 :              0 :         {   int c2 = z->c;
                                513         [ #  # ]:              0 :             if (in_grouping(z, g_v, 97, 250, 0)) goto lab2;
                                514                 :              0 :             {   int c3 = z->c;
                                515         [ #  # ]:              0 :                 if (out_grouping(z, g_v, 97, 250, 0)) goto lab4;
                                516                 :                : 
                                517                 :                :                 {
 6591 tgl@sss.pgh.pa.us         518                 :              0 :                     int ret = out_grouping(z, g_v, 97, 250, 1);
                                519         [ #  # ]:              0 :                     if (ret < 0) goto lab4;
                                520                 :              0 :                     z->c += ret;
                                521                 :                :                 }
                                522                 :              0 :                 goto lab3;
                                523                 :              0 :             lab4:
                                524                 :              0 :                 z->c = c3;
 1660 peter@eisentraut.org      525         [ #  # ]:              0 :                 if (in_grouping(z, g_v, 97, 250, 0)) goto lab2;
                                526                 :                : 
                                527                 :                :                 {
 6591 tgl@sss.pgh.pa.us         528                 :              0 :                     int ret = in_grouping(z, g_v, 97, 250, 1);
                                529         [ #  # ]:              0 :                     if (ret < 0) goto lab2;
                                530                 :              0 :                     z->c += ret;
                                531                 :                :                 }
                                532                 :                :             }
                                533                 :              0 :         lab3:
                                534                 :              0 :             goto lab1;
                                535                 :              0 :         lab2:
                                536                 :              0 :             z->c = c2;
 1660 peter@eisentraut.org      537         [ #  # ]:              0 :             if (out_grouping(z, g_v, 97, 250, 0)) goto lab0;
                                538                 :              0 :             {   int c4 = z->c;
                                539         [ #  # ]:              0 :                 if (out_grouping(z, g_v, 97, 250, 0)) goto lab6;
                                540                 :                : 
                                541                 :                :                 {
 6591 tgl@sss.pgh.pa.us         542                 :              0 :                     int ret = out_grouping(z, g_v, 97, 250, 1);
                                543         [ #  # ]:              0 :                     if (ret < 0) goto lab6;
                                544                 :              0 :                     z->c += ret;
                                545                 :                :                 }
                                546                 :              0 :                 goto lab5;
                                547                 :              0 :             lab6:
                                548                 :              0 :                 z->c = c4;
 1660 peter@eisentraut.org      549         [ #  # ]:              0 :                 if (in_grouping(z, g_v, 97, 250, 0)) goto lab0;
 6591 tgl@sss.pgh.pa.us         550         [ #  # ]:              0 :                 if (z->c >= z->l) goto lab0;
 1660 peter@eisentraut.org      551                 :              0 :                 z->c++;
                                552                 :                :             }
 6591 tgl@sss.pgh.pa.us         553                 :              0 :         lab5:
                                554                 :                :             ;
                                555                 :                :         }
                                556                 :              0 :     lab1:
 1660 peter@eisentraut.org      557                 :              0 :         z->I[2] = z->c;
 6591 tgl@sss.pgh.pa.us         558                 :              0 :     lab0:
                                559                 :              0 :         z->c = c1;
                                560                 :                :     }
 1660 peter@eisentraut.org      561                 :              0 :     {   int c5 = z->c;
                                562                 :                : 
                                563                 :                :         {
 6591 tgl@sss.pgh.pa.us         564                 :              0 :             int ret = out_grouping(z, g_v, 97, 250, 1);
                                565         [ #  # ]:              0 :             if (ret < 0) goto lab7;
                                566                 :              0 :             z->c += ret;
                                567                 :                :         }
                                568                 :                : 
                                569                 :                :         {
                                570                 :              0 :             int ret = in_grouping(z, g_v, 97, 250, 1);
                                571         [ #  # ]:              0 :             if (ret < 0) goto lab7;
                                572                 :              0 :             z->c += ret;
                                573                 :                :         }
 1660 peter@eisentraut.org      574                 :              0 :         z->I[1] = z->c;
                                575                 :                : 
                                576                 :                :         {
 6591 tgl@sss.pgh.pa.us         577                 :              0 :             int ret = out_grouping(z, g_v, 97, 250, 1);
                                578         [ #  # ]:              0 :             if (ret < 0) goto lab7;
                                579                 :              0 :             z->c += ret;
                                580                 :                :         }
                                581                 :                : 
                                582                 :                :         {
                                583                 :              0 :             int ret = in_grouping(z, g_v, 97, 250, 1);
                                584         [ #  # ]:              0 :             if (ret < 0) goto lab7;
                                585                 :              0 :             z->c += ret;
                                586                 :                :         }
 1660 peter@eisentraut.org      587                 :              0 :         z->I[0] = z->c;
 6591 tgl@sss.pgh.pa.us         588                 :              0 :     lab7:
                                589                 :              0 :         z->c = c5;
                                590                 :                :     }
                                591                 :              0 :     return 1;
                                592                 :                : }
                                593                 :                : 
 1660 peter@eisentraut.org      594                 :              0 : static int r_postlude(struct SN_env * z) {
                                595                 :                :     int among_var;
                                596                 :              0 :     while(1) {
                                597                 :              0 :         int c1 = z->c;
                                598                 :              0 :         z->bra = z->c;
                                599   [ #  #  #  # ]:              0 :         if (z->c + 1 >= z->l || z->p[z->c + 1] != 126) among_var = 3; else
 2539 tgl@sss.pgh.pa.us         600                 :              0 :         among_var = find_among(z, a_1, 3);
 1660 peter@eisentraut.org      601                 :              0 :         z->ket = z->c;
                                602   [ #  #  #  # ]:              0 :         switch (among_var) {
 6591 tgl@sss.pgh.pa.us         603                 :              0 :             case 1:
 1660 peter@eisentraut.org      604                 :              0 :                 {   int ret = slice_from_s(z, 1, s_2);
 6591 tgl@sss.pgh.pa.us         605         [ #  # ]:              0 :                     if (ret < 0) return ret;
                                606                 :                :                 }
                                607                 :              0 :                 break;
                                608                 :              0 :             case 2:
 1660 peter@eisentraut.org      609                 :              0 :                 {   int ret = slice_from_s(z, 1, s_3);
 6591 tgl@sss.pgh.pa.us         610         [ #  # ]:              0 :                     if (ret < 0) return ret;
                                611                 :                :                 }
                                612                 :              0 :                 break;
                                613                 :              0 :             case 3:
                                614         [ #  # ]:              0 :                 if (z->c >= z->l) goto lab0;
 1660 peter@eisentraut.org      615                 :              0 :                 z->c++;
 6591 tgl@sss.pgh.pa.us         616                 :              0 :                 break;
                                617                 :                :         }
                                618                 :              0 :         continue;
                                619                 :              0 :     lab0:
                                620                 :              0 :         z->c = c1;
                                621                 :              0 :         break;
                                622                 :                :     }
                                623                 :              0 :     return 1;
                                624                 :                : }
                                625                 :                : 
 1660 peter@eisentraut.org      626                 :              0 : static int r_RV(struct SN_env * z) {
  200 tgl@sss.pgh.pa.us         627                 :              0 :     return z->I[2] <= z->c;
                                628                 :                : }
                                629                 :                : 
 1660 peter@eisentraut.org      630                 :              0 : static int r_R1(struct SN_env * z) {
  200 tgl@sss.pgh.pa.us         631                 :              0 :     return z->I[1] <= z->c;
                                632                 :                : }
                                633                 :                : 
 1660 peter@eisentraut.org      634                 :              0 : static int r_R2(struct SN_env * z) {
  200 tgl@sss.pgh.pa.us         635                 :              0 :     return z->I[0] <= z->c;
                                636                 :                : }
                                637                 :                : 
 1660 peter@eisentraut.org      638                 :              0 : static int r_standard_suffix(struct SN_env * z) {
                                639                 :                :     int among_var;
                                640                 :              0 :     z->ket = z->c;
                                641   [ #  #  #  #  :              0 :     if (z->c - 2 <= z->lb || z->p[z->c - 1] >> 5 != 3 || !((823330 >> (z->p[z->c - 1] & 0x1f)) & 1)) return 0;
                                              #  # ]
 2539 tgl@sss.pgh.pa.us         642                 :              0 :     among_var = find_among_b(z, a_5, 45);
  200                           643         [ #  # ]:              0 :     if (!among_var) return 0;
 1660 peter@eisentraut.org      644                 :              0 :     z->bra = z->c;
                                645   [ #  #  #  #  :              0 :     switch (among_var) {
                                     #  #  #  #  #  
                                                 # ]
 6591 tgl@sss.pgh.pa.us         646                 :              0 :         case 1:
 1660 peter@eisentraut.org      647                 :              0 :             {   int ret = r_R2(z);
 2539 tgl@sss.pgh.pa.us         648         [ #  # ]:              0 :                 if (ret <= 0) return ret;
                                649                 :                :             }
 1660 peter@eisentraut.org      650                 :              0 :             {   int ret = slice_del(z);
 6591 tgl@sss.pgh.pa.us         651         [ #  # ]:              0 :                 if (ret < 0) return ret;
                                652                 :                :             }
                                653                 :              0 :             break;
                                654                 :              0 :         case 2:
 1660 peter@eisentraut.org      655                 :              0 :             {   int ret = r_R2(z);
 2539 tgl@sss.pgh.pa.us         656         [ #  # ]:              0 :                 if (ret <= 0) return ret;
                                657                 :                :             }
 1660 peter@eisentraut.org      658                 :              0 :             {   int ret = slice_from_s(z, 3, s_4);
 6591 tgl@sss.pgh.pa.us         659         [ #  # ]:              0 :                 if (ret < 0) return ret;
                                660                 :                :             }
                                661                 :              0 :             break;
                                662                 :              0 :         case 3:
 1660 peter@eisentraut.org      663                 :              0 :             {   int ret = r_R2(z);
 2539 tgl@sss.pgh.pa.us         664         [ #  # ]:              0 :                 if (ret <= 0) return ret;
                                665                 :                :             }
 1660 peter@eisentraut.org      666                 :              0 :             {   int ret = slice_from_s(z, 1, s_5);
 6591 tgl@sss.pgh.pa.us         667         [ #  # ]:              0 :                 if (ret < 0) return ret;
                                668                 :                :             }
                                669                 :              0 :             break;
                                670                 :              0 :         case 4:
 1660 peter@eisentraut.org      671                 :              0 :             {   int ret = r_R2(z);
 2539 tgl@sss.pgh.pa.us         672         [ #  # ]:              0 :                 if (ret <= 0) return ret;
                                673                 :                :             }
 1660 peter@eisentraut.org      674                 :              0 :             {   int ret = slice_from_s(z, 4, s_6);
 6591 tgl@sss.pgh.pa.us         675         [ #  # ]:              0 :                 if (ret < 0) return ret;
                                676                 :                :             }
                                677                 :              0 :             break;
                                678                 :              0 :         case 5:
 1660 peter@eisentraut.org      679                 :              0 :             {   int ret = r_R1(z);
 2539 tgl@sss.pgh.pa.us         680         [ #  # ]:              0 :                 if (ret <= 0) return ret;
                                681                 :                :             }
 1660 peter@eisentraut.org      682                 :              0 :             {   int ret = slice_del(z);
 6591 tgl@sss.pgh.pa.us         683         [ #  # ]:              0 :                 if (ret < 0) return ret;
                                684                 :                :             }
 1660 peter@eisentraut.org      685                 :              0 :             {   int m1 = z->l - z->c; (void)m1;
                                686                 :              0 :                 z->ket = z->c;
                                687   [ #  #  #  #  :              0 :                 if (z->c - 1 <= z->lb || z->p[z->c - 1] >> 5 != 3 || !((4718616 >> (z->p[z->c - 1] & 0x1f)) & 1)) { z->c = z->l - m1; goto lab0; }
                                              #  # ]
 2539 tgl@sss.pgh.pa.us         688                 :              0 :                 among_var = find_among_b(z, a_2, 4);
  200                           689         [ #  # ]:              0 :                 if (!among_var) { z->c = z->l - m1; goto lab0; }
 1660 peter@eisentraut.org      690                 :              0 :                 z->bra = z->c;
                                691                 :              0 :                 {   int ret = r_R2(z);
 2539 tgl@sss.pgh.pa.us         692         [ #  # ]:              0 :                     if (ret == 0) { z->c = z->l - m1; goto lab0; }
 6591                           693         [ #  # ]:              0 :                     if (ret < 0) return ret;
                                694                 :                :                 }
 1660 peter@eisentraut.org      695                 :              0 :                 {   int ret = slice_del(z);
 6591 tgl@sss.pgh.pa.us         696         [ #  # ]:              0 :                     if (ret < 0) return ret;
                                697                 :                :                 }
 1660 peter@eisentraut.org      698         [ #  # ]:              0 :                 switch (among_var) {
 6591 tgl@sss.pgh.pa.us         699                 :              0 :                     case 1:
 1660 peter@eisentraut.org      700                 :              0 :                         z->ket = z->c;
                                701         [ #  # ]:              0 :                         if (!(eq_s_b(z, 2, s_7))) { z->c = z->l - m1; goto lab0; }
                                702                 :              0 :                         z->bra = z->c;
                                703                 :              0 :                         {   int ret = r_R2(z);
 2539 tgl@sss.pgh.pa.us         704         [ #  # ]:              0 :                             if (ret == 0) { z->c = z->l - m1; goto lab0; }
 6591                           705         [ #  # ]:              0 :                             if (ret < 0) return ret;
                                706                 :                :                         }
 1660 peter@eisentraut.org      707                 :              0 :                         {   int ret = slice_del(z);
 6591 tgl@sss.pgh.pa.us         708         [ #  # ]:              0 :                             if (ret < 0) return ret;
                                709                 :                :                         }
                                710                 :              0 :                         break;
                                711                 :                :                 }
                                712                 :              0 :             lab0:
                                713                 :                :                 ;
                                714                 :                :             }
                                715                 :              0 :             break;
                                716                 :              0 :         case 6:
 1660 peter@eisentraut.org      717                 :              0 :             {   int ret = r_R2(z);
 2539 tgl@sss.pgh.pa.us         718         [ #  # ]:              0 :                 if (ret <= 0) return ret;
                                719                 :                :             }
 1660 peter@eisentraut.org      720                 :              0 :             {   int ret = slice_del(z);
 6591 tgl@sss.pgh.pa.us         721         [ #  # ]:              0 :                 if (ret < 0) return ret;
                                722                 :                :             }
 1660 peter@eisentraut.org      723                 :              0 :             {   int m2 = z->l - z->c; (void)m2;
                                724                 :              0 :                 z->ket = z->c;
                                725   [ #  #  #  #  :              0 :                 if (z->c - 3 <= z->lb || (z->p[z->c - 1] != 101 && z->p[z->c - 1] != 108)) { z->c = z->l - m2; goto lab1; }
                                              #  # ]
  200 tgl@sss.pgh.pa.us         726         [ #  # ]:              0 :                 if (!find_among_b(z, a_3, 3)) { z->c = z->l - m2; goto lab1; }
 1660 peter@eisentraut.org      727                 :              0 :                 z->bra = z->c;
                                728                 :              0 :                 {   int ret = r_R2(z);
 2539 tgl@sss.pgh.pa.us         729         [ #  # ]:              0 :                     if (ret == 0) { z->c = z->l - m2; goto lab1; }
                                730         [ #  # ]:              0 :                     if (ret < 0) return ret;
                                731                 :                :                 }
 1660 peter@eisentraut.org      732                 :              0 :                 {   int ret = slice_del(z);
 2539 tgl@sss.pgh.pa.us         733         [ #  # ]:              0 :                     if (ret < 0) return ret;
                                734                 :                :                 }
 6591                           735                 :              0 :             lab1:
                                736                 :                :                 ;
                                737                 :                :             }
                                738                 :              0 :             break;
                                739                 :              0 :         case 7:
 1660 peter@eisentraut.org      740                 :              0 :             {   int ret = r_R2(z);
 2539 tgl@sss.pgh.pa.us         741         [ #  # ]:              0 :                 if (ret <= 0) return ret;
                                742                 :                :             }
 1660 peter@eisentraut.org      743                 :              0 :             {   int ret = slice_del(z);
 6591 tgl@sss.pgh.pa.us         744         [ #  # ]:              0 :                 if (ret < 0) return ret;
                                745                 :                :             }
 1660 peter@eisentraut.org      746                 :              0 :             {   int m3 = z->l - z->c; (void)m3;
                                747                 :              0 :                 z->ket = z->c;
                                748   [ #  #  #  #  :              0 :                 if (z->c - 1 <= z->lb || z->p[z->c - 1] >> 5 != 3 || !((4198408 >> (z->p[z->c - 1] & 0x1f)) & 1)) { z->c = z->l - m3; goto lab2; }
                                              #  # ]
  200 tgl@sss.pgh.pa.us         749         [ #  # ]:              0 :                 if (!find_among_b(z, a_4, 3)) { z->c = z->l - m3; goto lab2; }
 1660 peter@eisentraut.org      750                 :              0 :                 z->bra = z->c;
                                751                 :              0 :                 {   int ret = r_R2(z);
 2539 tgl@sss.pgh.pa.us         752         [ #  # ]:              0 :                     if (ret == 0) { z->c = z->l - m3; goto lab2; }
                                753         [ #  # ]:              0 :                     if (ret < 0) return ret;
                                754                 :                :                 }
 1660 peter@eisentraut.org      755                 :              0 :                 {   int ret = slice_del(z);
 2539 tgl@sss.pgh.pa.us         756         [ #  # ]:              0 :                     if (ret < 0) return ret;
                                757                 :                :                 }
 6591                           758                 :              0 :             lab2:
                                759                 :                :                 ;
                                760                 :                :             }
                                761                 :              0 :             break;
                                762                 :              0 :         case 8:
 1660 peter@eisentraut.org      763                 :              0 :             {   int ret = r_R2(z);
 2539 tgl@sss.pgh.pa.us         764         [ #  # ]:              0 :                 if (ret <= 0) return ret;
                                765                 :                :             }
 1660 peter@eisentraut.org      766                 :              0 :             {   int ret = slice_del(z);
 6591 tgl@sss.pgh.pa.us         767         [ #  # ]:              0 :                 if (ret < 0) return ret;
                                768                 :                :             }
 1660 peter@eisentraut.org      769                 :              0 :             {   int m4 = z->l - z->c; (void)m4;
                                770                 :              0 :                 z->ket = z->c;
                                771         [ #  # ]:              0 :                 if (!(eq_s_b(z, 2, s_8))) { z->c = z->l - m4; goto lab3; }
                                772                 :              0 :                 z->bra = z->c;
                                773                 :              0 :                 {   int ret = r_R2(z);
 2539 tgl@sss.pgh.pa.us         774         [ #  # ]:              0 :                     if (ret == 0) { z->c = z->l - m4; goto lab3; }
 6591                           775         [ #  # ]:              0 :                     if (ret < 0) return ret;
                                776                 :                :                 }
 1660 peter@eisentraut.org      777                 :              0 :                 {   int ret = slice_del(z);
 6591 tgl@sss.pgh.pa.us         778         [ #  # ]:              0 :                     if (ret < 0) return ret;
                                779                 :                :                 }
                                780                 :              0 :             lab3:
                                781                 :                :                 ;
                                782                 :                :             }
                                783                 :              0 :             break;
                                784                 :              0 :         case 9:
 1660 peter@eisentraut.org      785                 :              0 :             {   int ret = r_RV(z);
 2539 tgl@sss.pgh.pa.us         786         [ #  # ]:              0 :                 if (ret <= 0) return ret;
                                787                 :                :             }
 1660 peter@eisentraut.org      788   [ #  #  #  # ]:              0 :             if (z->c <= z->lb || z->p[z->c - 1] != 'e') return 0;
 2539 tgl@sss.pgh.pa.us         789                 :              0 :             z->c--;
 1660 peter@eisentraut.org      790                 :              0 :             {   int ret = slice_from_s(z, 2, s_9);
 6591 tgl@sss.pgh.pa.us         791         [ #  # ]:              0 :                 if (ret < 0) return ret;
                                792                 :                :             }
                                793                 :              0 :             break;
                                794                 :                :     }
                                795                 :              0 :     return 1;
                                796                 :                : }
                                797                 :                : 
 1660 peter@eisentraut.org      798                 :              0 : static int r_verb_suffix(struct SN_env * z) {
                                799                 :                : 
                                800                 :                :     {   int mlimit1;
                                801         [ #  # ]:              0 :         if (z->c < z->I[2]) return 0;
                                802                 :              0 :         mlimit1 = z->lb; z->lb = z->I[2];
                                803                 :              0 :         z->ket = z->c;
  200 tgl@sss.pgh.pa.us         804         [ #  # ]:              0 :         if (!find_among_b(z, a_6, 120)) { z->lb = mlimit1; return 0; }
 1660 peter@eisentraut.org      805                 :              0 :         z->bra = z->c;
                                806                 :              0 :         {   int ret = slice_del(z);
 2539 tgl@sss.pgh.pa.us         807         [ #  # ]:              0 :             if (ret < 0) return ret;
                                808                 :                :         }
                                809                 :              0 :         z->lb = mlimit1;
                                810                 :                :     }
 6591                           811                 :              0 :     return 1;
                                812                 :                : }
                                813                 :                : 
 1660 peter@eisentraut.org      814                 :              0 : static int r_residual_suffix(struct SN_env * z) {
                                815                 :              0 :     z->ket = z->c;
  200 tgl@sss.pgh.pa.us         816         [ #  # ]:              0 :     if (!find_among_b(z, a_7, 7)) return 0;
 1660 peter@eisentraut.org      817                 :              0 :     z->bra = z->c;
                                818                 :              0 :     {   int ret = r_RV(z);
 2539 tgl@sss.pgh.pa.us         819         [ #  # ]:              0 :         if (ret <= 0) return ret;
                                820                 :                :     }
 1660 peter@eisentraut.org      821                 :              0 :     {   int ret = slice_del(z);
 2539 tgl@sss.pgh.pa.us         822         [ #  # ]:              0 :         if (ret < 0) return ret;
                                823                 :                :     }
 6591                           824                 :              0 :     return 1;
                                825                 :                : }
                                826                 :                : 
 1660 peter@eisentraut.org      827                 :              0 : static int r_residual_form(struct SN_env * z) {
                                828                 :                :     int among_var;
                                829                 :              0 :     z->ket = z->c;
                                830                 :              0 :     among_var = find_among_b(z, a_8, 4);
  200 tgl@sss.pgh.pa.us         831         [ #  # ]:              0 :     if (!among_var) return 0;
 1660 peter@eisentraut.org      832                 :              0 :     z->bra = z->c;
                                833      [ #  #  # ]:              0 :     switch (among_var) {
 6591 tgl@sss.pgh.pa.us         834                 :              0 :         case 1:
 1660 peter@eisentraut.org      835                 :              0 :             {   int ret = r_RV(z);
 2539 tgl@sss.pgh.pa.us         836         [ #  # ]:              0 :                 if (ret <= 0) return ret;
                                837                 :                :             }
 1660 peter@eisentraut.org      838                 :              0 :             {   int ret = slice_del(z);
 6591 tgl@sss.pgh.pa.us         839         [ #  # ]:              0 :                 if (ret < 0) return ret;
                                840                 :                :             }
 1660 peter@eisentraut.org      841                 :              0 :             z->ket = z->c;
                                842                 :              0 :             {   int m1 = z->l - z->c; (void)m1;
                                843   [ #  #  #  # ]:              0 :                 if (z->c <= z->lb || z->p[z->c - 1] != 'u') goto lab1;
 2539 tgl@sss.pgh.pa.us         844                 :              0 :                 z->c--;
 1660 peter@eisentraut.org      845                 :              0 :                 z->bra = z->c;
                                846                 :              0 :                 {   int m_test2 = z->l - z->c;
                                847   [ #  #  #  # ]:              0 :                     if (z->c <= z->lb || z->p[z->c - 1] != 'g') goto lab1;
 2539 tgl@sss.pgh.pa.us         848                 :              0 :                     z->c--;
                                849                 :              0 :                     z->c = z->l - m_test2;
                                850                 :                :                 }
 6591                           851                 :              0 :                 goto lab0;
                                852                 :              0 :             lab1:
                                853                 :              0 :                 z->c = z->l - m1;
 1660 peter@eisentraut.org      854   [ #  #  #  # ]:              0 :                 if (z->c <= z->lb || z->p[z->c - 1] != 'i') return 0;
 2539 tgl@sss.pgh.pa.us         855                 :              0 :                 z->c--;
 1660 peter@eisentraut.org      856                 :              0 :                 z->bra = z->c;
                                857                 :              0 :                 {   int m_test3 = z->l - z->c;
                                858   [ #  #  #  # ]:              0 :                     if (z->c <= z->lb || z->p[z->c - 1] != 'c') return 0;
 2539 tgl@sss.pgh.pa.us         859                 :              0 :                     z->c--;
                                860                 :              0 :                     z->c = z->l - m_test3;
                                861                 :                :                 }
                                862                 :                :             }
 6591                           863                 :              0 :         lab0:
 1660 peter@eisentraut.org      864                 :              0 :             {   int ret = r_RV(z);
 2539 tgl@sss.pgh.pa.us         865         [ #  # ]:              0 :                 if (ret <= 0) return ret;
                                866                 :                :             }
 1660 peter@eisentraut.org      867                 :              0 :             {   int ret = slice_del(z);
 6591 tgl@sss.pgh.pa.us         868         [ #  # ]:              0 :                 if (ret < 0) return ret;
                                869                 :                :             }
                                870                 :              0 :             break;
                                871                 :              0 :         case 2:
 1660 peter@eisentraut.org      872                 :              0 :             {   int ret = slice_from_s(z, 1, s_10);
 6591 tgl@sss.pgh.pa.us         873         [ #  # ]:              0 :                 if (ret < 0) return ret;
                                874                 :                :             }
                                875                 :              0 :             break;
                                876                 :                :     }
                                877                 :              0 :     return 1;
                                878                 :                : }
                                879                 :                : 
 1660 peter@eisentraut.org      880                 :              0 : extern int portuguese_ISO_8859_1_stem(struct SN_env * z) {
                                881                 :              0 :     {   int c1 = z->c;
                                882                 :              0 :         {   int ret = r_prelude(z);
 6591 tgl@sss.pgh.pa.us         883         [ #  # ]:              0 :             if (ret < 0) return ret;
                                884                 :                :         }
                                885                 :              0 :         z->c = c1;
                                886                 :                :     }
                                887                 :                : 
 1660 peter@eisentraut.org      888                 :              0 :     {   int ret = r_mark_regions(z);
 2539 tgl@sss.pgh.pa.us         889         [ #  # ]:              0 :         if (ret < 0) return ret;
                                890                 :                :     }
 1660 peter@eisentraut.org      891                 :              0 :     z->lb = z->c; z->c = z->l;
                                892                 :                : 
                                893                 :              0 :     {   int m2 = z->l - z->c; (void)m2;
                                894                 :              0 :         {   int m3 = z->l - z->c; (void)m3;
                                895                 :              0 :             {   int m4 = z->l - z->c; (void)m4;
                                896                 :              0 :                 {   int m5 = z->l - z->c; (void)m5;
                                897                 :              0 :                     {   int ret = r_standard_suffix(z);
 1916                           898         [ #  # ]:              0 :                         if (ret == 0) goto lab4;
 6591 tgl@sss.pgh.pa.us         899         [ #  # ]:              0 :                         if (ret < 0) return ret;
                                900                 :                :                     }
 1916 peter@eisentraut.org      901                 :              0 :                     goto lab3;
                                902                 :              0 :                 lab4:
 2539 tgl@sss.pgh.pa.us         903                 :              0 :                     z->c = z->l - m5;
 1660 peter@eisentraut.org      904                 :              0 :                     {   int ret = r_verb_suffix(z);
 1916                           905         [ #  # ]:              0 :                         if (ret == 0) goto lab2;
 6591 tgl@sss.pgh.pa.us         906         [ #  # ]:              0 :                         if (ret < 0) return ret;
                                907                 :                :                     }
                                908                 :                :                 }
 1916 peter@eisentraut.org      909                 :              0 :             lab3:
 2539 tgl@sss.pgh.pa.us         910                 :              0 :                 z->c = z->l - m4;
 1660 peter@eisentraut.org      911                 :              0 :                 {   int m6 = z->l - z->c; (void)m6;
                                912                 :              0 :                     z->ket = z->c;
                                913   [ #  #  #  # ]:              0 :                     if (z->c <= z->lb || z->p[z->c - 1] != 'i') goto lab5;
 2539 tgl@sss.pgh.pa.us         914                 :              0 :                     z->c--;
 1660 peter@eisentraut.org      915                 :              0 :                     z->bra = z->c;
                                916                 :              0 :                     {   int m_test7 = z->l - z->c;
                                917   [ #  #  #  # ]:              0 :                         if (z->c <= z->lb || z->p[z->c - 1] != 'c') goto lab5;
 2539 tgl@sss.pgh.pa.us         918                 :              0 :                         z->c--;
                                919                 :              0 :                         z->c = z->l - m_test7;
                                920                 :                :                     }
 1660 peter@eisentraut.org      921                 :              0 :                     {   int ret = r_RV(z);
 1916                           922         [ #  # ]:              0 :                         if (ret == 0) goto lab5;
 6591 tgl@sss.pgh.pa.us         923         [ #  # ]:              0 :                         if (ret < 0) return ret;
                                924                 :                :                     }
 1660 peter@eisentraut.org      925                 :              0 :                     {   int ret = slice_del(z);
 6591 tgl@sss.pgh.pa.us         926         [ #  # ]:              0 :                         if (ret < 0) return ret;
                                927                 :                :                     }
 1916 peter@eisentraut.org      928                 :              0 :                 lab5:
 2539 tgl@sss.pgh.pa.us         929                 :              0 :                     z->c = z->l - m6;
                                930                 :                :                 }
                                931                 :                :             }
 1916 peter@eisentraut.org      932                 :              0 :             goto lab1;
                                933                 :              0 :         lab2:
 2539 tgl@sss.pgh.pa.us         934                 :              0 :             z->c = z->l - m3;
 1660 peter@eisentraut.org      935                 :              0 :             {   int ret = r_residual_suffix(z);
 1916                           936         [ #  # ]:              0 :                 if (ret == 0) goto lab0;
 6591 tgl@sss.pgh.pa.us         937         [ #  # ]:              0 :                 if (ret < 0) return ret;
                                938                 :                :             }
                                939                 :                :         }
 1916 peter@eisentraut.org      940                 :              0 :     lab1:
                                941                 :              0 :     lab0:
 2539 tgl@sss.pgh.pa.us         942                 :              0 :         z->c = z->l - m2;
                                943                 :                :     }
 1660 peter@eisentraut.org      944                 :              0 :     {   int m8 = z->l - z->c; (void)m8;
                                945                 :              0 :         {   int ret = r_residual_form(z);
 6591 tgl@sss.pgh.pa.us         946         [ #  # ]:              0 :             if (ret < 0) return ret;
                                947                 :                :         }
                                948                 :              0 :         z->c = z->l - m8;
                                949                 :                :     }
                                950                 :              0 :     z->c = z->lb;
 1660 peter@eisentraut.org      951                 :              0 :     {   int c9 = z->c;
                                952                 :              0 :         {   int ret = r_postlude(z);
 6591 tgl@sss.pgh.pa.us         953         [ #  # ]:              0 :             if (ret < 0) return ret;
                                954                 :                :         }
                                955                 :              0 :         z->c = c9;
                                956                 :                :     }
                                957                 :              0 :     return 1;
                                958                 :                : }
                                959                 :                : 
 1660 peter@eisentraut.org      960                 :              0 : extern struct SN_env * portuguese_ISO_8859_1_create_env(void) { return SN_create_env(0, 3); }
                                961                 :                : 
 6591 tgl@sss.pgh.pa.us         962                 :              0 : extern void portuguese_ISO_8859_1_close_env(struct SN_env * z) { SN_close_env(z, 0); }
                                963                 :                : 
        

Generated by: LCOV version 2.4-beta