LCOV - differential code coverage report
Current view: top level - src/backend/snowball/libstemmer - stem_UTF_8_portuguese.c (source / functions) Coverage Total Hit UBC
Current: Differential Code Coverage 16@8cea358b128 vs 17@8cea358b128 Lines: 0.0 % 360 0 360
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 % 360 0 360
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_UTF_8_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_UTF_8_create_env(void);
                                 28                 :                : extern void portuguese_UTF_8_close_env(struct SN_env * z);
                                 29                 :                : 
                                 30                 :                : 
                                 31                 :                : #ifdef __cplusplus
                                 32                 :                : }
                                 33                 :                : #endif
                                 34                 :                : static const symbol s_0_1[2] = { 0xC3, 0xA3 };
                                 35                 :                : static const symbol s_0_2[2] = { 0xC3, 0xB5 };
                                 36                 :                : 
                                 37                 :                : static const struct among a_0[3] =
                                 38                 :                : {
                                 39                 :                : { 0, 0, -1, 3, 0},
                                 40                 :                : { 2, s_0_1, 0, 1, 0},
                                 41                 :                : { 2, 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[5] = { 0xC3, 0xAD, '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                 :                : { 5, 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[6] = { 0xC3, 0xA2, 'n', 'c', 'i', 'a' };
                                 91                 :                : static const symbol s_5_2[6] = { 0xC3, 0xAA, '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[5] = { 0xC3, 0xA1, 'v', 'e', 'l' };
                                104                 :                : static const symbol s_5_15[5] = { 0xC3, 0xAD, '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[6] = { 'a', 0xC3, 0xA7, 'a', '~', 'o' };
                                112                 :                : static const symbol s_5_23[6] = { 'u', 0xC3, 0xA7, '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[7] = { 0xC3, 0xAA, '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[7] = { 'a', 0xC3, 0xA7, 'o', '~', 'e', 's' };
                                127                 :                : static const symbol s_5_38[7] = { 'u', 0xC3, 0xA7, '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                 :                : { 6, s_5_1, -1, 1, 0},
                                139                 :                : { 6, 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                 :                : { 5, s_5_14, -1, 1, 0},
                                152                 :                : { 5, 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                 :                : { 6, s_5_22, -1, 1, 0},
                                160                 :                : { 6, s_5_23, -1, 3, 0},
                                161                 :                : { 4, s_5_24, -1, 1, 0},
                                162                 :                : { 4, s_5_25, -1, 1, 0},
                                163                 :                : { 7, 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                 :                : { 7, s_5_37, -1, 1, 0},
                                175                 :                : { 7, 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[6] = { 0xC3, 0xA1, 'r', 'e', 'i', 's' };
                                262                 :                : static const symbol s_6_78[6] = { 0xC3, 0xA9, 'r', 'e', 'i', 's' };
                                263                 :                : static const symbol s_6_79[6] = { 0xC3, 0xAD, 'r', 'e', 'i', 's' };
                                264                 :                : static const symbol s_6_80[7] = { 0xC3, 0xA1, 's', 's', 'e', 'i', 's' };
                                265                 :                : static const symbol s_6_81[7] = { 0xC3, 0xA9, 's', 's', 'e', 'i', 's' };
                                266                 :                : static const symbol s_6_82[7] = { 0xC3, 0xAD, 's', 's', 'e', 'i', 's' };
                                267                 :                : static const symbol s_6_83[6] = { 0xC3, 0xA1, 'v', 'e', 'i', 's' };
                                268                 :                : static const symbol s_6_84[5] = { 0xC3, 0xAD, 'e', 'i', 's' };
                                269                 :                : static const symbol s_6_85[7] = { 'a', 'r', 0xC3, 0xAD, 'e', 'i', 's' };
                                270                 :                : static const symbol s_6_86[7] = { 'e', 'r', 0xC3, 0xAD, 'e', 'i', 's' };
                                271                 :                : static const symbol s_6_87[7] = { 'i', 'r', 0xC3, 0xAD, '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[7] = { 0xC3, 0xA1, 'r', 'a', 'm', 'o', 's' };
                                276                 :                : static const symbol s_6_92[7] = { 0xC3, 0xA9, 'r', 'a', 'm', 'o', 's' };
                                277                 :                : static const symbol s_6_93[7] = { 0xC3, 0xAD, 'r', 'a', 'm', 'o', 's' };
                                278                 :                : static const symbol s_6_94[7] = { 0xC3, 0xA1, 'v', 'a', 'm', 'o', 's' };
                                279                 :                : static const symbol s_6_95[6] = { 0xC3, 0xAD, 'a', 'm', 'o', 's' };
                                280                 :                : static const symbol s_6_96[8] = { 'a', 'r', 0xC3, 0xAD, 'a', 'm', 'o', 's' };
                                281                 :                : static const symbol s_6_97[8] = { 'e', 'r', 0xC3, 0xAD, 'a', 'm', 'o', 's' };
                                282                 :                : static const symbol s_6_98[8] = { 'i', 'r', 0xC3, 0xAD, '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[8] = { 0xC3, 0xA1, 's', 's', 'e', 'm', 'o', 's' };
                                288                 :                : static const symbol s_6_104[8] = { 0xC3, 0xAA, 's', 's', 'e', 'm', 'o', 's' };
                                289                 :                : static const symbol s_6_105[8] = { 0xC3, 0xAD, '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[5] = { 0xC3, 0xA1, 'm', 'o', 's' };
                                295                 :                : static const symbol s_6_111[5] = { 'a', 'r', 0xC3, 0xA1, 's' };
                                296                 :                : static const symbol s_6_112[5] = { 'e', 'r', 0xC3, 0xA1, 's' };
                                297                 :                : static const symbol s_6_113[5] = { 'i', 'r', 0xC3, 0xA1, '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[4] = { 'a', 'r', 0xC3, 0xA1 };
                                302                 :                : static const symbol s_6_118[4] = { 'e', 'r', 0xC3, 0xA1 };
                                303                 :                : static const symbol s_6_119[4] = { 'i', 'r', 0xC3, 0xA1 };
                                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                 :                : { 6, s_6_77, 73, 1, 0},
                                385                 :                : { 6, s_6_78, 73, 1, 0},
                                386                 :                : { 6, s_6_79, 73, 1, 0},
                                387                 :                : { 7, s_6_80, 73, 1, 0},
                                388                 :                : { 7, s_6_81, 73, 1, 0},
                                389                 :                : { 7, s_6_82, 73, 1, 0},
                                390                 :                : { 6, s_6_83, 73, 1, 0},
                                391                 :                : { 5, s_6_84, 73, 1, 0},
                                392                 :                : { 7, s_6_85, 84, 1, 0},
                                393                 :                : { 7, s_6_86, 84, 1, 0},
                                394                 :                : { 7, 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                 :                : { 7, s_6_91, 90, 1, 0},
                                399                 :                : { 7, s_6_92, 90, 1, 0},
                                400                 :                : { 7, s_6_93, 90, 1, 0},
                                401                 :                : { 7, s_6_94, 90, 1, 0},
                                402                 :                : { 6, s_6_95, 90, 1, 0},
                                403                 :                : { 8, s_6_96, 95, 1, 0},
                                404                 :                : { 8, s_6_97, 95, 1, 0},
                                405                 :                : { 8, 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                 :                : { 8, s_6_103, 99, 1, 0},
                                411                 :                : { 8, s_6_104, 99, 1, 0},
                                412                 :                : { 8, 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                 :                : { 5, s_6_110, -1, 1, 0},
                                418                 :                : { 5, s_6_111, -1, 1, 0},
                                419                 :                : { 5, s_6_112, -1, 1, 0},
                                420                 :                : { 5, 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                 :                : { 4, s_6_117, -1, 1, 0},
                                425                 :                : { 4, s_6_118, -1, 1, 0},
                                426                 :                : { 4, 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[2] = { 0xC3, 0xA1 };
                                434                 :                : static const symbol s_7_5[2] = { 0xC3, 0xAD };
                                435                 :                : static const symbol s_7_6[2] = { 0xC3, 0xB3 };
                                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                 :                : { 2, s_7_4, -1, 1, 0},
                                444                 :                : { 2, s_7_5, -1, 1, 0},
                                445                 :                : { 2, s_7_6, -1, 1, 0}
                                446                 :                : };
                                447                 :                : 
                                448                 :                : static const symbol s_8_0[1] = { 'e' };
                                449                 :                : static const symbol s_8_1[2] = { 0xC3, 0xA7 };
                                450                 :                : static const symbol s_8_2[2] = { 0xC3, 0xA9 };
                                451                 :                : static const symbol s_8_3[2] = { 0xC3, 0xAA };
                                452                 :                : 
                                453                 :                : static const struct among a_8[4] =
                                454                 :                : {
                                455                 :                : { 1, s_8_0, -1, 1, 0},
                                456                 :                : { 2, s_8_1, -1, 2, 0},
                                457                 :                : { 2, s_8_2, -1, 1, 0},
                                458                 :                : { 2, 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[] = { 0xC3, 0xA3 };
                                466                 :                : static const symbol s_3[] = { 0xC3, 0xB5 };
                                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 + 1 >= z->l || (z->p[z->c + 1] != 163 && z->p[z->c + 1] != 181)) 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:
 1150 peter@eisentraut.org      496                 :              0 :                 {   int ret = skip_utf8(z->p, z->c, z->l, 1);
 6081 tgl@sss.pgh.pa.us         497         [ #  # ]:              0 :                     if (ret < 0) goto lab0;
 1150 peter@eisentraut.org      498                 :              0 :                     z->c = ret;
                                499                 :                :                 }
 6081 tgl@sss.pgh.pa.us         500                 :              0 :                 break;
                                501                 :                :         }
                                502                 :              0 :         continue;
                                503                 :              0 :     lab0:
                                504                 :              0 :         z->c = c1;
                                505                 :              0 :         break;
                                506                 :                :     }
                                507                 :              0 :     return 1;
                                508                 :                : }
                                509                 :                : 
 1150 peter@eisentraut.org      510                 :              0 : static int r_mark_regions(struct SN_env * z) {
                                511                 :              0 :     z->I[2] = z->l;
                                512                 :              0 :     z->I[1] = z->l;
                                513                 :              0 :     z->I[0] = z->l;
                                514                 :              0 :     {   int c1 = z->c;
                                515                 :              0 :         {   int c2 = z->c;
                                516         [ #  # ]:              0 :             if (in_grouping_U(z, g_v, 97, 250, 0)) goto lab2;
                                517                 :              0 :             {   int c3 = z->c;
                                518         [ #  # ]:              0 :                 if (out_grouping_U(z, g_v, 97, 250, 0)) goto lab4;
                                519                 :                :                 {   
 6081 tgl@sss.pgh.pa.us         520                 :              0 :                     int ret = out_grouping_U(z, g_v, 97, 250, 1);
                                521         [ #  # ]:              0 :                     if (ret < 0) goto lab4;
                                522                 :              0 :                     z->c += ret;
                                523                 :                :                 }
                                524                 :              0 :                 goto lab3;
                                525                 :              0 :             lab4:
                                526                 :              0 :                 z->c = c3;
 1150 peter@eisentraut.org      527         [ #  # ]:              0 :                 if (in_grouping_U(z, g_v, 97, 250, 0)) goto lab2;
                                528                 :                :                 {   
 6081 tgl@sss.pgh.pa.us         529                 :              0 :                     int ret = in_grouping_U(z, g_v, 97, 250, 1);
                                530         [ #  # ]:              0 :                     if (ret < 0) goto lab2;
                                531                 :              0 :                     z->c += ret;
                                532                 :                :                 }
                                533                 :                :             }
                                534                 :              0 :         lab3:
                                535                 :              0 :             goto lab1;
                                536                 :              0 :         lab2:
                                537                 :              0 :             z->c = c2;
 1150 peter@eisentraut.org      538         [ #  # ]:              0 :             if (out_grouping_U(z, g_v, 97, 250, 0)) goto lab0;
                                539                 :              0 :             {   int c4 = z->c;
                                540         [ #  # ]:              0 :                 if (out_grouping_U(z, g_v, 97, 250, 0)) goto lab6;
                                541                 :                :                 {   
 6081 tgl@sss.pgh.pa.us         542                 :              0 :                     int ret = out_grouping_U(z, g_v, 97, 250, 1);
                                543         [ #  # ]:              0 :                     if (ret < 0) goto lab6;
                                544                 :              0 :                     z->c += ret;
                                545                 :                :                 }
                                546                 :              0 :                 goto lab5;
                                547                 :              0 :             lab6:
                                548                 :              0 :                 z->c = c4;
 1150 peter@eisentraut.org      549         [ #  # ]:              0 :                 if (in_grouping_U(z, g_v, 97, 250, 0)) goto lab0;
                                550                 :              0 :                 {   int ret = skip_utf8(z->p, z->c, z->l, 1);
 6081 tgl@sss.pgh.pa.us         551         [ #  # ]:              0 :                     if (ret < 0) goto lab0;
 1150 peter@eisentraut.org      552                 :              0 :                     z->c = ret;
                                553                 :                :                 }
                                554                 :                :             }
 6081 tgl@sss.pgh.pa.us         555                 :              0 :         lab5:
                                556                 :                :             ;
                                557                 :                :         }
                                558                 :              0 :     lab1:
 1150 peter@eisentraut.org      559                 :              0 :         z->I[2] = z->c;
 6081 tgl@sss.pgh.pa.us         560                 :              0 :     lab0:
                                561                 :              0 :         z->c = c1;
                                562                 :                :     }
 1150 peter@eisentraut.org      563                 :              0 :     {   int c5 = z->c;
                                564                 :                :         {   
 6081 tgl@sss.pgh.pa.us         565                 :              0 :             int ret = out_grouping_U(z, g_v, 97, 250, 1);
                                566         [ #  # ]:              0 :             if (ret < 0) goto lab7;
                                567                 :              0 :             z->c += ret;
                                568                 :                :         }
                                569                 :                :         {   
                                570                 :              0 :             int ret = in_grouping_U(z, g_v, 97, 250, 1);
                                571         [ #  # ]:              0 :             if (ret < 0) goto lab7;
                                572                 :              0 :             z->c += ret;
                                573                 :                :         }
 1150 peter@eisentraut.org      574                 :              0 :         z->I[1] = z->c;
                                575                 :                :         {   
 6081 tgl@sss.pgh.pa.us         576                 :              0 :             int ret = out_grouping_U(z, g_v, 97, 250, 1);
                                577         [ #  # ]:              0 :             if (ret < 0) goto lab7;
                                578                 :              0 :             z->c += ret;
                                579                 :                :         }
                                580                 :                :         {   
                                581                 :              0 :             int ret = in_grouping_U(z, g_v, 97, 250, 1);
                                582         [ #  # ]:              0 :             if (ret < 0) goto lab7;
                                583                 :              0 :             z->c += ret;
                                584                 :                :         }
 1150 peter@eisentraut.org      585                 :              0 :         z->I[0] = z->c;
 6081 tgl@sss.pgh.pa.us         586                 :              0 :     lab7:
                                587                 :              0 :         z->c = c5;
                                588                 :                :     }
                                589                 :              0 :     return 1;
                                590                 :                : }
                                591                 :                : 
 1150 peter@eisentraut.org      592                 :              0 : static int r_postlude(struct SN_env * z) {
                                593                 :                :     int among_var;
                                594                 :              0 :     while(1) {
                                595                 :              0 :         int c1 = z->c;
                                596                 :              0 :         z->bra = z->c;
                                597   [ #  #  #  # ]:              0 :         if (z->c + 1 >= z->l || z->p[z->c + 1] != 126) among_var = 3; else
 2029 tgl@sss.pgh.pa.us         598                 :              0 :         among_var = find_among(z, a_1, 3);
 6081                           599         [ #  # ]:              0 :         if (!(among_var)) goto lab0;
 1150 peter@eisentraut.org      600                 :              0 :         z->ket = z->c;
                                601   [ #  #  #  # ]:              0 :         switch (among_var) {
 6081 tgl@sss.pgh.pa.us         602                 :              0 :             case 1:
 1150 peter@eisentraut.org      603                 :              0 :                 {   int ret = slice_from_s(z, 2, s_2);
 6081 tgl@sss.pgh.pa.us         604         [ #  # ]:              0 :                     if (ret < 0) return ret;
                                605                 :                :                 }
                                606                 :              0 :                 break;
                                607                 :              0 :             case 2:
 1150 peter@eisentraut.org      608                 :              0 :                 {   int ret = slice_from_s(z, 2, s_3);
 6081 tgl@sss.pgh.pa.us         609         [ #  # ]:              0 :                     if (ret < 0) return ret;
                                610                 :                :                 }
                                611                 :              0 :                 break;
                                612                 :              0 :             case 3:
 1150 peter@eisentraut.org      613                 :              0 :                 {   int ret = skip_utf8(z->p, z->c, z->l, 1);
 6081 tgl@sss.pgh.pa.us         614         [ #  # ]:              0 :                     if (ret < 0) goto lab0;
 1150 peter@eisentraut.org      615                 :              0 :                     z->c = ret;
                                616                 :                :                 }
 6081 tgl@sss.pgh.pa.us         617                 :              0 :                 break;
                                618                 :                :         }
                                619                 :              0 :         continue;
                                620                 :              0 :     lab0:
                                621                 :              0 :         z->c = c1;
                                622                 :              0 :         break;
                                623                 :                :     }
                                624                 :              0 :     return 1;
                                625                 :                : }
                                626                 :                : 
 1150 peter@eisentraut.org      627                 :              0 : static int r_RV(struct SN_env * z) {
                                628         [ #  # ]:              0 :     if (!(z->I[2] <= z->c)) return 0;
 6081 tgl@sss.pgh.pa.us         629                 :              0 :     return 1;
                                630                 :                : }
                                631                 :                : 
 1150 peter@eisentraut.org      632                 :              0 : static int r_R1(struct SN_env * z) {
                                633         [ #  # ]:              0 :     if (!(z->I[1] <= z->c)) return 0;
 6081 tgl@sss.pgh.pa.us         634                 :              0 :     return 1;
                                635                 :                : }
                                636                 :                : 
 1150 peter@eisentraut.org      637                 :              0 : static int r_R2(struct SN_env * z) {
                                638         [ #  # ]:              0 :     if (!(z->I[0] <= z->c)) return 0;
 6081 tgl@sss.pgh.pa.us         639                 :              0 :     return 1;
                                640                 :                : }
                                641                 :                : 
 1150 peter@eisentraut.org      642                 :              0 : static int r_standard_suffix(struct SN_env * z) {
                                643                 :                :     int among_var;
                                644                 :              0 :     z->ket = z->c;
                                645   [ #  #  #  #  :              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         646                 :              0 :     among_var = find_among_b(z, a_5, 45);
 6081                           647         [ #  # ]:              0 :     if (!(among_var)) return 0;
 1150 peter@eisentraut.org      648                 :              0 :     z->bra = z->c;
                                649   [ #  #  #  #  :              0 :     switch (among_var) {
                                     #  #  #  #  #  
                                                 # ]
 6081 tgl@sss.pgh.pa.us         650                 :              0 :         case 1:
 1150 peter@eisentraut.org      651                 :              0 :             {   int ret = r_R2(z);
 2029 tgl@sss.pgh.pa.us         652         [ #  # ]:              0 :                 if (ret <= 0) return ret;
                                653                 :                :             }
 1150 peter@eisentraut.org      654                 :              0 :             {   int ret = slice_del(z);
 6081 tgl@sss.pgh.pa.us         655         [ #  # ]:              0 :                 if (ret < 0) return ret;
                                656                 :                :             }
                                657                 :              0 :             break;
                                658                 :              0 :         case 2:
 1150 peter@eisentraut.org      659                 :              0 :             {   int ret = r_R2(z);
 2029 tgl@sss.pgh.pa.us         660         [ #  # ]:              0 :                 if (ret <= 0) return ret;
                                661                 :                :             }
 1150 peter@eisentraut.org      662                 :              0 :             {   int ret = slice_from_s(z, 3, s_4);
 6081 tgl@sss.pgh.pa.us         663         [ #  # ]:              0 :                 if (ret < 0) return ret;
                                664                 :                :             }
                                665                 :              0 :             break;
                                666                 :              0 :         case 3:
 1150 peter@eisentraut.org      667                 :              0 :             {   int ret = r_R2(z);
 2029 tgl@sss.pgh.pa.us         668         [ #  # ]:              0 :                 if (ret <= 0) return ret;
                                669                 :                :             }
 1150 peter@eisentraut.org      670                 :              0 :             {   int ret = slice_from_s(z, 1, s_5);
 6081 tgl@sss.pgh.pa.us         671         [ #  # ]:              0 :                 if (ret < 0) return ret;
                                672                 :                :             }
                                673                 :              0 :             break;
                                674                 :              0 :         case 4:
 1150 peter@eisentraut.org      675                 :              0 :             {   int ret = r_R2(z);
 2029 tgl@sss.pgh.pa.us         676         [ #  # ]:              0 :                 if (ret <= 0) return ret;
                                677                 :                :             }
 1150 peter@eisentraut.org      678                 :              0 :             {   int ret = slice_from_s(z, 4, s_6);
 6081 tgl@sss.pgh.pa.us         679         [ #  # ]:              0 :                 if (ret < 0) return ret;
                                680                 :                :             }
                                681                 :              0 :             break;
                                682                 :              0 :         case 5:
 1150 peter@eisentraut.org      683                 :              0 :             {   int ret = r_R1(z);
 2029 tgl@sss.pgh.pa.us         684         [ #  # ]:              0 :                 if (ret <= 0) return ret;
                                685                 :                :             }
 1150 peter@eisentraut.org      686                 :              0 :             {   int ret = slice_del(z);
 6081 tgl@sss.pgh.pa.us         687         [ #  # ]:              0 :                 if (ret < 0) return ret;
                                688                 :                :             }
 1150 peter@eisentraut.org      689                 :              0 :             {   int m1 = z->l - z->c; (void)m1;
                                690                 :              0 :                 z->ket = z->c;
                                691   [ #  #  #  #  :              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         692                 :              0 :                 among_var = find_among_b(z, a_2, 4);
                                693         [ #  # ]:              0 :                 if (!(among_var)) { z->c = z->l - m1; goto lab0; }
 1150 peter@eisentraut.org      694                 :              0 :                 z->bra = z->c;
                                695                 :              0 :                 {   int ret = r_R2(z);
 2029 tgl@sss.pgh.pa.us         696         [ #  # ]:              0 :                     if (ret == 0) { z->c = z->l - m1; goto lab0; }
 6081                           697         [ #  # ]:              0 :                     if (ret < 0) return ret;
                                698                 :                :                 }
 1150 peter@eisentraut.org      699                 :              0 :                 {   int ret = slice_del(z);
 6081 tgl@sss.pgh.pa.us         700         [ #  # ]:              0 :                     if (ret < 0) return ret;
                                701                 :                :                 }
                                702                 :                :                 switch (among_var) {
                                703                 :              0 :                     case 1:
 1150 peter@eisentraut.org      704                 :              0 :                         z->ket = z->c;
                                705         [ #  # ]:              0 :                         if (!(eq_s_b(z, 2, s_7))) { z->c = z->l - m1; goto lab0; }
                                706                 :              0 :                         z->bra = z->c;
                                707                 :              0 :                         {   int ret = r_R2(z);
 2029 tgl@sss.pgh.pa.us         708         [ #  # ]:              0 :                             if (ret == 0) { z->c = z->l - m1; goto lab0; }
 6081                           709         [ #  # ]:              0 :                             if (ret < 0) return ret;
                                710                 :                :                         }
 1150 peter@eisentraut.org      711                 :              0 :                         {   int ret = slice_del(z);
 6081 tgl@sss.pgh.pa.us         712         [ #  # ]:              0 :                             if (ret < 0) return ret;
                                713                 :                :                         }
                                714                 :              0 :                         break;
                                715                 :                :                 }
                                716                 :              0 :             lab0:
                                717                 :                :                 ;
                                718                 :                :             }
                                719                 :              0 :             break;
                                720                 :              0 :         case 6:
 1150 peter@eisentraut.org      721                 :              0 :             {   int ret = r_R2(z);
 2029 tgl@sss.pgh.pa.us         722         [ #  # ]:              0 :                 if (ret <= 0) return ret;
                                723                 :                :             }
 1150 peter@eisentraut.org      724                 :              0 :             {   int ret = slice_del(z);
 6081 tgl@sss.pgh.pa.us         725         [ #  # ]:              0 :                 if (ret < 0) return ret;
                                726                 :                :             }
 1150 peter@eisentraut.org      727                 :              0 :             {   int m2 = z->l - z->c; (void)m2;
                                728                 :              0 :                 z->ket = z->c;
                                729   [ #  #  #  #  :              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         730         [ #  # ]:              0 :                 if (!(find_among_b(z, a_3, 3))) { z->c = z->l - m2; goto lab1; }
 1150 peter@eisentraut.org      731                 :              0 :                 z->bra = z->c;
                                732                 :              0 :                 {   int ret = r_R2(z);
 2029 tgl@sss.pgh.pa.us         733         [ #  # ]:              0 :                     if (ret == 0) { z->c = z->l - m2; goto lab1; }
                                734         [ #  # ]:              0 :                     if (ret < 0) return ret;
                                735                 :                :                 }
 1150 peter@eisentraut.org      736                 :              0 :                 {   int ret = slice_del(z);
 2029 tgl@sss.pgh.pa.us         737         [ #  # ]:              0 :                     if (ret < 0) return ret;
                                738                 :                :                 }
 6081                           739                 :              0 :             lab1:
                                740                 :                :                 ;
                                741                 :                :             }
                                742                 :              0 :             break;
                                743                 :              0 :         case 7:
 1150 peter@eisentraut.org      744                 :              0 :             {   int ret = r_R2(z);
 2029 tgl@sss.pgh.pa.us         745         [ #  # ]:              0 :                 if (ret <= 0) return ret;
                                746                 :                :             }
 1150 peter@eisentraut.org      747                 :              0 :             {   int ret = slice_del(z);
 6081 tgl@sss.pgh.pa.us         748         [ #  # ]:              0 :                 if (ret < 0) return ret;
                                749                 :                :             }
 1150 peter@eisentraut.org      750                 :              0 :             {   int m3 = z->l - z->c; (void)m3;
                                751                 :              0 :                 z->ket = z->c;
                                752   [ #  #  #  #  :              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         753         [ #  # ]:              0 :                 if (!(find_among_b(z, a_4, 3))) { z->c = z->l - m3; goto lab2; }
 1150 peter@eisentraut.org      754                 :              0 :                 z->bra = z->c;
                                755                 :              0 :                 {   int ret = r_R2(z);
 2029 tgl@sss.pgh.pa.us         756         [ #  # ]:              0 :                     if (ret == 0) { z->c = z->l - m3; goto lab2; }
                                757         [ #  # ]:              0 :                     if (ret < 0) return ret;
                                758                 :                :                 }
 1150 peter@eisentraut.org      759                 :              0 :                 {   int ret = slice_del(z);
 2029 tgl@sss.pgh.pa.us         760         [ #  # ]:              0 :                     if (ret < 0) return ret;
                                761                 :                :                 }
 6081                           762                 :              0 :             lab2:
                                763                 :                :                 ;
                                764                 :                :             }
                                765                 :              0 :             break;
                                766                 :              0 :         case 8:
 1150 peter@eisentraut.org      767                 :              0 :             {   int ret = r_R2(z);
 2029 tgl@sss.pgh.pa.us         768         [ #  # ]:              0 :                 if (ret <= 0) return ret;
                                769                 :                :             }
 1150 peter@eisentraut.org      770                 :              0 :             {   int ret = slice_del(z);
 6081 tgl@sss.pgh.pa.us         771         [ #  # ]:              0 :                 if (ret < 0) return ret;
                                772                 :                :             }
 1150 peter@eisentraut.org      773                 :              0 :             {   int m4 = z->l - z->c; (void)m4;
                                774                 :              0 :                 z->ket = z->c;
                                775         [ #  # ]:              0 :                 if (!(eq_s_b(z, 2, s_8))) { z->c = z->l - m4; goto lab3; }
                                776                 :              0 :                 z->bra = z->c;
                                777                 :              0 :                 {   int ret = r_R2(z);
 2029 tgl@sss.pgh.pa.us         778         [ #  # ]:              0 :                     if (ret == 0) { z->c = z->l - m4; goto lab3; }
 6081                           779         [ #  # ]:              0 :                     if (ret < 0) return ret;
                                780                 :                :                 }
 1150 peter@eisentraut.org      781                 :              0 :                 {   int ret = slice_del(z);
 6081 tgl@sss.pgh.pa.us         782         [ #  # ]:              0 :                     if (ret < 0) return ret;
                                783                 :                :                 }
                                784                 :              0 :             lab3:
                                785                 :                :                 ;
                                786                 :                :             }
                                787                 :              0 :             break;
                                788                 :              0 :         case 9:
 1150 peter@eisentraut.org      789                 :              0 :             {   int ret = r_RV(z);
 2029 tgl@sss.pgh.pa.us         790         [ #  # ]:              0 :                 if (ret <= 0) return ret;
                                791                 :                :             }
 1150 peter@eisentraut.org      792   [ #  #  #  # ]:              0 :             if (z->c <= z->lb || z->p[z->c - 1] != 'e') return 0;
 2029 tgl@sss.pgh.pa.us         793                 :              0 :             z->c--;
 1150 peter@eisentraut.org      794                 :              0 :             {   int ret = slice_from_s(z, 2, s_9);
 6081 tgl@sss.pgh.pa.us         795         [ #  # ]:              0 :                 if (ret < 0) return ret;
                                796                 :                :             }
                                797                 :              0 :             break;
                                798                 :                :     }
                                799                 :              0 :     return 1;
                                800                 :                : }
                                801                 :                : 
 1150 peter@eisentraut.org      802                 :              0 : static int r_verb_suffix(struct SN_env * z) {
                                803                 :                : 
                                804                 :                :     {   int mlimit1;
                                805         [ #  # ]:              0 :         if (z->c < z->I[2]) return 0;
                                806                 :              0 :         mlimit1 = z->lb; z->lb = z->I[2];
                                807                 :              0 :         z->ket = z->c;
                                808         [ #  # ]:              0 :         if (!(find_among_b(z, a_6, 120))) { z->lb = mlimit1; return 0; }
                                809                 :              0 :         z->bra = z->c;
                                810                 :              0 :         {   int ret = slice_del(z);
 2029 tgl@sss.pgh.pa.us         811         [ #  # ]:              0 :             if (ret < 0) return ret;
                                812                 :                :         }
                                813                 :              0 :         z->lb = mlimit1;
                                814                 :                :     }
 6081                           815                 :              0 :     return 1;
                                816                 :                : }
                                817                 :                : 
 1150 peter@eisentraut.org      818                 :              0 : static int r_residual_suffix(struct SN_env * z) {
                                819                 :              0 :     z->ket = z->c;
                                820         [ #  # ]:              0 :     if (!(find_among_b(z, a_7, 7))) return 0;
                                821                 :              0 :     z->bra = z->c;
                                822                 :              0 :     {   int ret = r_RV(z);
 2029 tgl@sss.pgh.pa.us         823         [ #  # ]:              0 :         if (ret <= 0) return ret;
                                824                 :                :     }
 1150 peter@eisentraut.org      825                 :              0 :     {   int ret = slice_del(z);
 2029 tgl@sss.pgh.pa.us         826         [ #  # ]:              0 :         if (ret < 0) return ret;
                                827                 :                :     }
 6081                           828                 :              0 :     return 1;
                                829                 :                : }
                                830                 :                : 
 1150 peter@eisentraut.org      831                 :              0 : static int r_residual_form(struct SN_env * z) {
                                832                 :                :     int among_var;
                                833                 :              0 :     z->ket = z->c;
                                834                 :              0 :     among_var = find_among_b(z, a_8, 4);
 6081 tgl@sss.pgh.pa.us         835         [ #  # ]:              0 :     if (!(among_var)) return 0;
 1150 peter@eisentraut.org      836                 :              0 :     z->bra = z->c;
                                837      [ #  #  # ]:              0 :     switch (among_var) {
 6081 tgl@sss.pgh.pa.us         838                 :              0 :         case 1:
 1150 peter@eisentraut.org      839                 :              0 :             {   int ret = r_RV(z);
 2029 tgl@sss.pgh.pa.us         840         [ #  # ]:              0 :                 if (ret <= 0) return ret;
                                841                 :                :             }
 1150 peter@eisentraut.org      842                 :              0 :             {   int ret = slice_del(z);
 6081 tgl@sss.pgh.pa.us         843         [ #  # ]:              0 :                 if (ret < 0) return ret;
                                844                 :                :             }
 1150 peter@eisentraut.org      845                 :              0 :             z->ket = z->c;
                                846                 :              0 :             {   int m1 = z->l - z->c; (void)m1;
                                847   [ #  #  #  # ]:              0 :                 if (z->c <= z->lb || z->p[z->c - 1] != 'u') goto lab1;
 2029 tgl@sss.pgh.pa.us         848                 :              0 :                 z->c--;
 1150 peter@eisentraut.org      849                 :              0 :                 z->bra = z->c;
                                850                 :              0 :                 {   int m_test2 = z->l - z->c;
                                851   [ #  #  #  # ]:              0 :                     if (z->c <= z->lb || z->p[z->c - 1] != 'g') goto lab1;
 2029 tgl@sss.pgh.pa.us         852                 :              0 :                     z->c--;
                                853                 :              0 :                     z->c = z->l - m_test2;
                                854                 :                :                 }
 6081                           855                 :              0 :                 goto lab0;
                                856                 :              0 :             lab1:
                                857                 :              0 :                 z->c = z->l - m1;
 1150 peter@eisentraut.org      858   [ #  #  #  # ]:              0 :                 if (z->c <= z->lb || z->p[z->c - 1] != 'i') return 0;
 2029 tgl@sss.pgh.pa.us         859                 :              0 :                 z->c--;
 1150 peter@eisentraut.org      860                 :              0 :                 z->bra = z->c;
                                861                 :              0 :                 {   int m_test3 = z->l - z->c;
                                862   [ #  #  #  # ]:              0 :                     if (z->c <= z->lb || z->p[z->c - 1] != 'c') return 0;
 2029 tgl@sss.pgh.pa.us         863                 :              0 :                     z->c--;
                                864                 :              0 :                     z->c = z->l - m_test3;
                                865                 :                :                 }
                                866                 :                :             }
 6081                           867                 :              0 :         lab0:
 1150 peter@eisentraut.org      868                 :              0 :             {   int ret = r_RV(z);
 2029 tgl@sss.pgh.pa.us         869         [ #  # ]:              0 :                 if (ret <= 0) return ret;
                                870                 :                :             }
 1150 peter@eisentraut.org      871                 :              0 :             {   int ret = slice_del(z);
 6081 tgl@sss.pgh.pa.us         872         [ #  # ]:              0 :                 if (ret < 0) return ret;
                                873                 :                :             }
                                874                 :              0 :             break;
                                875                 :              0 :         case 2:
 1150 peter@eisentraut.org      876                 :              0 :             {   int ret = slice_from_s(z, 1, s_10);
 6081 tgl@sss.pgh.pa.us         877         [ #  # ]:              0 :                 if (ret < 0) return ret;
                                878                 :                :             }
                                879                 :              0 :             break;
                                880                 :                :     }
                                881                 :              0 :     return 1;
                                882                 :                : }
                                883                 :                : 
 1150 peter@eisentraut.org      884                 :              0 : extern int portuguese_UTF_8_stem(struct SN_env * z) {
                                885                 :              0 :     {   int c1 = z->c;
                                886                 :              0 :         {   int ret = r_prelude(z);
 6081 tgl@sss.pgh.pa.us         887         [ #  # ]:              0 :             if (ret < 0) return ret;
                                888                 :                :         }
                                889                 :              0 :         z->c = c1;
                                890                 :                :     }
                                891                 :                :     
 1150 peter@eisentraut.org      892                 :              0 :     {   int ret = r_mark_regions(z);
 2029 tgl@sss.pgh.pa.us         893         [ #  # ]:              0 :         if (ret < 0) return ret;
                                894                 :                :     }
 1150 peter@eisentraut.org      895                 :              0 :     z->lb = z->c; z->c = z->l;
                                896                 :                : 
                                897                 :              0 :     {   int m2 = z->l - z->c; (void)m2;
                                898                 :              0 :         {   int m3 = z->l - z->c; (void)m3;
                                899                 :              0 :             {   int m4 = z->l - z->c; (void)m4;
                                900                 :              0 :                 {   int m5 = z->l - z->c; (void)m5;
                                901                 :              0 :                     {   int ret = r_standard_suffix(z);
 1406                           902         [ #  # ]:              0 :                         if (ret == 0) goto lab4;
 6081 tgl@sss.pgh.pa.us         903         [ #  # ]:              0 :                         if (ret < 0) return ret;
                                904                 :                :                     }
 1406 peter@eisentraut.org      905                 :              0 :                     goto lab3;
                                906                 :              0 :                 lab4:
 2029 tgl@sss.pgh.pa.us         907                 :              0 :                     z->c = z->l - m5;
 1150 peter@eisentraut.org      908                 :              0 :                     {   int ret = r_verb_suffix(z);
 1406                           909         [ #  # ]:              0 :                         if (ret == 0) goto lab2;
 6081 tgl@sss.pgh.pa.us         910         [ #  # ]:              0 :                         if (ret < 0) return ret;
                                911                 :                :                     }
                                912                 :                :                 }
 1406 peter@eisentraut.org      913                 :              0 :             lab3:
 2029 tgl@sss.pgh.pa.us         914                 :              0 :                 z->c = z->l - m4;
 1150 peter@eisentraut.org      915                 :              0 :                 {   int m6 = z->l - z->c; (void)m6;
                                916                 :              0 :                     z->ket = z->c;
                                917   [ #  #  #  # ]:              0 :                     if (z->c <= z->lb || z->p[z->c - 1] != 'i') goto lab5;
 2029 tgl@sss.pgh.pa.us         918                 :              0 :                     z->c--;
 1150 peter@eisentraut.org      919                 :              0 :                     z->bra = z->c;
                                920                 :              0 :                     {   int m_test7 = z->l - z->c;
                                921   [ #  #  #  # ]:              0 :                         if (z->c <= z->lb || z->p[z->c - 1] != 'c') goto lab5;
 2029 tgl@sss.pgh.pa.us         922                 :              0 :                         z->c--;
                                923                 :              0 :                         z->c = z->l - m_test7;
                                924                 :                :                     }
 1150 peter@eisentraut.org      925                 :              0 :                     {   int ret = r_RV(z);
 1406                           926         [ #  # ]:              0 :                         if (ret == 0) goto lab5;
 6081 tgl@sss.pgh.pa.us         927         [ #  # ]:              0 :                         if (ret < 0) return ret;
                                928                 :                :                     }
 1150 peter@eisentraut.org      929                 :              0 :                     {   int ret = slice_del(z);
 6081 tgl@sss.pgh.pa.us         930         [ #  # ]:              0 :                         if (ret < 0) return ret;
                                931                 :                :                     }
 1406 peter@eisentraut.org      932                 :              0 :                 lab5:
 2029 tgl@sss.pgh.pa.us         933                 :              0 :                     z->c = z->l - m6;
                                934                 :                :                 }
                                935                 :                :             }
 1406 peter@eisentraut.org      936                 :              0 :             goto lab1;
                                937                 :              0 :         lab2:
 2029 tgl@sss.pgh.pa.us         938                 :              0 :             z->c = z->l - m3;
 1150 peter@eisentraut.org      939                 :              0 :             {   int ret = r_residual_suffix(z);
 1406                           940         [ #  # ]:              0 :                 if (ret == 0) goto lab0;
 6081 tgl@sss.pgh.pa.us         941         [ #  # ]:              0 :                 if (ret < 0) return ret;
                                942                 :                :             }
                                943                 :                :         }
 1406 peter@eisentraut.org      944                 :              0 :     lab1:
                                945                 :              0 :     lab0:
 2029 tgl@sss.pgh.pa.us         946                 :              0 :         z->c = z->l - m2;
                                947                 :                :     }
 1150 peter@eisentraut.org      948                 :              0 :     {   int m8 = z->l - z->c; (void)m8;
                                949                 :              0 :         {   int ret = r_residual_form(z);
 6081 tgl@sss.pgh.pa.us         950         [ #  # ]:              0 :             if (ret < 0) return ret;
                                951                 :                :         }
                                952                 :              0 :         z->c = z->l - m8;
                                953                 :                :     }
                                954                 :              0 :     z->c = z->lb;
 1150 peter@eisentraut.org      955                 :              0 :     {   int c9 = z->c;
                                956                 :              0 :         {   int ret = r_postlude(z);
 6081 tgl@sss.pgh.pa.us         957         [ #  # ]:              0 :             if (ret < 0) return ret;
                                958                 :                :         }
                                959                 :              0 :         z->c = c9;
                                960                 :                :     }
                                961                 :              0 :     return 1;
                                962                 :                : }
                                963                 :                : 
 1150 peter@eisentraut.org      964                 :              0 : extern struct SN_env * portuguese_UTF_8_create_env(void) { return SN_create_env(0, 3); }
                                965                 :                : 
 6081 tgl@sss.pgh.pa.us         966                 :              0 : extern void portuguese_UTF_8_close_env(struct SN_env * z) { SN_close_env(z, 0); }
                                967                 :                : 
        

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