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: Differential Code Coverage 16@8cea358b128 vs 17@8cea358b128 Lines: 0.0 % 357 0 357
Current Date: 2024-04-14 14:21:10 Functions: 0.0 % 13 0 13
Baseline: 16@8cea358b128 Branches: 0.0 % 261 0 261
Baseline Date: 2024-04-14 14:21:09 Line coverage date bins:
Legend: Lines: hit not hit | Branches: + taken - not taken # not executed (240..) days: 0.0 % 357 0 357
Function coverage date bins:
(240..) days: 0.0 % 13 0 13
Branch coverage date bins:
(240..) days: 0.0 % 261 0 261

 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                 :                : 
 1150 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
                                              #  # ]
 2029 tgl@sss.pgh.pa.us         481                 :              0 :         among_var = find_among(z, a_0, 3);
 6081                           482         [ #  # ]:              0 :         if (!(among_var)) goto lab0;
 1150 peter@eisentraut.org      483                 :              0 :         z->ket = z->c;
                                484   [ #  #  #  # ]:              0 :         switch (among_var) {
 6081 tgl@sss.pgh.pa.us         485                 :              0 :             case 1:
 1150 peter@eisentraut.org      486                 :              0 :                 {   int ret = slice_from_s(z, 2, s_0);
 6081 tgl@sss.pgh.pa.us         487         [ #  # ]:              0 :                     if (ret < 0) return ret;
                                488                 :                :                 }
                                489                 :              0 :                 break;
                                490                 :              0 :             case 2:
 1150 peter@eisentraut.org      491                 :              0 :                 {   int ret = slice_from_s(z, 2, s_1);
 6081 tgl@sss.pgh.pa.us         492         [ #  # ]:              0 :                     if (ret < 0) return ret;
                                493                 :                :                 }
                                494                 :              0 :                 break;
                                495                 :              0 :             case 3:
                                496         [ #  # ]:              0 :                 if (z->c >= z->l) goto lab0;
 1150 peter@eisentraut.org      497                 :              0 :                 z->c++;
 6081 tgl@sss.pgh.pa.us         498                 :              0 :                 break;
                                499                 :                :         }
                                500                 :              0 :         continue;
                                501                 :              0 :     lab0:
                                502                 :              0 :         z->c = c1;
                                503                 :              0 :         break;
                                504                 :                :     }
                                505                 :              0 :     return 1;
                                506                 :                : }
                                507                 :                : 
 1150 peter@eisentraut.org      508                 :              0 : static int r_mark_regions(struct SN_env * z) {
                                509                 :              0 :     z->I[2] = z->l;
                                510                 :              0 :     z->I[1] = z->l;
                                511                 :              0 :     z->I[0] = z->l;
                                512                 :              0 :     {   int c1 = z->c;
                                513                 :              0 :         {   int c2 = z->c;
                                514         [ #  # ]:              0 :             if (in_grouping(z, g_v, 97, 250, 0)) goto lab2;
                                515                 :              0 :             {   int c3 = z->c;
                                516         [ #  # ]:              0 :                 if (out_grouping(z, g_v, 97, 250, 0)) goto lab4;
                                517                 :                :                 {   
 6081 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;
 1150 peter@eisentraut.org      525         [ #  # ]:              0 :                 if (in_grouping(z, g_v, 97, 250, 0)) goto lab2;
                                526                 :                :                 {   
 6081 tgl@sss.pgh.pa.us         527                 :              0 :                     int ret = in_grouping(z, g_v, 97, 250, 1);
                                528         [ #  # ]:              0 :                     if (ret < 0) goto lab2;
                                529                 :              0 :                     z->c += ret;
                                530                 :                :                 }
                                531                 :                :             }
                                532                 :              0 :         lab3:
                                533                 :              0 :             goto lab1;
                                534                 :              0 :         lab2:
                                535                 :              0 :             z->c = c2;
 1150 peter@eisentraut.org      536         [ #  # ]:              0 :             if (out_grouping(z, g_v, 97, 250, 0)) goto lab0;
                                537                 :              0 :             {   int c4 = z->c;
                                538         [ #  # ]:              0 :                 if (out_grouping(z, g_v, 97, 250, 0)) goto lab6;
                                539                 :                :                 {   
 6081 tgl@sss.pgh.pa.us         540                 :              0 :                     int ret = out_grouping(z, g_v, 97, 250, 1);
                                541         [ #  # ]:              0 :                     if (ret < 0) goto lab6;
                                542                 :              0 :                     z->c += ret;
                                543                 :                :                 }
                                544                 :              0 :                 goto lab5;
                                545                 :              0 :             lab6:
                                546                 :              0 :                 z->c = c4;
 1150 peter@eisentraut.org      547         [ #  # ]:              0 :                 if (in_grouping(z, g_v, 97, 250, 0)) goto lab0;
 6081 tgl@sss.pgh.pa.us         548         [ #  # ]:              0 :                 if (z->c >= z->l) goto lab0;
 1150 peter@eisentraut.org      549                 :              0 :                 z->c++;
                                550                 :                :             }
 6081 tgl@sss.pgh.pa.us         551                 :              0 :         lab5:
                                552                 :                :             ;
                                553                 :                :         }
                                554                 :              0 :     lab1:
 1150 peter@eisentraut.org      555                 :              0 :         z->I[2] = z->c;
 6081 tgl@sss.pgh.pa.us         556                 :              0 :     lab0:
                                557                 :              0 :         z->c = c1;
                                558                 :                :     }
 1150 peter@eisentraut.org      559                 :              0 :     {   int c5 = z->c;
                                560                 :                :         {   
 6081 tgl@sss.pgh.pa.us         561                 :              0 :             int ret = out_grouping(z, g_v, 97, 250, 1);
                                562         [ #  # ]:              0 :             if (ret < 0) goto lab7;
                                563                 :              0 :             z->c += ret;
                                564                 :                :         }
                                565                 :                :         {   
                                566                 :              0 :             int ret = in_grouping(z, g_v, 97, 250, 1);
                                567         [ #  # ]:              0 :             if (ret < 0) goto lab7;
                                568                 :              0 :             z->c += ret;
                                569                 :                :         }
 1150 peter@eisentraut.org      570                 :              0 :         z->I[1] = z->c;
                                571                 :                :         {   
 6081 tgl@sss.pgh.pa.us         572                 :              0 :             int ret = out_grouping(z, g_v, 97, 250, 1);
                                573         [ #  # ]:              0 :             if (ret < 0) goto lab7;
                                574                 :              0 :             z->c += ret;
                                575                 :                :         }
                                576                 :                :         {   
                                577                 :              0 :             int ret = in_grouping(z, g_v, 97, 250, 1);
                                578         [ #  # ]:              0 :             if (ret < 0) goto lab7;
                                579                 :              0 :             z->c += ret;
                                580                 :                :         }
 1150 peter@eisentraut.org      581                 :              0 :         z->I[0] = z->c;
 6081 tgl@sss.pgh.pa.us         582                 :              0 :     lab7:
                                583                 :              0 :         z->c = c5;
                                584                 :                :     }
                                585                 :              0 :     return 1;
                                586                 :                : }
                                587                 :                : 
 1150 peter@eisentraut.org      588                 :              0 : static int r_postlude(struct SN_env * z) {
                                589                 :                :     int among_var;
                                590                 :              0 :     while(1) {
                                591                 :              0 :         int c1 = z->c;
                                592                 :              0 :         z->bra = z->c;
                                593   [ #  #  #  # ]:              0 :         if (z->c + 1 >= z->l || z->p[z->c + 1] != 126) among_var = 3; else
 2029 tgl@sss.pgh.pa.us         594                 :              0 :         among_var = find_among(z, a_1, 3);
 6081                           595         [ #  # ]:              0 :         if (!(among_var)) goto lab0;
 1150 peter@eisentraut.org      596                 :              0 :         z->ket = z->c;
                                597   [ #  #  #  # ]:              0 :         switch (among_var) {
 6081 tgl@sss.pgh.pa.us         598                 :              0 :             case 1:
 1150 peter@eisentraut.org      599                 :              0 :                 {   int ret = slice_from_s(z, 1, s_2);
 6081 tgl@sss.pgh.pa.us         600         [ #  # ]:              0 :                     if (ret < 0) return ret;
                                601                 :                :                 }
                                602                 :              0 :                 break;
                                603                 :              0 :             case 2:
 1150 peter@eisentraut.org      604                 :              0 :                 {   int ret = slice_from_s(z, 1, s_3);
 6081 tgl@sss.pgh.pa.us         605         [ #  # ]:              0 :                     if (ret < 0) return ret;
                                606                 :                :                 }
                                607                 :              0 :                 break;
                                608                 :              0 :             case 3:
                                609         [ #  # ]:              0 :                 if (z->c >= z->l) goto lab0;
 1150 peter@eisentraut.org      610                 :              0 :                 z->c++;
 6081 tgl@sss.pgh.pa.us         611                 :              0 :                 break;
                                612                 :                :         }
                                613                 :              0 :         continue;
                                614                 :              0 :     lab0:
                                615                 :              0 :         z->c = c1;
                                616                 :              0 :         break;
                                617                 :                :     }
                                618                 :              0 :     return 1;
                                619                 :                : }
                                620                 :                : 
 1150 peter@eisentraut.org      621                 :              0 : static int r_RV(struct SN_env * z) {
                                622         [ #  # ]:              0 :     if (!(z->I[2] <= z->c)) return 0;
 6081 tgl@sss.pgh.pa.us         623                 :              0 :     return 1;
                                624                 :                : }
                                625                 :                : 
 1150 peter@eisentraut.org      626                 :              0 : static int r_R1(struct SN_env * z) {
                                627         [ #  # ]:              0 :     if (!(z->I[1] <= z->c)) return 0;
 6081 tgl@sss.pgh.pa.us         628                 :              0 :     return 1;
                                629                 :                : }
                                630                 :                : 
 1150 peter@eisentraut.org      631                 :              0 : static int r_R2(struct SN_env * z) {
                                632         [ #  # ]:              0 :     if (!(z->I[0] <= z->c)) return 0;
 6081 tgl@sss.pgh.pa.us         633                 :              0 :     return 1;
                                634                 :                : }
                                635                 :                : 
 1150 peter@eisentraut.org      636                 :              0 : static int r_standard_suffix(struct SN_env * z) {
                                637                 :                :     int among_var;
                                638                 :              0 :     z->ket = z->c;
                                639   [ #  #  #  #  :              0 :     if (z->c - 2 <= z->lb || z->p[z->c - 1] >> 5 != 3 || !((823330 >> (z->p[z->c - 1] & 0x1f)) & 1)) return 0;
                                              #  # ]
 2029 tgl@sss.pgh.pa.us         640                 :              0 :     among_var = find_among_b(z, a_5, 45);
 6081                           641         [ #  # ]:              0 :     if (!(among_var)) return 0;
 1150 peter@eisentraut.org      642                 :              0 :     z->bra = z->c;
                                643   [ #  #  #  #  :              0 :     switch (among_var) {
                                     #  #  #  #  #  
                                                 # ]
 6081 tgl@sss.pgh.pa.us         644                 :              0 :         case 1:
 1150 peter@eisentraut.org      645                 :              0 :             {   int ret = r_R2(z);
 2029 tgl@sss.pgh.pa.us         646         [ #  # ]:              0 :                 if (ret <= 0) return ret;
                                647                 :                :             }
 1150 peter@eisentraut.org      648                 :              0 :             {   int ret = slice_del(z);
 6081 tgl@sss.pgh.pa.us         649         [ #  # ]:              0 :                 if (ret < 0) return ret;
                                650                 :                :             }
                                651                 :              0 :             break;
                                652                 :              0 :         case 2:
 1150 peter@eisentraut.org      653                 :              0 :             {   int ret = r_R2(z);
 2029 tgl@sss.pgh.pa.us         654         [ #  # ]:              0 :                 if (ret <= 0) return ret;
                                655                 :                :             }
 1150 peter@eisentraut.org      656                 :              0 :             {   int ret = slice_from_s(z, 3, s_4);
 6081 tgl@sss.pgh.pa.us         657         [ #  # ]:              0 :                 if (ret < 0) return ret;
                                658                 :                :             }
                                659                 :              0 :             break;
                                660                 :              0 :         case 3:
 1150 peter@eisentraut.org      661                 :              0 :             {   int ret = r_R2(z);
 2029 tgl@sss.pgh.pa.us         662         [ #  # ]:              0 :                 if (ret <= 0) return ret;
                                663                 :                :             }
 1150 peter@eisentraut.org      664                 :              0 :             {   int ret = slice_from_s(z, 1, s_5);
 6081 tgl@sss.pgh.pa.us         665         [ #  # ]:              0 :                 if (ret < 0) return ret;
                                666                 :                :             }
                                667                 :              0 :             break;
                                668                 :              0 :         case 4:
 1150 peter@eisentraut.org      669                 :              0 :             {   int ret = r_R2(z);
 2029 tgl@sss.pgh.pa.us         670         [ #  # ]:              0 :                 if (ret <= 0) return ret;
                                671                 :                :             }
 1150 peter@eisentraut.org      672                 :              0 :             {   int ret = slice_from_s(z, 4, s_6);
 6081 tgl@sss.pgh.pa.us         673         [ #  # ]:              0 :                 if (ret < 0) return ret;
                                674                 :                :             }
                                675                 :              0 :             break;
                                676                 :              0 :         case 5:
 1150 peter@eisentraut.org      677                 :              0 :             {   int ret = r_R1(z);
 2029 tgl@sss.pgh.pa.us         678         [ #  # ]:              0 :                 if (ret <= 0) return ret;
                                679                 :                :             }
 1150 peter@eisentraut.org      680                 :              0 :             {   int ret = slice_del(z);
 6081 tgl@sss.pgh.pa.us         681         [ #  # ]:              0 :                 if (ret < 0) return ret;
                                682                 :                :             }
 1150 peter@eisentraut.org      683                 :              0 :             {   int m1 = z->l - z->c; (void)m1;
                                684                 :              0 :                 z->ket = z->c;
                                685   [ #  #  #  #  :              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; }
                                              #  # ]
 2029 tgl@sss.pgh.pa.us         686                 :              0 :                 among_var = find_among_b(z, a_2, 4);
                                687         [ #  # ]:              0 :                 if (!(among_var)) { z->c = z->l - m1; goto lab0; }
 1150 peter@eisentraut.org      688                 :              0 :                 z->bra = z->c;
                                689                 :              0 :                 {   int ret = r_R2(z);
 2029 tgl@sss.pgh.pa.us         690         [ #  # ]:              0 :                     if (ret == 0) { z->c = z->l - m1; goto lab0; }
 6081                           691         [ #  # ]:              0 :                     if (ret < 0) return ret;
                                692                 :                :                 }
 1150 peter@eisentraut.org      693                 :              0 :                 {   int ret = slice_del(z);
 6081 tgl@sss.pgh.pa.us         694         [ #  # ]:              0 :                     if (ret < 0) return ret;
                                695                 :                :                 }
                                696                 :                :                 switch (among_var) {
                                697                 :              0 :                     case 1:
 1150 peter@eisentraut.org      698                 :              0 :                         z->ket = z->c;
                                699         [ #  # ]:              0 :                         if (!(eq_s_b(z, 2, s_7))) { z->c = z->l - m1; goto lab0; }
                                700                 :              0 :                         z->bra = z->c;
                                701                 :              0 :                         {   int ret = r_R2(z);
 2029 tgl@sss.pgh.pa.us         702         [ #  # ]:              0 :                             if (ret == 0) { z->c = z->l - m1; goto lab0; }
 6081                           703         [ #  # ]:              0 :                             if (ret < 0) return ret;
                                704                 :                :                         }
 1150 peter@eisentraut.org      705                 :              0 :                         {   int ret = slice_del(z);
 6081 tgl@sss.pgh.pa.us         706         [ #  # ]:              0 :                             if (ret < 0) return ret;
                                707                 :                :                         }
                                708                 :              0 :                         break;
                                709                 :                :                 }
                                710                 :              0 :             lab0:
                                711                 :                :                 ;
                                712                 :                :             }
                                713                 :              0 :             break;
                                714                 :              0 :         case 6:
 1150 peter@eisentraut.org      715                 :              0 :             {   int ret = r_R2(z);
 2029 tgl@sss.pgh.pa.us         716         [ #  # ]:              0 :                 if (ret <= 0) return ret;
                                717                 :                :             }
 1150 peter@eisentraut.org      718                 :              0 :             {   int ret = slice_del(z);
 6081 tgl@sss.pgh.pa.us         719         [ #  # ]:              0 :                 if (ret < 0) return ret;
                                720                 :                :             }
 1150 peter@eisentraut.org      721                 :              0 :             {   int m2 = z->l - z->c; (void)m2;
                                722                 :              0 :                 z->ket = z->c;
                                723   [ #  #  #  #  :              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; }
                                              #  # ]
 2029 tgl@sss.pgh.pa.us         724         [ #  # ]:              0 :                 if (!(find_among_b(z, a_3, 3))) { z->c = z->l - m2; goto lab1; }
 1150 peter@eisentraut.org      725                 :              0 :                 z->bra = z->c;
                                726                 :              0 :                 {   int ret = r_R2(z);
 2029 tgl@sss.pgh.pa.us         727         [ #  # ]:              0 :                     if (ret == 0) { z->c = z->l - m2; goto lab1; }
                                728         [ #  # ]:              0 :                     if (ret < 0) return ret;
                                729                 :                :                 }
 1150 peter@eisentraut.org      730                 :              0 :                 {   int ret = slice_del(z);
 2029 tgl@sss.pgh.pa.us         731         [ #  # ]:              0 :                     if (ret < 0) return ret;
                                732                 :                :                 }
 6081                           733                 :              0 :             lab1:
                                734                 :                :                 ;
                                735                 :                :             }
                                736                 :              0 :             break;
                                737                 :              0 :         case 7:
 1150 peter@eisentraut.org      738                 :              0 :             {   int ret = r_R2(z);
 2029 tgl@sss.pgh.pa.us         739         [ #  # ]:              0 :                 if (ret <= 0) return ret;
                                740                 :                :             }
 1150 peter@eisentraut.org      741                 :              0 :             {   int ret = slice_del(z);
 6081 tgl@sss.pgh.pa.us         742         [ #  # ]:              0 :                 if (ret < 0) return ret;
                                743                 :                :             }
 1150 peter@eisentraut.org      744                 :              0 :             {   int m3 = z->l - z->c; (void)m3;
                                745                 :              0 :                 z->ket = z->c;
                                746   [ #  #  #  #  :              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; }
                                              #  # ]
 2029 tgl@sss.pgh.pa.us         747         [ #  # ]:              0 :                 if (!(find_among_b(z, a_4, 3))) { z->c = z->l - m3; goto lab2; }
 1150 peter@eisentraut.org      748                 :              0 :                 z->bra = z->c;
                                749                 :              0 :                 {   int ret = r_R2(z);
 2029 tgl@sss.pgh.pa.us         750         [ #  # ]:              0 :                     if (ret == 0) { z->c = z->l - m3; goto lab2; }
                                751         [ #  # ]:              0 :                     if (ret < 0) return ret;
                                752                 :                :                 }
 1150 peter@eisentraut.org      753                 :              0 :                 {   int ret = slice_del(z);
 2029 tgl@sss.pgh.pa.us         754         [ #  # ]:              0 :                     if (ret < 0) return ret;
                                755                 :                :                 }
 6081                           756                 :              0 :             lab2:
                                757                 :                :                 ;
                                758                 :                :             }
                                759                 :              0 :             break;
                                760                 :              0 :         case 8:
 1150 peter@eisentraut.org      761                 :              0 :             {   int ret = r_R2(z);
 2029 tgl@sss.pgh.pa.us         762         [ #  # ]:              0 :                 if (ret <= 0) return ret;
                                763                 :                :             }
 1150 peter@eisentraut.org      764                 :              0 :             {   int ret = slice_del(z);
 6081 tgl@sss.pgh.pa.us         765         [ #  # ]:              0 :                 if (ret < 0) return ret;
                                766                 :                :             }
 1150 peter@eisentraut.org      767                 :              0 :             {   int m4 = z->l - z->c; (void)m4;
                                768                 :              0 :                 z->ket = z->c;
                                769         [ #  # ]:              0 :                 if (!(eq_s_b(z, 2, s_8))) { z->c = z->l - m4; goto lab3; }
                                770                 :              0 :                 z->bra = z->c;
                                771                 :              0 :                 {   int ret = r_R2(z);
 2029 tgl@sss.pgh.pa.us         772         [ #  # ]:              0 :                     if (ret == 0) { z->c = z->l - m4; goto lab3; }
 6081                           773         [ #  # ]:              0 :                     if (ret < 0) return ret;
                                774                 :                :                 }
 1150 peter@eisentraut.org      775                 :              0 :                 {   int ret = slice_del(z);
 6081 tgl@sss.pgh.pa.us         776         [ #  # ]:              0 :                     if (ret < 0) return ret;
                                777                 :                :                 }
                                778                 :              0 :             lab3:
                                779                 :                :                 ;
                                780                 :                :             }
                                781                 :              0 :             break;
                                782                 :              0 :         case 9:
 1150 peter@eisentraut.org      783                 :              0 :             {   int ret = r_RV(z);
 2029 tgl@sss.pgh.pa.us         784         [ #  # ]:              0 :                 if (ret <= 0) return ret;
                                785                 :                :             }
 1150 peter@eisentraut.org      786   [ #  #  #  # ]:              0 :             if (z->c <= z->lb || z->p[z->c - 1] != 'e') return 0;
 2029 tgl@sss.pgh.pa.us         787                 :              0 :             z->c--;
 1150 peter@eisentraut.org      788                 :              0 :             {   int ret = slice_from_s(z, 2, s_9);
 6081 tgl@sss.pgh.pa.us         789         [ #  # ]:              0 :                 if (ret < 0) return ret;
                                790                 :                :             }
                                791                 :              0 :             break;
                                792                 :                :     }
                                793                 :              0 :     return 1;
                                794                 :                : }
                                795                 :                : 
 1150 peter@eisentraut.org      796                 :              0 : static int r_verb_suffix(struct SN_env * z) {
                                797                 :                : 
                                798                 :                :     {   int mlimit1;
                                799         [ #  # ]:              0 :         if (z->c < z->I[2]) return 0;
                                800                 :              0 :         mlimit1 = z->lb; z->lb = z->I[2];
                                801                 :              0 :         z->ket = z->c;
                                802         [ #  # ]:              0 :         if (!(find_among_b(z, a_6, 120))) { z->lb = mlimit1; return 0; }
                                803                 :              0 :         z->bra = z->c;
                                804                 :              0 :         {   int ret = slice_del(z);
 2029 tgl@sss.pgh.pa.us         805         [ #  # ]:              0 :             if (ret < 0) return ret;
                                806                 :                :         }
                                807                 :              0 :         z->lb = mlimit1;
                                808                 :                :     }
 6081                           809                 :              0 :     return 1;
                                810                 :                : }
                                811                 :                : 
 1150 peter@eisentraut.org      812                 :              0 : static int r_residual_suffix(struct SN_env * z) {
                                813                 :              0 :     z->ket = z->c;
                                814         [ #  # ]:              0 :     if (!(find_among_b(z, a_7, 7))) return 0;
                                815                 :              0 :     z->bra = z->c;
                                816                 :              0 :     {   int ret = r_RV(z);
 2029 tgl@sss.pgh.pa.us         817         [ #  # ]:              0 :         if (ret <= 0) return ret;
                                818                 :                :     }
 1150 peter@eisentraut.org      819                 :              0 :     {   int ret = slice_del(z);
 2029 tgl@sss.pgh.pa.us         820         [ #  # ]:              0 :         if (ret < 0) return ret;
                                821                 :                :     }
 6081                           822                 :              0 :     return 1;
                                823                 :                : }
                                824                 :                : 
 1150 peter@eisentraut.org      825                 :              0 : static int r_residual_form(struct SN_env * z) {
                                826                 :                :     int among_var;
                                827                 :              0 :     z->ket = z->c;
                                828                 :              0 :     among_var = find_among_b(z, a_8, 4);
 6081 tgl@sss.pgh.pa.us         829         [ #  # ]:              0 :     if (!(among_var)) return 0;
 1150 peter@eisentraut.org      830                 :              0 :     z->bra = z->c;
                                831      [ #  #  # ]:              0 :     switch (among_var) {
 6081 tgl@sss.pgh.pa.us         832                 :              0 :         case 1:
 1150 peter@eisentraut.org      833                 :              0 :             {   int ret = r_RV(z);
 2029 tgl@sss.pgh.pa.us         834         [ #  # ]:              0 :                 if (ret <= 0) return ret;
                                835                 :                :             }
 1150 peter@eisentraut.org      836                 :              0 :             {   int ret = slice_del(z);
 6081 tgl@sss.pgh.pa.us         837         [ #  # ]:              0 :                 if (ret < 0) return ret;
                                838                 :                :             }
 1150 peter@eisentraut.org      839                 :              0 :             z->ket = z->c;
                                840                 :              0 :             {   int m1 = z->l - z->c; (void)m1;
                                841   [ #  #  #  # ]:              0 :                 if (z->c <= z->lb || z->p[z->c - 1] != 'u') goto lab1;
 2029 tgl@sss.pgh.pa.us         842                 :              0 :                 z->c--;
 1150 peter@eisentraut.org      843                 :              0 :                 z->bra = z->c;
                                844                 :              0 :                 {   int m_test2 = z->l - z->c;
                                845   [ #  #  #  # ]:              0 :                     if (z->c <= z->lb || z->p[z->c - 1] != 'g') goto lab1;
 2029 tgl@sss.pgh.pa.us         846                 :              0 :                     z->c--;
                                847                 :              0 :                     z->c = z->l - m_test2;
                                848                 :                :                 }
 6081                           849                 :              0 :                 goto lab0;
                                850                 :              0 :             lab1:
                                851                 :              0 :                 z->c = z->l - m1;
 1150 peter@eisentraut.org      852   [ #  #  #  # ]:              0 :                 if (z->c <= z->lb || z->p[z->c - 1] != 'i') return 0;
 2029 tgl@sss.pgh.pa.us         853                 :              0 :                 z->c--;
 1150 peter@eisentraut.org      854                 :              0 :                 z->bra = z->c;
                                855                 :              0 :                 {   int m_test3 = z->l - z->c;
                                856   [ #  #  #  # ]:              0 :                     if (z->c <= z->lb || z->p[z->c - 1] != 'c') return 0;
 2029 tgl@sss.pgh.pa.us         857                 :              0 :                     z->c--;
                                858                 :              0 :                     z->c = z->l - m_test3;
                                859                 :                :                 }
                                860                 :                :             }
 6081                           861                 :              0 :         lab0:
 1150 peter@eisentraut.org      862                 :              0 :             {   int ret = r_RV(z);
 2029 tgl@sss.pgh.pa.us         863         [ #  # ]:              0 :                 if (ret <= 0) return ret;
                                864                 :                :             }
 1150 peter@eisentraut.org      865                 :              0 :             {   int ret = slice_del(z);
 6081 tgl@sss.pgh.pa.us         866         [ #  # ]:              0 :                 if (ret < 0) return ret;
                                867                 :                :             }
                                868                 :              0 :             break;
                                869                 :              0 :         case 2:
 1150 peter@eisentraut.org      870                 :              0 :             {   int ret = slice_from_s(z, 1, s_10);
 6081 tgl@sss.pgh.pa.us         871         [ #  # ]:              0 :                 if (ret < 0) return ret;
                                872                 :                :             }
                                873                 :              0 :             break;
                                874                 :                :     }
                                875                 :              0 :     return 1;
                                876                 :                : }
                                877                 :                : 
 1150 peter@eisentraut.org      878                 :              0 : extern int portuguese_ISO_8859_1_stem(struct SN_env * z) {
                                879                 :              0 :     {   int c1 = z->c;
                                880                 :              0 :         {   int ret = r_prelude(z);
 6081 tgl@sss.pgh.pa.us         881         [ #  # ]:              0 :             if (ret < 0) return ret;
                                882                 :                :         }
                                883                 :              0 :         z->c = c1;
                                884                 :                :     }
                                885                 :                :     
 1150 peter@eisentraut.org      886                 :              0 :     {   int ret = r_mark_regions(z);
 2029 tgl@sss.pgh.pa.us         887         [ #  # ]:              0 :         if (ret < 0) return ret;
                                888                 :                :     }
 1150 peter@eisentraut.org      889                 :              0 :     z->lb = z->c; z->c = z->l;
                                890                 :                : 
                                891                 :              0 :     {   int m2 = z->l - z->c; (void)m2;
                                892                 :              0 :         {   int m3 = z->l - z->c; (void)m3;
                                893                 :              0 :             {   int m4 = z->l - z->c; (void)m4;
                                894                 :              0 :                 {   int m5 = z->l - z->c; (void)m5;
                                895                 :              0 :                     {   int ret = r_standard_suffix(z);
 1406                           896         [ #  # ]:              0 :                         if (ret == 0) goto lab4;
 6081 tgl@sss.pgh.pa.us         897         [ #  # ]:              0 :                         if (ret < 0) return ret;
                                898                 :                :                     }
 1406 peter@eisentraut.org      899                 :              0 :                     goto lab3;
                                900                 :              0 :                 lab4:
 2029 tgl@sss.pgh.pa.us         901                 :              0 :                     z->c = z->l - m5;
 1150 peter@eisentraut.org      902                 :              0 :                     {   int ret = r_verb_suffix(z);
 1406                           903         [ #  # ]:              0 :                         if (ret == 0) goto lab2;
 6081 tgl@sss.pgh.pa.us         904         [ #  # ]:              0 :                         if (ret < 0) return ret;
                                905                 :                :                     }
                                906                 :                :                 }
 1406 peter@eisentraut.org      907                 :              0 :             lab3:
 2029 tgl@sss.pgh.pa.us         908                 :              0 :                 z->c = z->l - m4;
 1150 peter@eisentraut.org      909                 :              0 :                 {   int m6 = z->l - z->c; (void)m6;
                                910                 :              0 :                     z->ket = z->c;
                                911   [ #  #  #  # ]:              0 :                     if (z->c <= z->lb || z->p[z->c - 1] != 'i') goto lab5;
 2029 tgl@sss.pgh.pa.us         912                 :              0 :                     z->c--;
 1150 peter@eisentraut.org      913                 :              0 :                     z->bra = z->c;
                                914                 :              0 :                     {   int m_test7 = z->l - z->c;
                                915   [ #  #  #  # ]:              0 :                         if (z->c <= z->lb || z->p[z->c - 1] != 'c') goto lab5;
 2029 tgl@sss.pgh.pa.us         916                 :              0 :                         z->c--;
                                917                 :              0 :                         z->c = z->l - m_test7;
                                918                 :                :                     }
 1150 peter@eisentraut.org      919                 :              0 :                     {   int ret = r_RV(z);
 1406                           920         [ #  # ]:              0 :                         if (ret == 0) goto lab5;
 6081 tgl@sss.pgh.pa.us         921         [ #  # ]:              0 :                         if (ret < 0) return ret;
                                922                 :                :                     }
 1150 peter@eisentraut.org      923                 :              0 :                     {   int ret = slice_del(z);
 6081 tgl@sss.pgh.pa.us         924         [ #  # ]:              0 :                         if (ret < 0) return ret;
                                925                 :                :                     }
 1406 peter@eisentraut.org      926                 :              0 :                 lab5:
 2029 tgl@sss.pgh.pa.us         927                 :              0 :                     z->c = z->l - m6;
                                928                 :                :                 }
                                929                 :                :             }
 1406 peter@eisentraut.org      930                 :              0 :             goto lab1;
                                931                 :              0 :         lab2:
 2029 tgl@sss.pgh.pa.us         932                 :              0 :             z->c = z->l - m3;
 1150 peter@eisentraut.org      933                 :              0 :             {   int ret = r_residual_suffix(z);
 1406                           934         [ #  # ]:              0 :                 if (ret == 0) goto lab0;
 6081 tgl@sss.pgh.pa.us         935         [ #  # ]:              0 :                 if (ret < 0) return ret;
                                936                 :                :             }
                                937                 :                :         }
 1406 peter@eisentraut.org      938                 :              0 :     lab1:
                                939                 :              0 :     lab0:
 2029 tgl@sss.pgh.pa.us         940                 :              0 :         z->c = z->l - m2;
                                941                 :                :     }
 1150 peter@eisentraut.org      942                 :              0 :     {   int m8 = z->l - z->c; (void)m8;
                                943                 :              0 :         {   int ret = r_residual_form(z);
 6081 tgl@sss.pgh.pa.us         944         [ #  # ]:              0 :             if (ret < 0) return ret;
                                945                 :                :         }
                                946                 :              0 :         z->c = z->l - m8;
                                947                 :                :     }
                                948                 :              0 :     z->c = z->lb;
 1150 peter@eisentraut.org      949                 :              0 :     {   int c9 = z->c;
                                950                 :              0 :         {   int ret = r_postlude(z);
 6081 tgl@sss.pgh.pa.us         951         [ #  # ]:              0 :             if (ret < 0) return ret;
                                952                 :                :         }
                                953                 :              0 :         z->c = c9;
                                954                 :                :     }
                                955                 :              0 :     return 1;
                                956                 :                : }
                                957                 :                : 
 1150 peter@eisentraut.org      958                 :              0 : extern struct SN_env * portuguese_ISO_8859_1_create_env(void) { return SN_create_env(0, 3); }
                                959                 :                : 
 6081 tgl@sss.pgh.pa.us         960                 :              0 : extern void portuguese_ISO_8859_1_close_env(struct SN_env * z) { SN_close_env(z, 0); }
                                961                 :                : 
        

Generated by: LCOV version 2.1-beta2-3-g6141622