LCOV - code coverage report
Current view: top level - src/backend/snowball/libstemmer - stem_ISO_8859_1_basque.c (source / functions) Coverage Total Hit
Test: Code coverage Lines: 0.0 % 205 0
Test Date: 2026-01-26 10:56:24 Functions: 0.0 % 10 0
Legend: Lines:     hit not hit
Branches: + taken - not taken # not executed
Branches: 0.0 % 187 0

             Branch data     Line data    Source code
       1                 :             : /* Generated from basque.sbl by Snowball 3.0.0 - https://snowballstem.org/ */
       2                 :             : 
       3                 :             : #include "stem_ISO_8859_1_basque.h"
       4                 :             : 
       5                 :             : #include <stddef.h>
       6                 :             : 
       7                 :             : #include "snowball_runtime.h"
       8                 :             : 
       9                 :             : struct SN_local {
      10                 :             :     struct SN_env z;
      11                 :             :     int i_p2;
      12                 :             :     int i_p1;
      13                 :             :     int i_pV;
      14                 :             : };
      15                 :             : 
      16                 :             : typedef struct SN_local SN_local;
      17                 :             : 
      18                 :             : #ifdef __cplusplus
      19                 :             : extern "C" {
      20                 :             : #endif
      21                 :             : extern int basque_ISO_8859_1_stem(struct SN_env * z);
      22                 :             : #ifdef __cplusplus
      23                 :             : }
      24                 :             : #endif
      25                 :             : 
      26                 :             : static int r_R1(struct SN_env * z);
      27                 :             : static int r_R2(struct SN_env * z);
      28                 :             : static int r_RV(struct SN_env * z);
      29                 :             : static int r_mark_regions(struct SN_env * z);
      30                 :             : static int r_adjetiboak(struct SN_env * z);
      31                 :             : static int r_izenak(struct SN_env * z);
      32                 :             : static int r_aditzak(struct SN_env * z);
      33                 :             : 
      34                 :             : static const symbol s_0[] = { 'j', 'o', 'k' };
      35                 :             : static const symbol s_1[] = { 't', 'r', 'a' };
      36                 :             : static const symbol s_2[] = { 'm', 'i', 'n', 'u', 't', 'u' };
      37                 :             : static const symbol s_3[] = { 'z' };
      38                 :             : 
      39                 :             : static const symbol s_0_0[4] = { 'i', 'd', 'e', 'a' };
      40                 :             : static const symbol s_0_1[5] = { 'b', 'i', 'd', 'e', 'a' };
      41                 :             : static const symbol s_0_2[5] = { 'k', 'i', 'd', 'e', 'a' };
      42                 :             : static const symbol s_0_3[5] = { 'p', 'i', 'd', 'e', 'a' };
      43                 :             : static const symbol s_0_4[6] = { 'k', 'u', 'n', 'd', 'e', 'a' };
      44                 :             : static const symbol s_0_5[5] = { 'g', 'a', 'l', 'e', 'a' };
      45                 :             : static const symbol s_0_6[6] = { 't', 'a', 'i', 'l', 'e', 'a' };
      46                 :             : static const symbol s_0_7[7] = { 't', 'z', 'a', 'i', 'l', 'e', 'a' };
      47                 :             : static const symbol s_0_8[5] = { 'g', 'u', 'n', 'e', 'a' };
      48                 :             : static const symbol s_0_9[5] = { 'k', 'u', 'n', 'e', 'a' };
      49                 :             : static const symbol s_0_10[5] = { 't', 'z', 'a', 'g', 'a' };
      50                 :             : static const symbol s_0_11[4] = { 'g', 'a', 'i', 'a' };
      51                 :             : static const symbol s_0_12[5] = { 'a', 'l', 'd', 'i', 'a' };
      52                 :             : static const symbol s_0_13[6] = { 't', 'a', 'l', 'd', 'i', 'a' };
      53                 :             : static const symbol s_0_14[5] = { 'k', 'a', 'r', 'i', 'a' };
      54                 :             : static const symbol s_0_15[6] = { 'g', 'a', 'r', 'r', 'i', 'a' };
      55                 :             : static const symbol s_0_16[6] = { 'k', 'a', 'r', 'r', 'i', 'a' };
      56                 :             : static const symbol s_0_17[2] = { 'k', 'a' };
      57                 :             : static const symbol s_0_18[5] = { 't', 'z', 'a', 'k', 'a' };
      58                 :             : static const symbol s_0_19[2] = { 'l', 'a' };
      59                 :             : static const symbol s_0_20[4] = { 'm', 'e', 'n', 'a' };
      60                 :             : static const symbol s_0_21[4] = { 'p', 'e', 'n', 'a' };
      61                 :             : static const symbol s_0_22[4] = { 'k', 'i', 'n', 'a' };
      62                 :             : static const symbol s_0_23[5] = { 'e', 'z', 'i', 'n', 'a' };
      63                 :             : static const symbol s_0_24[6] = { 't', 'e', 'z', 'i', 'n', 'a' };
      64                 :             : static const symbol s_0_25[4] = { 'k', 'u', 'n', 'a' };
      65                 :             : static const symbol s_0_26[4] = { 't', 'u', 'n', 'a' };
      66                 :             : static const symbol s_0_27[6] = { 'k', 'i', 'z', 'u', 'n', 'a' };
      67                 :             : static const symbol s_0_28[3] = { 'e', 'r', 'a' };
      68                 :             : static const symbol s_0_29[4] = { 'b', 'e', 'r', 'a' };
      69                 :             : static const symbol s_0_30[7] = { 'a', 'r', 'a', 'b', 'e', 'r', 'a' };
      70                 :             : static const symbol s_0_31[4] = { 'k', 'e', 'r', 'a' };
      71                 :             : static const symbol s_0_32[4] = { 'p', 'e', 'r', 'a' };
      72                 :             : static const symbol s_0_33[4] = { 'o', 'r', 'r', 'a' };
      73                 :             : static const symbol s_0_34[5] = { 'k', 'o', 'r', 'r', 'a' };
      74                 :             : static const symbol s_0_35[4] = { 'd', 'u', 'r', 'a' };
      75                 :             : static const symbol s_0_36[4] = { 'g', 'u', 'r', 'a' };
      76                 :             : static const symbol s_0_37[4] = { 'k', 'u', 'r', 'a' };
      77                 :             : static const symbol s_0_38[4] = { 't', 'u', 'r', 'a' };
      78                 :             : static const symbol s_0_39[3] = { 'e', 't', 'a' };
      79                 :             : static const symbol s_0_40[4] = { 'k', 'e', 't', 'a' };
      80                 :             : static const symbol s_0_41[6] = { 'g', 'a', 'i', 'l', 'u', 'a' };
      81                 :             : static const symbol s_0_42[3] = { 'e', 'z', 'a' };
      82                 :             : static const symbol s_0_43[6] = { 'e', 'r', 'r', 'e', 'z', 'a' };
      83                 :             : static const symbol s_0_44[3] = { 't', 'z', 'a' };
      84                 :             : static const symbol s_0_45[6] = { 'g', 'a', 'i', 't', 'z', 'a' };
      85                 :             : static const symbol s_0_46[6] = { 'k', 'a', 'i', 't', 'z', 'a' };
      86                 :             : static const symbol s_0_47[6] = { 'k', 'u', 'n', 't', 'z', 'a' };
      87                 :             : static const symbol s_0_48[3] = { 'i', 'd', 'e' };
      88                 :             : static const symbol s_0_49[4] = { 'b', 'i', 'd', 'e' };
      89                 :             : static const symbol s_0_50[4] = { 'k', 'i', 'd', 'e' };
      90                 :             : static const symbol s_0_51[4] = { 'p', 'i', 'd', 'e' };
      91                 :             : static const symbol s_0_52[5] = { 'k', 'u', 'n', 'd', 'e' };
      92                 :             : static const symbol s_0_53[5] = { 't', 'z', 'a', 'k', 'e' };
      93                 :             : static const symbol s_0_54[5] = { 't', 'z', 'e', 'k', 'e' };
      94                 :             : static const symbol s_0_55[2] = { 'l', 'e' };
      95                 :             : static const symbol s_0_56[4] = { 'g', 'a', 'l', 'e' };
      96                 :             : static const symbol s_0_57[5] = { 't', 'a', 'i', 'l', 'e' };
      97                 :             : static const symbol s_0_58[6] = { 't', 'z', 'a', 'i', 'l', 'e' };
      98                 :             : static const symbol s_0_59[4] = { 'g', 'u', 'n', 'e' };
      99                 :             : static const symbol s_0_60[4] = { 'k', 'u', 'n', 'e' };
     100                 :             : static const symbol s_0_61[3] = { 't', 'z', 'e' };
     101                 :             : static const symbol s_0_62[4] = { 'a', 't', 'z', 'e' };
     102                 :             : static const symbol s_0_63[3] = { 'g', 'a', 'i' };
     103                 :             : static const symbol s_0_64[4] = { 'a', 'l', 'd', 'i' };
     104                 :             : static const symbol s_0_65[5] = { 't', 'a', 'l', 'd', 'i' };
     105                 :             : static const symbol s_0_66[2] = { 'k', 'i' };
     106                 :             : static const symbol s_0_67[3] = { 'a', 'r', 'i' };
     107                 :             : static const symbol s_0_68[4] = { 'k', 'a', 'r', 'i' };
     108                 :             : static const symbol s_0_69[4] = { 'l', 'a', 'r', 'i' };
     109                 :             : static const symbol s_0_70[4] = { 't', 'a', 'r', 'i' };
     110                 :             : static const symbol s_0_71[5] = { 'e', 't', 'a', 'r', 'i' };
     111                 :             : static const symbol s_0_72[5] = { 'g', 'a', 'r', 'r', 'i' };
     112                 :             : static const symbol s_0_73[5] = { 'k', 'a', 'r', 'r', 'i' };
     113                 :             : static const symbol s_0_74[5] = { 'a', 'r', 'a', 'z', 'i' };
     114                 :             : static const symbol s_0_75[6] = { 't', 'a', 'r', 'a', 'z', 'i' };
     115                 :             : static const symbol s_0_76[2] = { 'a', 'n' };
     116                 :             : static const symbol s_0_77[3] = { 'e', 'a', 'n' };
     117                 :             : static const symbol s_0_78[4] = { 'r', 'e', 'a', 'n' };
     118                 :             : static const symbol s_0_79[3] = { 'k', 'a', 'n' };
     119                 :             : static const symbol s_0_80[4] = { 'e', 't', 'a', 'n' };
     120                 :             : static const symbol s_0_81[7] = { 'a', 't', 's', 'e', 'd', 'e', 'n' };
     121                 :             : static const symbol s_0_82[3] = { 'm', 'e', 'n' };
     122                 :             : static const symbol s_0_83[3] = { 'p', 'e', 'n' };
     123                 :             : static const symbol s_0_84[3] = { 'k', 'i', 'n' };
     124                 :             : static const symbol s_0_85[5] = { 'r', 'e', 'k', 'i', 'n' };
     125                 :             : static const symbol s_0_86[4] = { 'e', 'z', 'i', 'n' };
     126                 :             : static const symbol s_0_87[5] = { 't', 'e', 'z', 'i', 'n' };
     127                 :             : static const symbol s_0_88[3] = { 't', 'u', 'n' };
     128                 :             : static const symbol s_0_89[5] = { 'k', 'i', 'z', 'u', 'n' };
     129                 :             : static const symbol s_0_90[2] = { 'g', 'o' };
     130                 :             : static const symbol s_0_91[3] = { 'a', 'g', 'o' };
     131                 :             : static const symbol s_0_92[3] = { 't', 'i', 'o' };
     132                 :             : static const symbol s_0_93[4] = { 'd', 'a', 'k', 'o' };
     133                 :             : static const symbol s_0_94[2] = { 'o', 'r' };
     134                 :             : static const symbol s_0_95[3] = { 'k', 'o', 'r' };
     135                 :             : static const symbol s_0_96[4] = { 't', 'z', 'a', 't' };
     136                 :             : static const symbol s_0_97[2] = { 'd', 'u' };
     137                 :             : static const symbol s_0_98[5] = { 'g', 'a', 'i', 'l', 'u' };
     138                 :             : static const symbol s_0_99[2] = { 't', 'u' };
     139                 :             : static const symbol s_0_100[3] = { 'a', 't', 'u' };
     140                 :             : static const symbol s_0_101[6] = { 'a', 'l', 'd', 'a', 't', 'u' };
     141                 :             : static const symbol s_0_102[4] = { 't', 'a', 't', 'u' };
     142                 :             : static const symbol s_0_103[6] = { 'b', 'a', 'd', 'i', 't', 'u' };
     143                 :             : static const symbol s_0_104[2] = { 'e', 'z' };
     144                 :             : static const symbol s_0_105[5] = { 'e', 'r', 'r', 'e', 'z' };
     145                 :             : static const symbol s_0_106[4] = { 't', 'z', 'e', 'z' };
     146                 :             : static const symbol s_0_107[5] = { 'g', 'a', 'i', 't', 'z' };
     147                 :             : static const symbol s_0_108[5] = { 'k', 'a', 'i', 't', 'z' };
     148                 :             : static const struct among a_0[109] = {
     149                 :             : { 4, s_0_0, 0, 1, 0},
     150                 :             : { 5, s_0_1, -1, 1, 0},
     151                 :             : { 5, s_0_2, -2, 1, 0},
     152                 :             : { 5, s_0_3, -3, 1, 0},
     153                 :             : { 6, s_0_4, 0, 1, 0},
     154                 :             : { 5, s_0_5, 0, 1, 0},
     155                 :             : { 6, s_0_6, 0, 1, 0},
     156                 :             : { 7, s_0_7, 0, 1, 0},
     157                 :             : { 5, s_0_8, 0, 1, 0},
     158                 :             : { 5, s_0_9, 0, 1, 0},
     159                 :             : { 5, s_0_10, 0, 1, 0},
     160                 :             : { 4, s_0_11, 0, 1, 0},
     161                 :             : { 5, s_0_12, 0, 1, 0},
     162                 :             : { 6, s_0_13, -1, 1, 0},
     163                 :             : { 5, s_0_14, 0, 1, 0},
     164                 :             : { 6, s_0_15, 0, 2, 0},
     165                 :             : { 6, s_0_16, 0, 1, 0},
     166                 :             : { 2, s_0_17, 0, 1, 0},
     167                 :             : { 5, s_0_18, -1, 1, 0},
     168                 :             : { 2, s_0_19, 0, 1, 0},
     169                 :             : { 4, s_0_20, 0, 1, 0},
     170                 :             : { 4, s_0_21, 0, 1, 0},
     171                 :             : { 4, s_0_22, 0, 1, 0},
     172                 :             : { 5, s_0_23, 0, 1, 0},
     173                 :             : { 6, s_0_24, -1, 1, 0},
     174                 :             : { 4, s_0_25, 0, 1, 0},
     175                 :             : { 4, s_0_26, 0, 1, 0},
     176                 :             : { 6, s_0_27, 0, 1, 0},
     177                 :             : { 3, s_0_28, 0, 1, 0},
     178                 :             : { 4, s_0_29, -1, 1, 0},
     179                 :             : { 7, s_0_30, -1, -1, 0},
     180                 :             : { 4, s_0_31, -3, 1, 0},
     181                 :             : { 4, s_0_32, -4, 1, 0},
     182                 :             : { 4, s_0_33, 0, 1, 0},
     183                 :             : { 5, s_0_34, -1, 1, 0},
     184                 :             : { 4, s_0_35, 0, 1, 0},
     185                 :             : { 4, s_0_36, 0, 1, 0},
     186                 :             : { 4, s_0_37, 0, 1, 0},
     187                 :             : { 4, s_0_38, 0, 1, 0},
     188                 :             : { 3, s_0_39, 0, 1, 0},
     189                 :             : { 4, s_0_40, -1, 1, 0},
     190                 :             : { 6, s_0_41, 0, 1, 0},
     191                 :             : { 3, s_0_42, 0, 1, 0},
     192                 :             : { 6, s_0_43, -1, 1, 0},
     193                 :             : { 3, s_0_44, 0, 2, 0},
     194                 :             : { 6, s_0_45, -1, 1, 0},
     195                 :             : { 6, s_0_46, -2, 1, 0},
     196                 :             : { 6, s_0_47, -3, 1, 0},
     197                 :             : { 3, s_0_48, 0, 1, 0},
     198                 :             : { 4, s_0_49, -1, 1, 0},
     199                 :             : { 4, s_0_50, -2, 1, 0},
     200                 :             : { 4, s_0_51, -3, 1, 0},
     201                 :             : { 5, s_0_52, 0, 1, 0},
     202                 :             : { 5, s_0_53, 0, 1, 0},
     203                 :             : { 5, s_0_54, 0, 1, 0},
     204                 :             : { 2, s_0_55, 0, 1, 0},
     205                 :             : { 4, s_0_56, -1, 1, 0},
     206                 :             : { 5, s_0_57, -2, 1, 0},
     207                 :             : { 6, s_0_58, -3, 1, 0},
     208                 :             : { 4, s_0_59, 0, 1, 0},
     209                 :             : { 4, s_0_60, 0, 1, 0},
     210                 :             : { 3, s_0_61, 0, 1, 0},
     211                 :             : { 4, s_0_62, -1, 1, 0},
     212                 :             : { 3, s_0_63, 0, 1, 0},
     213                 :             : { 4, s_0_64, 0, 1, 0},
     214                 :             : { 5, s_0_65, -1, 1, 0},
     215                 :             : { 2, s_0_66, 0, 1, 0},
     216                 :             : { 3, s_0_67, 0, 1, 0},
     217                 :             : { 4, s_0_68, -1, 1, 0},
     218                 :             : { 4, s_0_69, -2, 1, 0},
     219                 :             : { 4, s_0_70, -3, 1, 0},
     220                 :             : { 5, s_0_71, -1, 1, 0},
     221                 :             : { 5, s_0_72, 0, 2, 0},
     222                 :             : { 5, s_0_73, 0, 1, 0},
     223                 :             : { 5, s_0_74, 0, 1, 0},
     224                 :             : { 6, s_0_75, -1, 1, 0},
     225                 :             : { 2, s_0_76, 0, 1, 0},
     226                 :             : { 3, s_0_77, -1, 1, 0},
     227                 :             : { 4, s_0_78, -1, 1, 0},
     228                 :             : { 3, s_0_79, -3, 1, 0},
     229                 :             : { 4, s_0_80, -4, 1, 0},
     230                 :             : { 7, s_0_81, 0, -1, 0},
     231                 :             : { 3, s_0_82, 0, 1, 0},
     232                 :             : { 3, s_0_83, 0, 1, 0},
     233                 :             : { 3, s_0_84, 0, 1, 0},
     234                 :             : { 5, s_0_85, -1, 1, 0},
     235                 :             : { 4, s_0_86, 0, 1, 0},
     236                 :             : { 5, s_0_87, -1, 1, 0},
     237                 :             : { 3, s_0_88, 0, 1, 0},
     238                 :             : { 5, s_0_89, 0, 1, 0},
     239                 :             : { 2, s_0_90, 0, 1, 0},
     240                 :             : { 3, s_0_91, -1, 1, 0},
     241                 :             : { 3, s_0_92, 0, 1, 0},
     242                 :             : { 4, s_0_93, 0, 1, 0},
     243                 :             : { 2, s_0_94, 0, 1, 0},
     244                 :             : { 3, s_0_95, -1, 1, 0},
     245                 :             : { 4, s_0_96, 0, 1, 0},
     246                 :             : { 2, s_0_97, 0, 1, 0},
     247                 :             : { 5, s_0_98, 0, 1, 0},
     248                 :             : { 2, s_0_99, 0, 1, 0},
     249                 :             : { 3, s_0_100, -1, 1, 0},
     250                 :             : { 6, s_0_101, -1, 1, 0},
     251                 :             : { 4, s_0_102, -2, 1, 0},
     252                 :             : { 6, s_0_103, -4, -1, 0},
     253                 :             : { 2, s_0_104, 0, 1, 0},
     254                 :             : { 5, s_0_105, -1, 1, 0},
     255                 :             : { 4, s_0_106, -2, 1, 0},
     256                 :             : { 5, s_0_107, 0, 1, 0},
     257                 :             : { 5, s_0_108, 0, 1, 0}
     258                 :             : };
     259                 :             : 
     260                 :             : static const symbol s_1_0[3] = { 'a', 'd', 'a' };
     261                 :             : static const symbol s_1_1[4] = { 'k', 'a', 'd', 'a' };
     262                 :             : static const symbol s_1_2[4] = { 'a', 'n', 'd', 'a' };
     263                 :             : static const symbol s_1_3[5] = { 'd', 'e', 'n', 'd', 'a' };
     264                 :             : static const symbol s_1_4[5] = { 'g', 'a', 'b', 'e', 'a' };
     265                 :             : static const symbol s_1_5[5] = { 'k', 'a', 'b', 'e', 'a' };
     266                 :             : static const symbol s_1_6[5] = { 'a', 'l', 'd', 'e', 'a' };
     267                 :             : static const symbol s_1_7[6] = { 'k', 'a', 'l', 'd', 'e', 'a' };
     268                 :             : static const symbol s_1_8[6] = { 't', 'a', 'l', 'd', 'e', 'a' };
     269                 :             : static const symbol s_1_9[5] = { 'o', 'r', 'd', 'e', 'a' };
     270                 :             : static const symbol s_1_10[5] = { 'z', 'a', 'l', 'e', 'a' };
     271                 :             : static const symbol s_1_11[6] = { 't', 'z', 'a', 'l', 'e', 'a' };
     272                 :             : static const symbol s_1_12[5] = { 'g', 'i', 'l', 'e', 'a' };
     273                 :             : static const symbol s_1_13[4] = { 'e', 'm', 'e', 'a' };
     274                 :             : static const symbol s_1_14[5] = { 'k', 'u', 'm', 'e', 'a' };
     275                 :             : static const symbol s_1_15[3] = { 'n', 'e', 'a' };
     276                 :             : static const symbol s_1_16[4] = { 'e', 'n', 'e', 'a' };
     277                 :             : static const symbol s_1_17[6] = { 'z', 'i', 'o', 'n', 'e', 'a' };
     278                 :             : static const symbol s_1_18[4] = { 'u', 'n', 'e', 'a' };
     279                 :             : static const symbol s_1_19[5] = { 'g', 'u', 'n', 'e', 'a' };
     280                 :             : static const symbol s_1_20[3] = { 'p', 'e', 'a' };
     281                 :             : static const symbol s_1_21[6] = { 'a', 'u', 'r', 'r', 'e', 'a' };
     282                 :             : static const symbol s_1_22[3] = { 't', 'e', 'a' };
     283                 :             : static const symbol s_1_23[5] = { 'k', 'o', 't', 'e', 'a' };
     284                 :             : static const symbol s_1_24[5] = { 'a', 'r', 't', 'e', 'a' };
     285                 :             : static const symbol s_1_25[5] = { 'o', 's', 't', 'e', 'a' };
     286                 :             : static const symbol s_1_26[5] = { 'e', 't', 'x', 'e', 'a' };
     287                 :             : static const symbol s_1_27[2] = { 'g', 'a' };
     288                 :             : static const symbol s_1_28[4] = { 'a', 'n', 'g', 'a' };
     289                 :             : static const symbol s_1_29[4] = { 'g', 'a', 'i', 'a' };
     290                 :             : static const symbol s_1_30[5] = { 'a', 'l', 'd', 'i', 'a' };
     291                 :             : static const symbol s_1_31[6] = { 't', 'a', 'l', 'd', 'i', 'a' };
     292                 :             : static const symbol s_1_32[6] = { 'h', 'a', 'n', 'd', 'i', 'a' };
     293                 :             : static const symbol s_1_33[6] = { 'm', 'e', 'n', 'd', 'i', 'a' };
     294                 :             : static const symbol s_1_34[4] = { 'g', 'e', 'i', 'a' };
     295                 :             : static const symbol s_1_35[4] = { 'e', 'g', 'i', 'a' };
     296                 :             : static const symbol s_1_36[5] = { 'd', 'e', 'g', 'i', 'a' };
     297                 :             : static const symbol s_1_37[5] = { 't', 'e', 'g', 'i', 'a' };
     298                 :             : static const symbol s_1_38[5] = { 'n', 'a', 'h', 'i', 'a' };
     299                 :             : static const symbol s_1_39[4] = { 'o', 'h', 'i', 'a' };
     300                 :             : static const symbol s_1_40[3] = { 'k', 'i', 'a' };
     301                 :             : static const symbol s_1_41[5] = { 't', 'o', 'k', 'i', 'a' };
     302                 :             : static const symbol s_1_42[3] = { 'o', 'i', 'a' };
     303                 :             : static const symbol s_1_43[4] = { 'k', 'o', 'i', 'a' };
     304                 :             : static const symbol s_1_44[4] = { 'a', 'r', 'i', 'a' };
     305                 :             : static const symbol s_1_45[5] = { 'k', 'a', 'r', 'i', 'a' };
     306                 :             : static const symbol s_1_46[5] = { 'l', 'a', 'r', 'i', 'a' };
     307                 :             : static const symbol s_1_47[5] = { 't', 'a', 'r', 'i', 'a' };
     308                 :             : static const symbol s_1_48[4] = { 'e', 'r', 'i', 'a' };
     309                 :             : static const symbol s_1_49[5] = { 'k', 'e', 'r', 'i', 'a' };
     310                 :             : static const symbol s_1_50[5] = { 't', 'e', 'r', 'i', 'a' };
     311                 :             : static const symbol s_1_51[6] = { 'g', 'a', 'r', 'r', 'i', 'a' };
     312                 :             : static const symbol s_1_52[6] = { 'l', 'a', 'r', 'r', 'i', 'a' };
     313                 :             : static const symbol s_1_53[6] = { 'k', 'i', 'r', 'r', 'i', 'a' };
     314                 :             : static const symbol s_1_54[5] = { 'd', 'u', 'r', 'i', 'a' };
     315                 :             : static const symbol s_1_55[4] = { 'a', 's', 'i', 'a' };
     316                 :             : static const symbol s_1_56[3] = { 't', 'i', 'a' };
     317                 :             : static const symbol s_1_57[4] = { 'e', 'z', 'i', 'a' };
     318                 :             : static const symbol s_1_58[5] = { 'b', 'i', 'z', 'i', 'a' };
     319                 :             : static const symbol s_1_59[6] = { 'o', 'n', 't', 'z', 'i', 'a' };
     320                 :             : static const symbol s_1_60[2] = { 'k', 'a' };
     321                 :             : static const symbol s_1_61[4] = { 'j', 'o', 'k', 'a' };
     322                 :             : static const symbol s_1_62[5] = { 'a', 'u', 'r', 'k', 'a' };
     323                 :             : static const symbol s_1_63[3] = { 's', 'k', 'a' };
     324                 :             : static const symbol s_1_64[3] = { 'x', 'k', 'a' };
     325                 :             : static const symbol s_1_65[3] = { 'z', 'k', 'a' };
     326                 :             : static const symbol s_1_66[6] = { 'g', 'i', 'b', 'e', 'l', 'a' };
     327                 :             : static const symbol s_1_67[4] = { 'g', 'e', 'l', 'a' };
     328                 :             : static const symbol s_1_68[5] = { 'k', 'a', 'i', 'l', 'a' };
     329                 :             : static const symbol s_1_69[5] = { 's', 'k', 'i', 'l', 'a' };
     330                 :             : static const symbol s_1_70[4] = { 't', 'i', 'l', 'a' };
     331                 :             : static const symbol s_1_71[3] = { 'o', 'l', 'a' };
     332                 :             : static const symbol s_1_72[2] = { 'n', 'a' };
     333                 :             : static const symbol s_1_73[4] = { 'k', 'a', 'n', 'a' };
     334                 :             : static const symbol s_1_74[3] = { 'e', 'n', 'a' };
     335                 :             : static const symbol s_1_75[7] = { 'g', 'a', 'r', 'r', 'e', 'n', 'a' };
     336                 :             : static const symbol s_1_76[7] = { 'g', 'e', 'r', 'r', 'e', 'n', 'a' };
     337                 :             : static const symbol s_1_77[6] = { 'u', 'r', 'r', 'e', 'n', 'a' };
     338                 :             : static const symbol s_1_78[5] = { 'z', 'a', 'i', 'n', 'a' };
     339                 :             : static const symbol s_1_79[6] = { 't', 'z', 'a', 'i', 'n', 'a' };
     340                 :             : static const symbol s_1_80[4] = { 'k', 'i', 'n', 'a' };
     341                 :             : static const symbol s_1_81[4] = { 'm', 'i', 'n', 'a' };
     342                 :             : static const symbol s_1_82[5] = { 'g', 'a', 'r', 'n', 'a' };
     343                 :             : static const symbol s_1_83[3] = { 'u', 'n', 'a' };
     344                 :             : static const symbol s_1_84[4] = { 'd', 'u', 'n', 'a' };
     345                 :             : static const symbol s_1_85[5] = { 'a', 's', 'u', 'n', 'a' };
     346                 :             : static const symbol s_1_86[6] = { 't', 'a', 's', 'u', 'n', 'a' };
     347                 :             : static const symbol s_1_87[5] = { 'o', 'n', 'd', 'o', 'a' };
     348                 :             : static const symbol s_1_88[6] = { 'k', 'o', 'n', 'd', 'o', 'a' };
     349                 :             : static const symbol s_1_89[4] = { 'n', 'g', 'o', 'a' };
     350                 :             : static const symbol s_1_90[4] = { 'z', 'i', 'o', 'a' };
     351                 :             : static const symbol s_1_91[3] = { 'k', 'o', 'a' };
     352                 :             : static const symbol s_1_92[5] = { 't', 'a', 'k', 'o', 'a' };
     353                 :             : static const symbol s_1_93[4] = { 'z', 'k', 'o', 'a' };
     354                 :             : static const symbol s_1_94[3] = { 'n', 'o', 'a' };
     355                 :             : static const symbol s_1_95[5] = { 'z', 'i', 'n', 'o', 'a' };
     356                 :             : static const symbol s_1_96[4] = { 'a', 'r', 'o', 'a' };
     357                 :             : static const symbol s_1_97[5] = { 't', 'a', 'r', 'o', 'a' };
     358                 :             : static const symbol s_1_98[5] = { 'z', 'a', 'r', 'o', 'a' };
     359                 :             : static const symbol s_1_99[4] = { 'e', 'r', 'o', 'a' };
     360                 :             : static const symbol s_1_100[4] = { 'o', 'r', 'o', 'a' };
     361                 :             : static const symbol s_1_101[4] = { 'o', 's', 'o', 'a' };
     362                 :             : static const symbol s_1_102[3] = { 't', 'o', 'a' };
     363                 :             : static const symbol s_1_103[4] = { 't', 't', 'o', 'a' };
     364                 :             : static const symbol s_1_104[4] = { 'z', 't', 'o', 'a' };
     365                 :             : static const symbol s_1_105[4] = { 't', 'x', 'o', 'a' };
     366                 :             : static const symbol s_1_106[4] = { 't', 'z', 'o', 'a' };
     367                 :             : static const symbol s_1_107[3] = { 0xF1, 'o', 'a' };
     368                 :             : static const symbol s_1_108[2] = { 'r', 'a' };
     369                 :             : static const symbol s_1_109[3] = { 'a', 'r', 'a' };
     370                 :             : static const symbol s_1_110[4] = { 'd', 'a', 'r', 'a' };
     371                 :             : static const symbol s_1_111[5] = { 'l', 'i', 'a', 'r', 'a' };
     372                 :             : static const symbol s_1_112[5] = { 't', 'i', 'a', 'r', 'a' };
     373                 :             : static const symbol s_1_113[4] = { 't', 'a', 'r', 'a' };
     374                 :             : static const symbol s_1_114[5] = { 'e', 't', 'a', 'r', 'a' };
     375                 :             : static const symbol s_1_115[5] = { 't', 'z', 'a', 'r', 'a' };
     376                 :             : static const symbol s_1_116[4] = { 'b', 'e', 'r', 'a' };
     377                 :             : static const symbol s_1_117[4] = { 'k', 'e', 'r', 'a' };
     378                 :             : static const symbol s_1_118[4] = { 'p', 'e', 'r', 'a' };
     379                 :             : static const symbol s_1_119[3] = { 'o', 'r', 'a' };
     380                 :             : static const symbol s_1_120[6] = { 't', 'z', 'a', 'r', 'r', 'a' };
     381                 :             : static const symbol s_1_121[5] = { 'k', 'o', 'r', 'r', 'a' };
     382                 :             : static const symbol s_1_122[3] = { 't', 'r', 'a' };
     383                 :             : static const symbol s_1_123[2] = { 's', 'a' };
     384                 :             : static const symbol s_1_124[3] = { 'o', 's', 'a' };
     385                 :             : static const symbol s_1_125[2] = { 't', 'a' };
     386                 :             : static const symbol s_1_126[3] = { 'e', 't', 'a' };
     387                 :             : static const symbol s_1_127[4] = { 'k', 'e', 't', 'a' };
     388                 :             : static const symbol s_1_128[3] = { 's', 't', 'a' };
     389                 :             : static const symbol s_1_129[3] = { 'd', 'u', 'a' };
     390                 :             : static const symbol s_1_130[6] = { 'm', 'e', 'n', 'd', 'u', 'a' };
     391                 :             : static const symbol s_1_131[5] = { 'o', 'r', 'd', 'u', 'a' };
     392                 :             : static const symbol s_1_132[5] = { 'l', 'e', 'k', 'u', 'a' };
     393                 :             : static const symbol s_1_133[5] = { 'b', 'u', 'r', 'u', 'a' };
     394                 :             : static const symbol s_1_134[5] = { 'd', 'u', 'r', 'u', 'a' };
     395                 :             : static const symbol s_1_135[4] = { 't', 's', 'u', 'a' };
     396                 :             : static const symbol s_1_136[3] = { 't', 'u', 'a' };
     397                 :             : static const symbol s_1_137[6] = { 'm', 'e', 'n', 't', 'u', 'a' };
     398                 :             : static const symbol s_1_138[5] = { 'e', 's', 't', 'u', 'a' };
     399                 :             : static const symbol s_1_139[4] = { 't', 'x', 'u', 'a' };
     400                 :             : static const symbol s_1_140[3] = { 'z', 'u', 'a' };
     401                 :             : static const symbol s_1_141[4] = { 't', 'z', 'u', 'a' };
     402                 :             : static const symbol s_1_142[2] = { 'z', 'a' };
     403                 :             : static const symbol s_1_143[3] = { 'e', 'z', 'a' };
     404                 :             : static const symbol s_1_144[5] = { 'e', 'r', 'o', 'z', 'a' };
     405                 :             : static const symbol s_1_145[3] = { 't', 'z', 'a' };
     406                 :             : static const symbol s_1_146[6] = { 'k', 'o', 'i', 't', 'z', 'a' };
     407                 :             : static const symbol s_1_147[5] = { 'a', 'n', 't', 'z', 'a' };
     408                 :             : static const symbol s_1_148[6] = { 'g', 'i', 'n', 't', 'z', 'a' };
     409                 :             : static const symbol s_1_149[6] = { 'k', 'i', 'n', 't', 'z', 'a' };
     410                 :             : static const symbol s_1_150[6] = { 'k', 'u', 'n', 't', 'z', 'a' };
     411                 :             : static const symbol s_1_151[4] = { 'g', 'a', 'b', 'e' };
     412                 :             : static const symbol s_1_152[4] = { 'k', 'a', 'b', 'e' };
     413                 :             : static const symbol s_1_153[4] = { 'k', 'i', 'd', 'e' };
     414                 :             : static const symbol s_1_154[4] = { 'a', 'l', 'd', 'e' };
     415                 :             : static const symbol s_1_155[5] = { 'k', 'a', 'l', 'd', 'e' };
     416                 :             : static const symbol s_1_156[5] = { 't', 'a', 'l', 'd', 'e' };
     417                 :             : static const symbol s_1_157[4] = { 'o', 'r', 'd', 'e' };
     418                 :             : static const symbol s_1_158[2] = { 'g', 'e' };
     419                 :             : static const symbol s_1_159[4] = { 'z', 'a', 'l', 'e' };
     420                 :             : static const symbol s_1_160[5] = { 't', 'z', 'a', 'l', 'e' };
     421                 :             : static const symbol s_1_161[4] = { 'g', 'i', 'l', 'e' };
     422                 :             : static const symbol s_1_162[3] = { 'e', 'm', 'e' };
     423                 :             : static const symbol s_1_163[4] = { 'k', 'u', 'm', 'e' };
     424                 :             : static const symbol s_1_164[2] = { 'n', 'e' };
     425                 :             : static const symbol s_1_165[5] = { 'z', 'i', 'o', 'n', 'e' };
     426                 :             : static const symbol s_1_166[3] = { 'u', 'n', 'e' };
     427                 :             : static const symbol s_1_167[4] = { 'g', 'u', 'n', 'e' };
     428                 :             : static const symbol s_1_168[2] = { 'p', 'e' };
     429                 :             : static const symbol s_1_169[5] = { 'a', 'u', 'r', 'r', 'e' };
     430                 :             : static const symbol s_1_170[2] = { 't', 'e' };
     431                 :             : static const symbol s_1_171[4] = { 'k', 'o', 't', 'e' };
     432                 :             : static const symbol s_1_172[4] = { 'a', 'r', 't', 'e' };
     433                 :             : static const symbol s_1_173[4] = { 'o', 's', 't', 'e' };
     434                 :             : static const symbol s_1_174[4] = { 'e', 't', 'x', 'e' };
     435                 :             : static const symbol s_1_175[3] = { 'g', 'a', 'i' };
     436                 :             : static const symbol s_1_176[2] = { 'd', 'i' };
     437                 :             : static const symbol s_1_177[4] = { 'a', 'l', 'd', 'i' };
     438                 :             : static const symbol s_1_178[5] = { 't', 'a', 'l', 'd', 'i' };
     439                 :             : static const symbol s_1_179[5] = { 'g', 'e', 'l', 'd', 'i' };
     440                 :             : static const symbol s_1_180[5] = { 'h', 'a', 'n', 'd', 'i' };
     441                 :             : static const symbol s_1_181[5] = { 'm', 'e', 'n', 'd', 'i' };
     442                 :             : static const symbol s_1_182[3] = { 'g', 'e', 'i' };
     443                 :             : static const symbol s_1_183[3] = { 'e', 'g', 'i' };
     444                 :             : static const symbol s_1_184[4] = { 'd', 'e', 'g', 'i' };
     445                 :             : static const symbol s_1_185[4] = { 't', 'e', 'g', 'i' };
     446                 :             : static const symbol s_1_186[4] = { 'n', 'a', 'h', 'i' };
     447                 :             : static const symbol s_1_187[3] = { 'o', 'h', 'i' };
     448                 :             : static const symbol s_1_188[2] = { 'k', 'i' };
     449                 :             : static const symbol s_1_189[4] = { 't', 'o', 'k', 'i' };
     450                 :             : static const symbol s_1_190[2] = { 'o', 'i' };
     451                 :             : static const symbol s_1_191[3] = { 'g', 'o', 'i' };
     452                 :             : static const symbol s_1_192[3] = { 'k', 'o', 'i' };
     453                 :             : static const symbol s_1_193[3] = { 'a', 'r', 'i' };
     454                 :             : static const symbol s_1_194[4] = { 'k', 'a', 'r', 'i' };
     455                 :             : static const symbol s_1_195[4] = { 'l', 'a', 'r', 'i' };
     456                 :             : static const symbol s_1_196[4] = { 't', 'a', 'r', 'i' };
     457                 :             : static const symbol s_1_197[5] = { 'g', 'a', 'r', 'r', 'i' };
     458                 :             : static const symbol s_1_198[5] = { 'l', 'a', 'r', 'r', 'i' };
     459                 :             : static const symbol s_1_199[5] = { 'k', 'i', 'r', 'r', 'i' };
     460                 :             : static const symbol s_1_200[4] = { 'd', 'u', 'r', 'i' };
     461                 :             : static const symbol s_1_201[3] = { 'a', 's', 'i' };
     462                 :             : static const symbol s_1_202[2] = { 't', 'i' };
     463                 :             : static const symbol s_1_203[5] = { 'o', 'n', 't', 'z', 'i' };
     464                 :             : static const symbol s_1_204[2] = { 0xF1, 'i' };
     465                 :             : static const symbol s_1_205[2] = { 'a', 'k' };
     466                 :             : static const symbol s_1_206[2] = { 'e', 'k' };
     467                 :             : static const symbol s_1_207[5] = { 't', 'a', 'r', 'i', 'k' };
     468                 :             : static const symbol s_1_208[5] = { 'g', 'i', 'b', 'e', 'l' };
     469                 :             : static const symbol s_1_209[3] = { 'a', 'i', 'l' };
     470                 :             : static const symbol s_1_210[4] = { 'k', 'a', 'i', 'l' };
     471                 :             : static const symbol s_1_211[3] = { 'k', 'a', 'n' };
     472                 :             : static const symbol s_1_212[3] = { 't', 'a', 'n' };
     473                 :             : static const symbol s_1_213[4] = { 'e', 't', 'a', 'n' };
     474                 :             : static const symbol s_1_214[2] = { 'e', 'n' };
     475                 :             : static const symbol s_1_215[3] = { 'r', 'e', 'n' };
     476                 :             : static const symbol s_1_216[6] = { 'g', 'a', 'r', 'r', 'e', 'n' };
     477                 :             : static const symbol s_1_217[6] = { 'g', 'e', 'r', 'r', 'e', 'n' };
     478                 :             : static const symbol s_1_218[5] = { 'u', 'r', 'r', 'e', 'n' };
     479                 :             : static const symbol s_1_219[3] = { 't', 'e', 'n' };
     480                 :             : static const symbol s_1_220[4] = { 't', 'z', 'e', 'n' };
     481                 :             : static const symbol s_1_221[4] = { 'z', 'a', 'i', 'n' };
     482                 :             : static const symbol s_1_222[5] = { 't', 'z', 'a', 'i', 'n' };
     483                 :             : static const symbol s_1_223[3] = { 'k', 'i', 'n' };
     484                 :             : static const symbol s_1_224[3] = { 'm', 'i', 'n' };
     485                 :             : static const symbol s_1_225[3] = { 'd', 'u', 'n' };
     486                 :             : static const symbol s_1_226[4] = { 'a', 's', 'u', 'n' };
     487                 :             : static const symbol s_1_227[5] = { 't', 'a', 's', 'u', 'n' };
     488                 :             : static const symbol s_1_228[5] = { 'a', 'i', 'z', 'u', 'n' };
     489                 :             : static const symbol s_1_229[4] = { 'o', 'n', 'd', 'o' };
     490                 :             : static const symbol s_1_230[5] = { 'k', 'o', 'n', 'd', 'o' };
     491                 :             : static const symbol s_1_231[2] = { 'g', 'o' };
     492                 :             : static const symbol s_1_232[3] = { 'n', 'g', 'o' };
     493                 :             : static const symbol s_1_233[3] = { 'z', 'i', 'o' };
     494                 :             : static const symbol s_1_234[2] = { 'k', 'o' };
     495                 :             : static const symbol s_1_235[5] = { 't', 'r', 'a', 'k', 'o' };
     496                 :             : static const symbol s_1_236[4] = { 't', 'a', 'k', 'o' };
     497                 :             : static const symbol s_1_237[5] = { 'e', 't', 'a', 'k', 'o' };
     498                 :             : static const symbol s_1_238[3] = { 'e', 'k', 'o' };
     499                 :             : static const symbol s_1_239[6] = { 't', 'a', 'r', 'i', 'k', 'o' };
     500                 :             : static const symbol s_1_240[3] = { 's', 'k', 'o' };
     501                 :             : static const symbol s_1_241[4] = { 't', 'u', 'k', 'o' };
     502                 :             : static const symbol s_1_242[8] = { 'm', 'i', 'n', 'u', 't', 'u', 'k', 'o' };
     503                 :             : static const symbol s_1_243[3] = { 'z', 'k', 'o' };
     504                 :             : static const symbol s_1_244[2] = { 'n', 'o' };
     505                 :             : static const symbol s_1_245[4] = { 'z', 'i', 'n', 'o' };
     506                 :             : static const symbol s_1_246[2] = { 'r', 'o' };
     507                 :             : static const symbol s_1_247[3] = { 'a', 'r', 'o' };
     508                 :             : static const symbol s_1_248[5] = { 'i', 'g', 'a', 'r', 'o' };
     509                 :             : static const symbol s_1_249[4] = { 't', 'a', 'r', 'o' };
     510                 :             : static const symbol s_1_250[4] = { 'z', 'a', 'r', 'o' };
     511                 :             : static const symbol s_1_251[3] = { 'e', 'r', 'o' };
     512                 :             : static const symbol s_1_252[4] = { 'g', 'i', 'r', 'o' };
     513                 :             : static const symbol s_1_253[3] = { 'o', 'r', 'o' };
     514                 :             : static const symbol s_1_254[3] = { 'o', 's', 'o' };
     515                 :             : static const symbol s_1_255[2] = { 't', 'o' };
     516                 :             : static const symbol s_1_256[3] = { 't', 't', 'o' };
     517                 :             : static const symbol s_1_257[3] = { 'z', 't', 'o' };
     518                 :             : static const symbol s_1_258[3] = { 't', 'x', 'o' };
     519                 :             : static const symbol s_1_259[3] = { 't', 'z', 'o' };
     520                 :             : static const symbol s_1_260[6] = { 'g', 'i', 'n', 't', 'z', 'o' };
     521                 :             : static const symbol s_1_261[2] = { 0xF1, 'o' };
     522                 :             : static const symbol s_1_262[2] = { 'z', 'p' };
     523                 :             : static const symbol s_1_263[2] = { 'a', 'r' };
     524                 :             : static const symbol s_1_264[3] = { 'd', 'a', 'r' };
     525                 :             : static const symbol s_1_265[5] = { 'b', 'e', 'h', 'a', 'r' };
     526                 :             : static const symbol s_1_266[5] = { 'z', 'e', 'h', 'a', 'r' };
     527                 :             : static const symbol s_1_267[4] = { 'l', 'i', 'a', 'r' };
     528                 :             : static const symbol s_1_268[4] = { 't', 'i', 'a', 'r' };
     529                 :             : static const symbol s_1_269[3] = { 't', 'a', 'r' };
     530                 :             : static const symbol s_1_270[4] = { 't', 'z', 'a', 'r' };
     531                 :             : static const symbol s_1_271[2] = { 'o', 'r' };
     532                 :             : static const symbol s_1_272[3] = { 'k', 'o', 'r' };
     533                 :             : static const symbol s_1_273[2] = { 'o', 's' };
     534                 :             : static const symbol s_1_274[3] = { 'k', 'e', 't' };
     535                 :             : static const symbol s_1_275[2] = { 'd', 'u' };
     536                 :             : static const symbol s_1_276[5] = { 'm', 'e', 'n', 'd', 'u' };
     537                 :             : static const symbol s_1_277[4] = { 'o', 'r', 'd', 'u' };
     538                 :             : static const symbol s_1_278[4] = { 'l', 'e', 'k', 'u' };
     539                 :             : static const symbol s_1_279[4] = { 'b', 'u', 'r', 'u' };
     540                 :             : static const symbol s_1_280[4] = { 'd', 'u', 'r', 'u' };
     541                 :             : static const symbol s_1_281[3] = { 't', 's', 'u' };
     542                 :             : static const symbol s_1_282[2] = { 't', 'u' };
     543                 :             : static const symbol s_1_283[4] = { 't', 'a', 't', 'u' };
     544                 :             : static const symbol s_1_284[5] = { 'm', 'e', 'n', 't', 'u' };
     545                 :             : static const symbol s_1_285[4] = { 'e', 's', 't', 'u' };
     546                 :             : static const symbol s_1_286[3] = { 't', 'x', 'u' };
     547                 :             : static const symbol s_1_287[2] = { 'z', 'u' };
     548                 :             : static const symbol s_1_288[3] = { 't', 'z', 'u' };
     549                 :             : static const symbol s_1_289[6] = { 'g', 'i', 'n', 't', 'z', 'u' };
     550                 :             : static const symbol s_1_290[1] = { 'z' };
     551                 :             : static const symbol s_1_291[2] = { 'e', 'z' };
     552                 :             : static const symbol s_1_292[4] = { 'e', 'r', 'o', 'z' };
     553                 :             : static const symbol s_1_293[2] = { 't', 'z' };
     554                 :             : static const symbol s_1_294[5] = { 'k', 'o', 'i', 't', 'z' };
     555                 :             : static const struct among a_1[295] = {
     556                 :             : { 3, s_1_0, 0, 1, 0},
     557                 :             : { 4, s_1_1, -1, 1, 0},
     558                 :             : { 4, s_1_2, 0, 1, 0},
     559                 :             : { 5, s_1_3, 0, 1, 0},
     560                 :             : { 5, s_1_4, 0, 1, 0},
     561                 :             : { 5, s_1_5, 0, 1, 0},
     562                 :             : { 5, s_1_6, 0, 1, 0},
     563                 :             : { 6, s_1_7, -1, 1, 0},
     564                 :             : { 6, s_1_8, -2, 1, 0},
     565                 :             : { 5, s_1_9, 0, 1, 0},
     566                 :             : { 5, s_1_10, 0, 1, 0},
     567                 :             : { 6, s_1_11, -1, 1, 0},
     568                 :             : { 5, s_1_12, 0, 1, 0},
     569                 :             : { 4, s_1_13, 0, 1, 0},
     570                 :             : { 5, s_1_14, 0, 1, 0},
     571                 :             : { 3, s_1_15, 0, 1, 0},
     572                 :             : { 4, s_1_16, -1, 1, 0},
     573                 :             : { 6, s_1_17, -2, 1, 0},
     574                 :             : { 4, s_1_18, -3, 1, 0},
     575                 :             : { 5, s_1_19, -1, 1, 0},
     576                 :             : { 3, s_1_20, 0, 1, 0},
     577                 :             : { 6, s_1_21, 0, 1, 0},
     578                 :             : { 3, s_1_22, 0, 1, 0},
     579                 :             : { 5, s_1_23, -1, 1, 0},
     580                 :             : { 5, s_1_24, -2, 1, 0},
     581                 :             : { 5, s_1_25, -3, 1, 0},
     582                 :             : { 5, s_1_26, 0, 1, 0},
     583                 :             : { 2, s_1_27, 0, 1, 0},
     584                 :             : { 4, s_1_28, -1, 1, 0},
     585                 :             : { 4, s_1_29, 0, 1, 0},
     586                 :             : { 5, s_1_30, 0, 1, 0},
     587                 :             : { 6, s_1_31, -1, 1, 0},
     588                 :             : { 6, s_1_32, 0, 1, 0},
     589                 :             : { 6, s_1_33, 0, 1, 0},
     590                 :             : { 4, s_1_34, 0, 1, 0},
     591                 :             : { 4, s_1_35, 0, 1, 0},
     592                 :             : { 5, s_1_36, -1, 1, 0},
     593                 :             : { 5, s_1_37, -2, 1, 0},
     594                 :             : { 5, s_1_38, 0, 1, 0},
     595                 :             : { 4, s_1_39, 0, 1, 0},
     596                 :             : { 3, s_1_40, 0, 1, 0},
     597                 :             : { 5, s_1_41, -1, 1, 0},
     598                 :             : { 3, s_1_42, 0, 1, 0},
     599                 :             : { 4, s_1_43, -1, 1, 0},
     600                 :             : { 4, s_1_44, 0, 1, 0},
     601                 :             : { 5, s_1_45, -1, 1, 0},
     602                 :             : { 5, s_1_46, -2, 1, 0},
     603                 :             : { 5, s_1_47, -3, 1, 0},
     604                 :             : { 4, s_1_48, 0, 1, 0},
     605                 :             : { 5, s_1_49, -1, 1, 0},
     606                 :             : { 5, s_1_50, -2, 1, 0},
     607                 :             : { 6, s_1_51, 0, 2, 0},
     608                 :             : { 6, s_1_52, 0, 1, 0},
     609                 :             : { 6, s_1_53, 0, 1, 0},
     610                 :             : { 5, s_1_54, 0, 1, 0},
     611                 :             : { 4, s_1_55, 0, 1, 0},
     612                 :             : { 3, s_1_56, 0, 1, 0},
     613                 :             : { 4, s_1_57, 0, 1, 0},
     614                 :             : { 5, s_1_58, 0, 1, 0},
     615                 :             : { 6, s_1_59, 0, 1, 0},
     616                 :             : { 2, s_1_60, 0, 1, 0},
     617                 :             : { 4, s_1_61, -1, 3, 0},
     618                 :             : { 5, s_1_62, -2, -1, 0},
     619                 :             : { 3, s_1_63, -3, 1, 0},
     620                 :             : { 3, s_1_64, -4, 1, 0},
     621                 :             : { 3, s_1_65, -5, 1, 0},
     622                 :             : { 6, s_1_66, 0, 1, 0},
     623                 :             : { 4, s_1_67, 0, 1, 0},
     624                 :             : { 5, s_1_68, 0, 1, 0},
     625                 :             : { 5, s_1_69, 0, 1, 0},
     626                 :             : { 4, s_1_70, 0, 1, 0},
     627                 :             : { 3, s_1_71, 0, 1, 0},
     628                 :             : { 2, s_1_72, 0, 1, 0},
     629                 :             : { 4, s_1_73, -1, 1, 0},
     630                 :             : { 3, s_1_74, -2, 1, 0},
     631                 :             : { 7, s_1_75, -1, 1, 0},
     632                 :             : { 7, s_1_76, -2, 1, 0},
     633                 :             : { 6, s_1_77, -3, 1, 0},
     634                 :             : { 5, s_1_78, -6, 1, 0},
     635                 :             : { 6, s_1_79, -1, 1, 0},
     636                 :             : { 4, s_1_80, -8, 1, 0},
     637                 :             : { 4, s_1_81, -9, 1, 0},
     638                 :             : { 5, s_1_82, -10, 1, 0},
     639                 :             : { 3, s_1_83, -11, 1, 0},
     640                 :             : { 4, s_1_84, -1, 1, 0},
     641                 :             : { 5, s_1_85, -2, 1, 0},
     642                 :             : { 6, s_1_86, -1, 1, 0},
     643                 :             : { 5, s_1_87, 0, 1, 0},
     644                 :             : { 6, s_1_88, -1, 1, 0},
     645                 :             : { 4, s_1_89, 0, 1, 0},
     646                 :             : { 4, s_1_90, 0, 1, 0},
     647                 :             : { 3, s_1_91, 0, 1, 0},
     648                 :             : { 5, s_1_92, -1, 1, 0},
     649                 :             : { 4, s_1_93, -2, 1, 0},
     650                 :             : { 3, s_1_94, 0, 1, 0},
     651                 :             : { 5, s_1_95, -1, 1, 0},
     652                 :             : { 4, s_1_96, 0, 1, 0},
     653                 :             : { 5, s_1_97, -1, 1, 0},
     654                 :             : { 5, s_1_98, -2, 1, 0},
     655                 :             : { 4, s_1_99, 0, 1, 0},
     656                 :             : { 4, s_1_100, 0, 1, 0},
     657                 :             : { 4, s_1_101, 0, 1, 0},
     658                 :             : { 3, s_1_102, 0, 1, 0},
     659                 :             : { 4, s_1_103, -1, 1, 0},
     660                 :             : { 4, s_1_104, -2, 1, 0},
     661                 :             : { 4, s_1_105, 0, 1, 0},
     662                 :             : { 4, s_1_106, 0, 1, 0},
     663                 :             : { 3, s_1_107, 0, 1, 0},
     664                 :             : { 2, s_1_108, 0, 1, 0},
     665                 :             : { 3, s_1_109, -1, 1, 0},
     666                 :             : { 4, s_1_110, -1, 1, 0},
     667                 :             : { 5, s_1_111, -2, 1, 0},
     668                 :             : { 5, s_1_112, -3, 1, 0},
     669                 :             : { 4, s_1_113, -4, 1, 0},
     670                 :             : { 5, s_1_114, -1, 1, 0},
     671                 :             : { 5, s_1_115, -6, 1, 0},
     672                 :             : { 4, s_1_116, -8, 1, 0},
     673                 :             : { 4, s_1_117, -9, 1, 0},
     674                 :             : { 4, s_1_118, -10, 1, 0},
     675                 :             : { 3, s_1_119, -11, 2, 0},
     676                 :             : { 6, s_1_120, -12, 1, 0},
     677                 :             : { 5, s_1_121, -13, 1, 0},
     678                 :             : { 3, s_1_122, -14, 1, 0},
     679                 :             : { 2, s_1_123, 0, 1, 0},
     680                 :             : { 3, s_1_124, -1, 1, 0},
     681                 :             : { 2, s_1_125, 0, 1, 0},
     682                 :             : { 3, s_1_126, -1, 1, 0},
     683                 :             : { 4, s_1_127, -1, 1, 0},
     684                 :             : { 3, s_1_128, -3, 1, 0},
     685                 :             : { 3, s_1_129, 0, 1, 0},
     686                 :             : { 6, s_1_130, -1, 1, 0},
     687                 :             : { 5, s_1_131, -2, 1, 0},
     688                 :             : { 5, s_1_132, 0, 1, 0},
     689                 :             : { 5, s_1_133, 0, 1, 0},
     690                 :             : { 5, s_1_134, 0, 1, 0},
     691                 :             : { 4, s_1_135, 0, 1, 0},
     692                 :             : { 3, s_1_136, 0, 1, 0},
     693                 :             : { 6, s_1_137, -1, 1, 0},
     694                 :             : { 5, s_1_138, -2, 1, 0},
     695                 :             : { 4, s_1_139, 0, 1, 0},
     696                 :             : { 3, s_1_140, 0, 1, 0},
     697                 :             : { 4, s_1_141, -1, 1, 0},
     698                 :             : { 2, s_1_142, 0, 1, 0},
     699                 :             : { 3, s_1_143, -1, 1, 0},
     700                 :             : { 5, s_1_144, -2, 1, 0},
     701                 :             : { 3, s_1_145, -3, 2, 0},
     702                 :             : { 6, s_1_146, -1, 1, 0},
     703                 :             : { 5, s_1_147, -2, 1, 0},
     704                 :             : { 6, s_1_148, -3, 1, 0},
     705                 :             : { 6, s_1_149, -4, 1, 0},
     706                 :             : { 6, s_1_150, -5, 1, 0},
     707                 :             : { 4, s_1_151, 0, 1, 0},
     708                 :             : { 4, s_1_152, 0, 1, 0},
     709                 :             : { 4, s_1_153, 0, 1, 0},
     710                 :             : { 4, s_1_154, 0, 1, 0},
     711                 :             : { 5, s_1_155, -1, 1, 0},
     712                 :             : { 5, s_1_156, -2, 1, 0},
     713                 :             : { 4, s_1_157, 0, 1, 0},
     714                 :             : { 2, s_1_158, 0, 1, 0},
     715                 :             : { 4, s_1_159, 0, 1, 0},
     716                 :             : { 5, s_1_160, -1, 1, 0},
     717                 :             : { 4, s_1_161, 0, 1, 0},
     718                 :             : { 3, s_1_162, 0, 1, 0},
     719                 :             : { 4, s_1_163, 0, 1, 0},
     720                 :             : { 2, s_1_164, 0, 1, 0},
     721                 :             : { 5, s_1_165, -1, 1, 0},
     722                 :             : { 3, s_1_166, -2, 1, 0},
     723                 :             : { 4, s_1_167, -1, 1, 0},
     724                 :             : { 2, s_1_168, 0, 1, 0},
     725                 :             : { 5, s_1_169, 0, 1, 0},
     726                 :             : { 2, s_1_170, 0, 1, 0},
     727                 :             : { 4, s_1_171, -1, 1, 0},
     728                 :             : { 4, s_1_172, -2, 1, 0},
     729                 :             : { 4, s_1_173, -3, 1, 0},
     730                 :             : { 4, s_1_174, 0, 1, 0},
     731                 :             : { 3, s_1_175, 0, 1, 0},
     732                 :             : { 2, s_1_176, 0, 1, 0},
     733                 :             : { 4, s_1_177, -1, 1, 0},
     734                 :             : { 5, s_1_178, -1, 1, 0},
     735                 :             : { 5, s_1_179, -3, -1, 0},
     736                 :             : { 5, s_1_180, -4, 1, 0},
     737                 :             : { 5, s_1_181, -5, 1, 0},
     738                 :             : { 3, s_1_182, 0, 1, 0},
     739                 :             : { 3, s_1_183, 0, 1, 0},
     740                 :             : { 4, s_1_184, -1, 1, 0},
     741                 :             : { 4, s_1_185, -2, 1, 0},
     742                 :             : { 4, s_1_186, 0, 1, 0},
     743                 :             : { 3, s_1_187, 0, 1, 0},
     744                 :             : { 2, s_1_188, 0, 1, 0},
     745                 :             : { 4, s_1_189, -1, 1, 0},
     746                 :             : { 2, s_1_190, 0, 1, 0},
     747                 :             : { 3, s_1_191, -1, 1, 0},
     748                 :             : { 3, s_1_192, -2, 1, 0},
     749                 :             : { 3, s_1_193, 0, 1, 0},
     750                 :             : { 4, s_1_194, -1, 1, 0},
     751                 :             : { 4, s_1_195, -2, 1, 0},
     752                 :             : { 4, s_1_196, -3, 1, 0},
     753                 :             : { 5, s_1_197, 0, 2, 0},
     754                 :             : { 5, s_1_198, 0, 1, 0},
     755                 :             : { 5, s_1_199, 0, 1, 0},
     756                 :             : { 4, s_1_200, 0, 1, 0},
     757                 :             : { 3, s_1_201, 0, 1, 0},
     758                 :             : { 2, s_1_202, 0, 1, 0},
     759                 :             : { 5, s_1_203, 0, 1, 0},
     760                 :             : { 2, s_1_204, 0, 1, 0},
     761                 :             : { 2, s_1_205, 0, 1, 0},
     762                 :             : { 2, s_1_206, 0, 1, 0},
     763                 :             : { 5, s_1_207, 0, 1, 0},
     764                 :             : { 5, s_1_208, 0, 1, 0},
     765                 :             : { 3, s_1_209, 0, 1, 0},
     766                 :             : { 4, s_1_210, -1, 1, 0},
     767                 :             : { 3, s_1_211, 0, 1, 0},
     768                 :             : { 3, s_1_212, 0, 1, 0},
     769                 :             : { 4, s_1_213, -1, 1, 0},
     770                 :             : { 2, s_1_214, 0, 4, 0},
     771                 :             : { 3, s_1_215, -1, 2, 0},
     772                 :             : { 6, s_1_216, -1, 1, 0},
     773                 :             : { 6, s_1_217, -2, 1, 0},
     774                 :             : { 5, s_1_218, -3, 1, 0},
     775                 :             : { 3, s_1_219, -5, 4, 0},
     776                 :             : { 4, s_1_220, -6, 4, 0},
     777                 :             : { 4, s_1_221, 0, 1, 0},
     778                 :             : { 5, s_1_222, -1, 1, 0},
     779                 :             : { 3, s_1_223, 0, 1, 0},
     780                 :             : { 3, s_1_224, 0, 1, 0},
     781                 :             : { 3, s_1_225, 0, 1, 0},
     782                 :             : { 4, s_1_226, 0, 1, 0},
     783                 :             : { 5, s_1_227, -1, 1, 0},
     784                 :             : { 5, s_1_228, 0, 1, 0},
     785                 :             : { 4, s_1_229, 0, 1, 0},
     786                 :             : { 5, s_1_230, -1, 1, 0},
     787                 :             : { 2, s_1_231, 0, 1, 0},
     788                 :             : { 3, s_1_232, -1, 1, 0},
     789                 :             : { 3, s_1_233, 0, 1, 0},
     790                 :             : { 2, s_1_234, 0, 1, 0},
     791                 :             : { 5, s_1_235, -1, 5, 0},
     792                 :             : { 4, s_1_236, -2, 1, 0},
     793                 :             : { 5, s_1_237, -1, 1, 0},
     794                 :             : { 3, s_1_238, -4, 1, 0},
     795                 :             : { 6, s_1_239, -5, 1, 0},
     796                 :             : { 3, s_1_240, -6, 1, 0},
     797                 :             : { 4, s_1_241, -7, 1, 0},
     798                 :             : { 8, s_1_242, -1, 6, 0},
     799                 :             : { 3, s_1_243, -9, 1, 0},
     800                 :             : { 2, s_1_244, 0, 1, 0},
     801                 :             : { 4, s_1_245, -1, 1, 0},
     802                 :             : { 2, s_1_246, 0, 1, 0},
     803                 :             : { 3, s_1_247, -1, 1, 0},
     804                 :             : { 5, s_1_248, -1, -1, 0},
     805                 :             : { 4, s_1_249, -2, 1, 0},
     806                 :             : { 4, s_1_250, -3, 1, 0},
     807                 :             : { 3, s_1_251, -5, 1, 0},
     808                 :             : { 4, s_1_252, -6, 1, 0},
     809                 :             : { 3, s_1_253, -7, 1, 0},
     810                 :             : { 3, s_1_254, 0, 1, 0},
     811                 :             : { 2, s_1_255, 0, 1, 0},
     812                 :             : { 3, s_1_256, -1, 1, 0},
     813                 :             : { 3, s_1_257, -2, 1, 0},
     814                 :             : { 3, s_1_258, 0, 1, 0},
     815                 :             : { 3, s_1_259, 0, 1, 0},
     816                 :             : { 6, s_1_260, -1, 1, 0},
     817                 :             : { 2, s_1_261, 0, 1, 0},
     818                 :             : { 2, s_1_262, 0, 1, 0},
     819                 :             : { 2, s_1_263, 0, 1, 0},
     820                 :             : { 3, s_1_264, -1, 1, 0},
     821                 :             : { 5, s_1_265, -2, 1, 0},
     822                 :             : { 5, s_1_266, -3, -1, 0},
     823                 :             : { 4, s_1_267, -4, 1, 0},
     824                 :             : { 4, s_1_268, -5, 1, 0},
     825                 :             : { 3, s_1_269, -6, 1, 0},
     826                 :             : { 4, s_1_270, -7, 1, 0},
     827                 :             : { 2, s_1_271, 0, 2, 0},
     828                 :             : { 3, s_1_272, -1, 1, 0},
     829                 :             : { 2, s_1_273, 0, 1, 0},
     830                 :             : { 3, s_1_274, 0, 1, 0},
     831                 :             : { 2, s_1_275, 0, 1, 0},
     832                 :             : { 5, s_1_276, -1, 1, 0},
     833                 :             : { 4, s_1_277, -2, 1, 0},
     834                 :             : { 4, s_1_278, 0, 1, 0},
     835                 :             : { 4, s_1_279, 0, 2, 0},
     836                 :             : { 4, s_1_280, 0, 1, 0},
     837                 :             : { 3, s_1_281, 0, 1, 0},
     838                 :             : { 2, s_1_282, 0, 1, 0},
     839                 :             : { 4, s_1_283, -1, 4, 0},
     840                 :             : { 5, s_1_284, -2, 1, 0},
     841                 :             : { 4, s_1_285, -3, 1, 0},
     842                 :             : { 3, s_1_286, 0, 1, 0},
     843                 :             : { 2, s_1_287, 0, 1, 0},
     844                 :             : { 3, s_1_288, -1, 1, 0},
     845                 :             : { 6, s_1_289, -1, 1, 0},
     846                 :             : { 1, s_1_290, 0, 1, 0},
     847                 :             : { 2, s_1_291, -1, 1, 0},
     848                 :             : { 4, s_1_292, -2, 1, 0},
     849                 :             : { 2, s_1_293, -3, 1, 0},
     850                 :             : { 5, s_1_294, -1, 1, 0}
     851                 :             : };
     852                 :             : 
     853                 :             : static const symbol s_2_0[4] = { 'z', 'l', 'e', 'a' };
     854                 :             : static const symbol s_2_1[5] = { 'k', 'e', 'r', 'i', 'a' };
     855                 :             : static const symbol s_2_2[2] = { 'l', 'a' };
     856                 :             : static const symbol s_2_3[3] = { 'e', 'r', 'a' };
     857                 :             : static const symbol s_2_4[4] = { 'd', 'a', 'd', 'e' };
     858                 :             : static const symbol s_2_5[4] = { 't', 'a', 'd', 'e' };
     859                 :             : static const symbol s_2_6[4] = { 'd', 'a', 't', 'e' };
     860                 :             : static const symbol s_2_7[4] = { 't', 'a', 't', 'e' };
     861                 :             : static const symbol s_2_8[2] = { 'g', 'i' };
     862                 :             : static const symbol s_2_9[2] = { 'k', 'i' };
     863                 :             : static const symbol s_2_10[2] = { 'i', 'k' };
     864                 :             : static const symbol s_2_11[5] = { 'l', 'a', 'n', 'i', 'k' };
     865                 :             : static const symbol s_2_12[3] = { 'r', 'i', 'k' };
     866                 :             : static const symbol s_2_13[5] = { 'l', 'a', 'r', 'i', 'k' };
     867                 :             : static const symbol s_2_14[4] = { 'z', 't', 'i', 'k' };
     868                 :             : static const symbol s_2_15[2] = { 'g', 'o' };
     869                 :             : static const symbol s_2_16[2] = { 'r', 'o' };
     870                 :             : static const symbol s_2_17[3] = { 'e', 'r', 'o' };
     871                 :             : static const symbol s_2_18[2] = { 't', 'o' };
     872                 :             : static const struct among a_2[19] = {
     873                 :             : { 4, s_2_0, 0, 2, 0},
     874                 :             : { 5, s_2_1, 0, 1, 0},
     875                 :             : { 2, s_2_2, 0, 1, 0},
     876                 :             : { 3, s_2_3, 0, 1, 0},
     877                 :             : { 4, s_2_4, 0, 1, 0},
     878                 :             : { 4, s_2_5, 0, 1, 0},
     879                 :             : { 4, s_2_6, 0, 1, 0},
     880                 :             : { 4, s_2_7, 0, 1, 0},
     881                 :             : { 2, s_2_8, 0, 1, 0},
     882                 :             : { 2, s_2_9, 0, 1, 0},
     883                 :             : { 2, s_2_10, 0, 1, 0},
     884                 :             : { 5, s_2_11, -1, 1, 0},
     885                 :             : { 3, s_2_12, -2, 1, 0},
     886                 :             : { 5, s_2_13, -1, 1, 0},
     887                 :             : { 4, s_2_14, -4, 1, 0},
     888                 :             : { 2, s_2_15, 0, 1, 0},
     889                 :             : { 2, s_2_16, 0, 1, 0},
     890                 :             : { 3, s_2_17, -1, 1, 0},
     891                 :             : { 2, s_2_18, 0, 1, 0}
     892                 :             : };
     893                 :             : 
     894                 :             : static const unsigned char g_v[] = { 17, 65, 16 };
     895                 :             : 
     896                 :           0 : static int r_mark_regions(struct SN_env * z) {
     897                 :           0 :     ((SN_local *)z)->i_pV = z->l;
     898                 :           0 :     ((SN_local *)z)->i_p1 = z->l;
     899                 :           0 :     ((SN_local *)z)->i_p2 = z->l;
     900                 :             :     {
     901                 :           0 :         int v_1 = z->c;
     902                 :           0 :         do {
     903                 :           0 :             int v_2 = z->c;
     904         [ #  # ]:           0 :             if (in_grouping(z, g_v, 97, 117, 0)) goto lab1;
     905                 :           0 :             do {
     906                 :           0 :                 int v_3 = z->c;
     907         [ #  # ]:           0 :                 if (out_grouping(z, g_v, 97, 117, 0)) goto lab2;
     908                 :             :                 {
     909                 :           0 :                     int ret = out_grouping(z, g_v, 97, 117, 1);
     910         [ #  # ]:           0 :                     if (ret < 0) goto lab2;
     911                 :           0 :                     z->c += ret;
     912      [ #  #  # ]:           0 :                 }
     913                 :           0 :                 break;
     914                 :             :             lab2:
     915                 :           0 :                 z->c = v_3;
     916         [ #  # ]:           0 :                 if (in_grouping(z, g_v, 97, 117, 0)) goto lab1;
     917                 :             :                 {
     918                 :           0 :                     int ret = in_grouping(z, g_v, 97, 117, 1);
     919         [ #  # ]:           0 :                     if (ret < 0) goto lab1;
     920                 :           0 :                     z->c += ret;
     921         [ #  # ]:           0 :                 }
     922   [ #  #  #  # ]:           0 :             } while (0);
     923                 :           0 :             break;
     924                 :             :         lab1:
     925                 :           0 :             z->c = v_2;
     926         [ #  # ]:           0 :             if (out_grouping(z, g_v, 97, 117, 0)) goto lab0;
     927                 :           0 :             do {
     928                 :           0 :                 int v_4 = z->c;
     929         [ #  # ]:           0 :                 if (out_grouping(z, g_v, 97, 117, 0)) goto lab3;
     930                 :             :                 {
     931                 :           0 :                     int ret = out_grouping(z, g_v, 97, 117, 1);
     932         [ #  # ]:           0 :                     if (ret < 0) goto lab3;
     933                 :           0 :                     z->c += ret;
     934      [ #  #  # ]:           0 :                 }
     935                 :           0 :                 break;
     936                 :             :             lab3:
     937                 :           0 :                 z->c = v_4;
     938         [ #  # ]:           0 :                 if (in_grouping(z, g_v, 97, 117, 0)) goto lab0;
     939         [ #  # ]:           0 :                 if (z->c >= z->l) goto lab0;
     940                 :           0 :                 z->c++;
     941      [ #  #  # ]:           0 :             } while (0);
     942      [ #  #  # ]:           0 :         } while (0);
     943                 :           0 :         ((SN_local *)z)->i_pV = z->c;
     944                 :             :     lab0:
     945                 :           0 :         z->c = v_1;
     946                 :           0 :     }
     947                 :             :     {
     948                 :           0 :         int v_5 = z->c;
     949                 :             :         {
     950                 :           0 :             int ret = out_grouping(z, g_v, 97, 117, 1);
     951         [ #  # ]:           0 :             if (ret < 0) goto lab4;
     952                 :           0 :             z->c += ret;
     953         [ #  # ]:           0 :         }
     954                 :             :         {
     955                 :           0 :             int ret = in_grouping(z, g_v, 97, 117, 1);
     956         [ #  # ]:           0 :             if (ret < 0) goto lab4;
     957                 :           0 :             z->c += ret;
     958         [ #  # ]:           0 :         }
     959                 :           0 :         ((SN_local *)z)->i_p1 = z->c;
     960                 :             :         {
     961                 :           0 :             int ret = out_grouping(z, g_v, 97, 117, 1);
     962         [ #  # ]:           0 :             if (ret < 0) goto lab4;
     963                 :           0 :             z->c += ret;
     964         [ #  # ]:           0 :         }
     965                 :             :         {
     966                 :           0 :             int ret = in_grouping(z, g_v, 97, 117, 1);
     967         [ #  # ]:           0 :             if (ret < 0) goto lab4;
     968                 :           0 :             z->c += ret;
     969         [ #  # ]:           0 :         }
     970                 :           0 :         ((SN_local *)z)->i_p2 = z->c;
     971                 :             :     lab4:
     972                 :           0 :         z->c = v_5;
     973                 :           0 :     }
     974                 :           0 :     return 1;
     975                 :             : }
     976                 :             : 
     977                 :           0 : static int r_RV(struct SN_env * z) {
     978                 :           0 :     return ((SN_local *)z)->i_pV <= z->c;
     979                 :             : }
     980                 :             : 
     981                 :           0 : static int r_R2(struct SN_env * z) {
     982                 :           0 :     return ((SN_local *)z)->i_p2 <= z->c;
     983                 :             : }
     984                 :             : 
     985                 :           0 : static int r_R1(struct SN_env * z) {
     986                 :           0 :     return ((SN_local *)z)->i_p1 <= z->c;
     987                 :             : }
     988                 :             : 
     989                 :           0 : static int r_aditzak(struct SN_env * z) {
     990                 :           0 :     int among_var;
     991                 :           0 :     z->ket = z->c;
     992   [ #  #  #  #  :           0 :     if (z->c - 1 <= z->lb || z->p[z->c - 1] >> 5 != 3 || !((70566434 >> (z->p[z->c - 1] & 0x1f)) & 1)) return 0;
                   #  # ]
     993                 :           0 :     among_var = find_among_b(z, a_0, 109, 0);
     994         [ #  # ]:           0 :     if (!among_var) return 0;
     995                 :           0 :     z->bra = z->c;
     996      [ #  #  # ]:           0 :     switch (among_var) {
     997                 :             :         case 1:
     998                 :             :             {
     999                 :           0 :                 int ret = r_RV(z);
    1000         [ #  # ]:           0 :                 if (ret <= 0) return ret;
    1001         [ #  # ]:           0 :             }
    1002                 :             :             {
    1003                 :           0 :                 int ret = slice_del(z);
    1004         [ #  # ]:           0 :                 if (ret < 0) return ret;
    1005         [ #  # ]:           0 :             }
    1006                 :           0 :             break;
    1007                 :             :         case 2:
    1008                 :             :             {
    1009                 :           0 :                 int ret = r_R2(z);
    1010         [ #  # ]:           0 :                 if (ret <= 0) return ret;
    1011         [ #  # ]:           0 :             }
    1012                 :             :             {
    1013                 :           0 :                 int ret = slice_del(z);
    1014         [ #  # ]:           0 :                 if (ret < 0) return ret;
    1015         [ #  # ]:           0 :             }
    1016                 :           0 :             break;
    1017                 :             :     }
    1018                 :           0 :     return 1;
    1019                 :           0 : }
    1020                 :             : 
    1021                 :           0 : static int r_izenak(struct SN_env * z) {
    1022                 :           0 :     int among_var;
    1023                 :           0 :     z->ket = z->c;
    1024   [ #  #  #  #  :           0 :     if (z->c <= z->lb || z->p[z->c - 1] >> 5 != 3 || !((71162402 >> (z->p[z->c - 1] & 0x1f)) & 1)) return 0;
                   #  # ]
    1025                 :           0 :     among_var = find_among_b(z, a_1, 295, 0);
    1026         [ #  # ]:           0 :     if (!among_var) return 0;
    1027                 :           0 :     z->bra = z->c;
    1028   [ #  #  #  #  :           0 :     switch (among_var) {
                #  #  # ]
    1029                 :             :         case 1:
    1030                 :             :             {
    1031                 :           0 :                 int ret = r_RV(z);
    1032         [ #  # ]:           0 :                 if (ret <= 0) return ret;
    1033         [ #  # ]:           0 :             }
    1034                 :             :             {
    1035                 :           0 :                 int ret = slice_del(z);
    1036         [ #  # ]:           0 :                 if (ret < 0) return ret;
    1037         [ #  # ]:           0 :             }
    1038                 :           0 :             break;
    1039                 :             :         case 2:
    1040                 :             :             {
    1041                 :           0 :                 int ret = r_R2(z);
    1042         [ #  # ]:           0 :                 if (ret <= 0) return ret;
    1043         [ #  # ]:           0 :             }
    1044                 :             :             {
    1045                 :           0 :                 int ret = slice_del(z);
    1046         [ #  # ]:           0 :                 if (ret < 0) return ret;
    1047         [ #  # ]:           0 :             }
    1048                 :           0 :             break;
    1049                 :             :         case 3:
    1050                 :             :             {
    1051                 :           0 :                 int ret = slice_from_s(z, 3, s_0);
    1052         [ #  # ]:           0 :                 if (ret < 0) return ret;
    1053         [ #  # ]:           0 :             }
    1054                 :           0 :             break;
    1055                 :             :         case 4:
    1056                 :             :             {
    1057                 :           0 :                 int ret = r_R1(z);
    1058         [ #  # ]:           0 :                 if (ret <= 0) return ret;
    1059         [ #  # ]:           0 :             }
    1060                 :             :             {
    1061                 :           0 :                 int ret = slice_del(z);
    1062         [ #  # ]:           0 :                 if (ret < 0) return ret;
    1063         [ #  # ]:           0 :             }
    1064                 :           0 :             break;
    1065                 :             :         case 5:
    1066                 :             :             {
    1067                 :           0 :                 int ret = slice_from_s(z, 3, s_1);
    1068         [ #  # ]:           0 :                 if (ret < 0) return ret;
    1069         [ #  # ]:           0 :             }
    1070                 :           0 :             break;
    1071                 :             :         case 6:
    1072                 :             :             {
    1073                 :           0 :                 int ret = slice_from_s(z, 6, s_2);
    1074         [ #  # ]:           0 :                 if (ret < 0) return ret;
    1075         [ #  # ]:           0 :             }
    1076                 :           0 :             break;
    1077                 :             :     }
    1078                 :           0 :     return 1;
    1079                 :           0 : }
    1080                 :             : 
    1081                 :           0 : static int r_adjetiboak(struct SN_env * z) {
    1082                 :           0 :     int among_var;
    1083                 :           0 :     z->ket = z->c;
    1084   [ #  #  #  #  :           0 :     if (z->c - 1 <= z->lb || z->p[z->c - 1] >> 5 != 3 || !((35362 >> (z->p[z->c - 1] & 0x1f)) & 1)) return 0;
                   #  # ]
    1085                 :           0 :     among_var = find_among_b(z, a_2, 19, 0);
    1086         [ #  # ]:           0 :     if (!among_var) return 0;
    1087                 :           0 :     z->bra = z->c;
    1088      [ #  #  # ]:           0 :     switch (among_var) {
    1089                 :             :         case 1:
    1090                 :             :             {
    1091                 :           0 :                 int ret = r_RV(z);
    1092         [ #  # ]:           0 :                 if (ret <= 0) return ret;
    1093         [ #  # ]:           0 :             }
    1094                 :             :             {
    1095                 :           0 :                 int ret = slice_del(z);
    1096         [ #  # ]:           0 :                 if (ret < 0) return ret;
    1097         [ #  # ]:           0 :             }
    1098                 :           0 :             break;
    1099                 :             :         case 2:
    1100                 :             :             {
    1101                 :           0 :                 int ret = slice_from_s(z, 1, s_3);
    1102         [ #  # ]:           0 :                 if (ret < 0) return ret;
    1103         [ #  # ]:           0 :             }
    1104                 :           0 :             break;
    1105                 :             :     }
    1106                 :           0 :     return 1;
    1107                 :           0 : }
    1108                 :             : 
    1109                 :           0 : extern int basque_ISO_8859_1_stem(struct SN_env * z) {
    1110                 :             :     {
    1111                 :           0 :         int ret = r_mark_regions(z);
    1112         [ #  # ]:           0 :         if (ret < 0) return ret;
    1113         [ #  # ]:           0 :     }
    1114                 :           0 :     z->lb = z->c; z->c = z->l;
    1115                 :           0 :     while (1) {
    1116                 :           0 :         int v_1 = z->l - z->c;
    1117                 :             :         {
    1118                 :           0 :             int ret = r_aditzak(z);
    1119         [ #  # ]:           0 :             if (ret == 0) goto lab0;
    1120         [ #  # ]:           0 :             if (ret < 0) return ret;
    1121      [ #  #  # ]:           0 :         }
    1122                 :           0 :         continue;
    1123                 :             :     lab0:
    1124                 :           0 :         z->c = z->l - v_1;
    1125                 :           0 :         break;
    1126      [ #  #  # ]:           0 :     }
    1127                 :           0 :     while (1) {
    1128                 :           0 :         int v_2 = z->l - z->c;
    1129                 :             :         {
    1130                 :           0 :             int ret = r_izenak(z);
    1131         [ #  # ]:           0 :             if (ret == 0) goto lab1;
    1132         [ #  # ]:           0 :             if (ret < 0) return ret;
    1133      [ #  #  # ]:           0 :         }
    1134                 :           0 :         continue;
    1135                 :             :     lab1:
    1136                 :           0 :         z->c = z->l - v_2;
    1137                 :           0 :         break;
    1138      [ #  #  # ]:           0 :     }
    1139                 :             :     {
    1140                 :           0 :         int v_3 = z->l - z->c;
    1141                 :             :         {
    1142                 :           0 :             int ret = r_adjetiboak(z);
    1143         [ #  # ]:           0 :             if (ret < 0) return ret;
    1144         [ #  # ]:           0 :         }
    1145                 :           0 :         z->c = z->l - v_3;
    1146         [ #  # ]:           0 :     }
    1147                 :           0 :     z->c = z->lb;
    1148                 :           0 :     return 1;
    1149                 :           0 : }
    1150                 :             : 
    1151                 :           0 : extern struct SN_env * basque_ISO_8859_1_create_env(void) {
    1152                 :           0 :     struct SN_env * z = SN_new_env(sizeof(SN_local));
    1153         [ #  # ]:           0 :     if (z) {
    1154                 :           0 :         ((SN_local *)z)->i_p2 = 0;
    1155                 :           0 :         ((SN_local *)z)->i_p1 = 0;
    1156                 :           0 :         ((SN_local *)z)->i_pV = 0;
    1157                 :           0 :     }
    1158                 :           0 :     return z;
    1159                 :           0 : }
    1160                 :             : 
    1161                 :           0 : extern void basque_ISO_8859_1_close_env(struct SN_env * z) {
    1162                 :           0 :     SN_delete_env(z);
    1163                 :           0 : }
    1164                 :             : 
        

Generated by: LCOV version 2.3.2-1