lexer.lex.c 127 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757175817591760176117621763176417651766176717681769177017711772177317741775177617771778177917801781178217831784178517861787178817891790179117921793179417951796179717981799180018011802180318041805180618071808180918101811181218131814181518161817181818191820182118221823182418251826182718281829183018311832183318341835183618371838183918401841184218431844184518461847184818491850185118521853185418551856185718581859186018611862186318641865186618671868186918701871187218731874187518761877187818791880188118821883188418851886188718881889189018911892189318941895189618971898189919001901190219031904190519061907190819091910191119121913191419151916191719181919192019211922192319241925192619271928192919301931193219331934193519361937193819391940194119421943194419451946194719481949195019511952195319541955195619571958195919601961196219631964196519661967196819691970197119721973197419751976197719781979198019811982198319841985198619871988198919901991199219931994199519961997199819992000200120022003200420052006200720082009201020112012201320142015201620172018201920202021202220232024202520262027202820292030203120322033203420352036203720382039204020412042204320442045204620472048204920502051205220532054205520562057205820592060206120622063206420652066206720682069207020712072207320742075207620772078207920802081208220832084208520862087208820892090209120922093209420952096209720982099210021012102210321042105210621072108210921102111211221132114211521162117211821192120212121222123212421252126212721282129213021312132213321342135213621372138213921402141214221432144214521462147214821492150215121522153215421552156215721582159216021612162216321642165216621672168216921702171217221732174217521762177217821792180218121822183218421852186218721882189219021912192219321942195219621972198219922002201220222032204220522062207220822092210221122122213221422152216221722182219222022212222222322242225222622272228222922302231223222332234223522362237223822392240224122422243224422452246224722482249225022512252225322542255225622572258225922602261226222632264226522662267226822692270227122722273227422752276227722782279228022812282228322842285228622872288228922902291229222932294229522962297229822992300230123022303230423052306230723082309231023112312231323142315231623172318231923202321232223232324232523262327232823292330233123322333233423352336233723382339234023412342234323442345234623472348234923502351235223532354235523562357235823592360236123622363236423652366236723682369237023712372237323742375237623772378237923802381238223832384238523862387238823892390239123922393239423952396239723982399240024012402240324042405240624072408240924102411241224132414241524162417241824192420242124222423242424252426242724282429243024312432243324342435243624372438243924402441244224432444244524462447244824492450245124522453245424552456245724582459246024612462246324642465246624672468246924702471247224732474247524762477247824792480248124822483248424852486248724882489249024912492249324942495249624972498249925002501250225032504250525062507250825092510251125122513251425152516251725182519252025212522252325242525252625272528252925302531253225332534253525362537253825392540254125422543254425452546254725482549255025512552255325542555255625572558255925602561256225632564256525662567256825692570257125722573257425752576257725782579258025812582258325842585258625872588258925902591259225932594259525962597259825992600260126022603260426052606260726082609261026112612261326142615261626172618261926202621262226232624262526262627262826292630263126322633263426352636263726382639264026412642264326442645264626472648264926502651265226532654265526562657265826592660266126622663266426652666266726682669267026712672267326742675267626772678267926802681268226832684268526862687268826892690269126922693269426952696269726982699270027012702270327042705270627072708270927102711271227132714271527162717271827192720272127222723272427252726272727282729273027312732273327342735273627372738273927402741274227432744274527462747274827492750275127522753275427552756275727582759276027612762276327642765276627672768276927702771277227732774277527762777277827792780278127822783278427852786278727882789279027912792279327942795279627972798279928002801280228032804280528062807280828092810281128122813281428152816281728182819282028212822282328242825282628272828282928302831283228332834283528362837283828392840284128422843284428452846284728482849285028512852285328542855285628572858285928602861286228632864286528662867286828692870287128722873287428752876287728782879288028812882288328842885288628872888288928902891289228932894289528962897289828992900290129022903290429052906290729082909291029112912291329142915291629172918291929202921292229232924292529262927292829292930293129322933293429352936293729382939294029412942294329442945294629472948294929502951295229532954295529562957295829592960296129622963296429652966296729682969297029712972297329742975297629772978297929802981298229832984298529862987298829892990299129922993299429952996299729982999300030013002300330043005300630073008300930103011301230133014301530163017301830193020302130223023302430253026302730283029303030313032303330343035303630373038303930403041304230433044304530463047304830493050305130523053305430553056305730583059306030613062306330643065306630673068306930703071307230733074307530763077307830793080308130823083308430853086308730883089309030913092309330943095309630973098309931003101310231033104310531063107310831093110311131123113311431153116311731183119312031213122312331243125312631273128312931303131313231333134313531363137313831393140314131423143314431453146314731483149315031513152315331543155315631573158315931603161316231633164316531663167316831693170317131723173317431753176317731783179318031813182318331843185318631873188318931903191319231933194319531963197319831993200320132023203320432053206320732083209321032113212321332143215321632173218321932203221322232233224322532263227322832293230323132323233323432353236323732383239324032413242324332443245324632473248324932503251325232533254325532563257325832593260326132623263326432653266326732683269327032713272327332743275327632773278327932803281328232833284328532863287328832893290329132923293329432953296329732983299330033013302330333043305330633073308330933103311331233133314331533163317331833193320332133223323332433253326332733283329333033313332333333343335333633373338333933403341334233433344334533463347334833493350335133523353335433553356335733583359336033613362336333643365336633673368336933703371337233733374337533763377337833793380338133823383338433853386338733883389339033913392339333943395339633973398339934003401340234033404340534063407340834093410341134123413341434153416341734183419342034213422342334243425342634273428342934303431343234333434343534363437343834393440344134423443344434453446344734483449345034513452345334543455345634573458345934603461346234633464346534663467346834693470347134723473347434753476347734783479348034813482348334843485348634873488348934903491349234933494349534963497349834993500350135023503350435053506350735083509351035113512351335143515351635173518351935203521352235233524352535263527352835293530353135323533353435353536353735383539354035413542354335443545354635473548354935503551355235533554355535563557355835593560356135623563356435653566356735683569357035713572357335743575357635773578357935803581358235833584358535863587358835893590359135923593359435953596359735983599360036013602360336043605360636073608360936103611361236133614361536163617361836193620362136223623362436253626362736283629363036313632363336343635363636373638363936403641364236433644364536463647364836493650365136523653365436553656365736583659366036613662366336643665366636673668366936703671367236733674367536763677367836793680368136823683368436853686368736883689369036913692369336943695369636973698369937003701370237033704370537063707370837093710371137123713371437153716371737183719372037213722372337243725372637273728372937303731373237333734373537363737373837393740374137423743374437453746374737483749375037513752375337543755375637573758375937603761376237633764376537663767376837693770377137723773377437753776377737783779378037813782378337843785378637873788378937903791379237933794379537963797379837993800380138023803380438053806380738083809381038113812381338143815381638173818381938203821382238233824382538263827382838293830383138323833383438353836383738383839384038413842384338443845384638473848384938503851385238533854385538563857385838593860386138623863386438653866386738683869387038713872387338743875387638773878387938803881388238833884388538863887388838893890389138923893389438953896389738983899390039013902390339043905390639073908390939103911391239133914391539163917391839193920392139223923392439253926392739283929393039313932393339343935393639373938393939403941394239433944394539463947394839493950395139523953395439553956395739583959396039613962396339643965396639673968396939703971397239733974397539763977397839793980398139823983398439853986398739883989399039913992399339943995399639973998399940004001400240034004400540064007400840094010401140124013401440154016401740184019402040214022402340244025402640274028402940304031403240334034403540364037403840394040404140424043404440454046404740484049405040514052405340544055405640574058405940604061406240634064406540664067406840694070407140724073407440754076407740784079408040814082408340844085408640874088408940904091409240934094409540964097409840994100410141024103410441054106410741084109411041114112411341144115411641174118411941204121412241234124412541264127412841294130413141324133413441354136413741384139414041414142414341444145414641474148414941504151415241534154415541564157415841594160416141624163416441654166416741684169417041714172417341744175417641774178417941804181418241834184418541864187418841894190419141924193419441954196419741984199420042014202420342044205420642074208420942104211421242134214421542164217421842194220422142224223422442254226422742284229423042314232423342344235423642374238423942404241424242434244424542464247424842494250425142524253425442554256425742584259426042614262426342644265426642674268426942704271427242734274427542764277427842794280428142824283428442854286428742884289429042914292429342944295429642974298429943004301430243034304430543064307430843094310431143124313431443154316431743184319432043214322432343244325432643274328432943304331433243334334433543364337433843394340434143424343434443454346434743484349435043514352435343544355435643574358435943604361436243634364436543664367436843694370437143724373437443754376437743784379438043814382438343844385438643874388438943904391439243934394439543964397439843994400440144024403440444054406440744084409441044114412441344144415441644174418441944204421442244234424442544264427442844294430443144324433443444354436443744384439444044414442444344444445444644474448444944504451445244534454445544564457445844594460446144624463446444654466446744684469447044714472447344744475447644774478447944804481448244834484448544864487448844894490449144924493449444954496449744984499
  1. #define YY_INT_ALIGNED short int
  2. /* A lexical scanner generated by flex */
  3. #define FLEX_SCANNER
  4. #define YY_FLEX_MAJOR_VERSION 2
  5. #define YY_FLEX_MINOR_VERSION 6
  6. #define YY_FLEX_SUBMINOR_VERSION 4
  7. #if YY_FLEX_SUBMINOR_VERSION > 0
  8. #define FLEX_BETA
  9. #endif
  10. /* First, we deal with platform-specific or compiler-specific issues. */
  11. /* begin standard C headers. */
  12. #include <stdio.h>
  13. #include <string.h>
  14. #include <errno.h>
  15. #include <stdlib.h>
  16. /* end standard C headers. */
  17. /* flex integer type definitions */
  18. #ifndef FLEXINT_H
  19. #define FLEXINT_H
  20. /* C99 systems have <inttypes.h>. Non-C99 systems may or may not. */
  21. #if defined (__STDC_VERSION__) && __STDC_VERSION__ >= 199901L
  22. /* C99 says to define __STDC_LIMIT_MACROS before including stdint.h,
  23. * if you want the limit (max/min) macros for int types.
  24. */
  25. #ifndef __STDC_LIMIT_MACROS
  26. #define __STDC_LIMIT_MACROS 1
  27. #endif
  28. #include <inttypes.h>
  29. typedef int8_t flex_int8_t;
  30. typedef uint8_t flex_uint8_t;
  31. typedef int16_t flex_int16_t;
  32. typedef uint16_t flex_uint16_t;
  33. typedef int32_t flex_int32_t;
  34. typedef uint32_t flex_uint32_t;
  35. #else
  36. typedef signed char flex_int8_t;
  37. typedef short int flex_int16_t;
  38. typedef int flex_int32_t;
  39. typedef unsigned char flex_uint8_t;
  40. typedef unsigned short int flex_uint16_t;
  41. typedef unsigned int flex_uint32_t;
  42. /* Limits of integral types. */
  43. #ifndef INT8_MIN
  44. #define INT8_MIN (-128)
  45. #endif
  46. #ifndef INT16_MIN
  47. #define INT16_MIN (-32767-1)
  48. #endif
  49. #ifndef INT32_MIN
  50. #define INT32_MIN (-2147483647-1)
  51. #endif
  52. #ifndef INT8_MAX
  53. #define INT8_MAX (127)
  54. #endif
  55. #ifndef INT16_MAX
  56. #define INT16_MAX (32767)
  57. #endif
  58. #ifndef INT32_MAX
  59. #define INT32_MAX (2147483647)
  60. #endif
  61. #ifndef UINT8_MAX
  62. #define UINT8_MAX (255U)
  63. #endif
  64. #ifndef UINT16_MAX
  65. #define UINT16_MAX (65535U)
  66. #endif
  67. #ifndef UINT32_MAX
  68. #define UINT32_MAX (4294967295U)
  69. #endif
  70. #ifndef SIZE_MAX
  71. #define SIZE_MAX (~(size_t)0)
  72. #endif
  73. #endif /* ! C99 */
  74. #endif /* ! FLEXINT_H */
  75. /* begin standard C++ headers. */
  76. /* TODO: this is always defined, so inline it */
  77. #define yyconst const
  78. #if defined(__GNUC__) && __GNUC__ >= 3
  79. #define yynoreturn __attribute__((__noreturn__))
  80. #else
  81. #define yynoreturn
  82. #endif
  83. /* Returned upon end-of-file. */
  84. #define YY_NULL 0
  85. /* Promotes a possibly negative, possibly signed char to an
  86. * integer in range [0..255] for use as an array index.
  87. */
  88. #define YY_SC_TO_UI(c) ((YY_CHAR) (c))
  89. /* Enter a start condition. This macro really ought to take a parameter,
  90. * but we do it the disgusting crufty way forced on us by the ()-less
  91. * definition of BEGIN.
  92. */
  93. #define BEGIN (yy_start) = 1 + 2 *
  94. /* Translate the current start state into a value that can be later handed
  95. * to BEGIN to return to the state. The YYSTATE alias is for lex
  96. * compatibility.
  97. */
  98. #define YY_START (((yy_start) - 1) / 2)
  99. #define YYSTATE YY_START
  100. /* Action number for EOF rule of a given start state. */
  101. #define YY_STATE_EOF(state) (YY_END_OF_BUFFER + state + 1)
  102. /* Special action meaning "start processing a new file". */
  103. #define YY_NEW_FILE yyrestart( yyin )
  104. #define YY_END_OF_BUFFER_CHAR 0
  105. /* Size of default input buffer. */
  106. #ifndef YY_BUF_SIZE
  107. #ifdef __ia64__
  108. /* On IA-64, the buffer size is 16k, not 8k.
  109. * Moreover, YY_BUF_SIZE is 2*YY_READ_BUF_SIZE in the general case.
  110. * Ditto for the __ia64__ case accordingly.
  111. */
  112. #define YY_BUF_SIZE 32768
  113. #else
  114. #define YY_BUF_SIZE 16384
  115. #endif /* __ia64__ */
  116. #endif
  117. /* The state buf must be large enough to hold one state per character in the main buffer.
  118. */
  119. #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type))
  120. #ifndef YY_TYPEDEF_YY_BUFFER_STATE
  121. #define YY_TYPEDEF_YY_BUFFER_STATE
  122. typedef struct yy_buffer_state *YY_BUFFER_STATE;
  123. #endif
  124. #ifndef YY_TYPEDEF_YY_SIZE_T
  125. #define YY_TYPEDEF_YY_SIZE_T
  126. typedef size_t yy_size_t;
  127. #endif
  128. extern int yyleng;
  129. extern FILE *yyin, *yyout;
  130. #define EOB_ACT_CONTINUE_SCAN 0
  131. #define EOB_ACT_END_OF_FILE 1
  132. #define EOB_ACT_LAST_MATCH 2
  133. /* Note: We specifically omit the test for yy_rule_can_match_eol because it requires
  134. * access to the local variable yy_act. Since yyless() is a macro, it would break
  135. * existing scanners that call yyless() from OUTSIDE yylex.
  136. * One obvious solution it to make yy_act a global. I tried that, and saw
  137. * a 5% performance hit in a non-yylineno scanner, because yy_act is
  138. * normally declared as a register variable-- so it is not worth it.
  139. */
  140. #define YY_LESS_LINENO(n) \
  141. do { \
  142. int yyl;\
  143. for ( yyl = n; yyl < yyleng; ++yyl )\
  144. if ( yytext[yyl] == '\n' )\
  145. --yylineno;\
  146. }while(0)
  147. #define YY_LINENO_REWIND_TO(dst) \
  148. do {\
  149. const char *p;\
  150. for ( p = yy_cp-1; p >= (dst); --p)\
  151. if ( *p == '\n' )\
  152. --yylineno;\
  153. }while(0)
  154. /* Return all but the first "n" matched characters back to the input stream. */
  155. #define yyless(n) \
  156. do \
  157. { \
  158. /* Undo effects of setting up yytext. */ \
  159. int yyless_macro_arg = (n); \
  160. YY_LESS_LINENO(yyless_macro_arg);\
  161. *yy_cp = (yy_hold_char); \
  162. YY_RESTORE_YY_MORE_OFFSET \
  163. (yy_c_buf_p) = yy_cp = yy_bp + yyless_macro_arg - YY_MORE_ADJ; \
  164. YY_DO_BEFORE_ACTION; /* set up yytext again */ \
  165. } \
  166. while ( 0 )
  167. #define unput(c) yyunput( c, (yytext_ptr) )
  168. #ifndef YY_STRUCT_YY_BUFFER_STATE
  169. #define YY_STRUCT_YY_BUFFER_STATE
  170. struct yy_buffer_state
  171. {
  172. FILE *yy_input_file;
  173. char *yy_ch_buf; /* input buffer */
  174. char *yy_buf_pos; /* current position in input buffer */
  175. /* Size of input buffer in bytes, not including room for EOB
  176. * characters.
  177. */
  178. int yy_buf_size;
  179. /* Number of characters read into yy_ch_buf, not including EOB
  180. * characters.
  181. */
  182. int yy_n_chars;
  183. /* Whether we "own" the buffer - i.e., we know we created it,
  184. * and can realloc() it to grow it, and should free() it to
  185. * delete it.
  186. */
  187. int yy_is_our_buffer;
  188. /* Whether this is an "interactive" input source; if so, and
  189. * if we're using stdio for input, then we want to use getc()
  190. * instead of fread(), to make sure we stop fetching input after
  191. * each newline.
  192. */
  193. int yy_is_interactive;
  194. /* Whether we're considered to be at the beginning of a line.
  195. * If so, '^' rules will be active on the next match, otherwise
  196. * not.
  197. */
  198. int yy_at_bol;
  199. int yy_bs_lineno; /**< The line count. */
  200. int yy_bs_column; /**< The column count. */
  201. /* Whether to try to fill the input buffer when we reach the
  202. * end of it.
  203. */
  204. int yy_fill_buffer;
  205. int yy_buffer_status;
  206. #define YY_BUFFER_NEW 0
  207. #define YY_BUFFER_NORMAL 1
  208. /* When an EOF's been seen but there's still some text to process
  209. * then we mark the buffer as YY_EOF_PENDING, to indicate that we
  210. * shouldn't try reading from the input source any more. We might
  211. * still have a bunch of tokens to match, though, because of
  212. * possible backing-up.
  213. *
  214. * When we actually see the EOF, we change the status to "new"
  215. * (via yyrestart()), so that the user can continue scanning by
  216. * just pointing yyin at a new input file.
  217. */
  218. #define YY_BUFFER_EOF_PENDING 2
  219. };
  220. #endif /* !YY_STRUCT_YY_BUFFER_STATE */
  221. /* Stack of input buffers. */
  222. static size_t yy_buffer_stack_top = 0; /**< index of top of stack. */
  223. static size_t yy_buffer_stack_max = 0; /**< capacity of stack. */
  224. static YY_BUFFER_STATE * yy_buffer_stack = NULL; /**< Stack as an array. */
  225. /* We provide macros for accessing buffer states in case in the
  226. * future we want to put the buffer states in a more general
  227. * "scanner state".
  228. *
  229. * Returns the top of the stack, or NULL.
  230. */
  231. #define YY_CURRENT_BUFFER ( (yy_buffer_stack) \
  232. ? (yy_buffer_stack)[(yy_buffer_stack_top)] \
  233. : NULL)
  234. /* Same as previous macro, but useful when we know that the buffer stack is not
  235. * NULL or when we need an lvalue. For internal use only.
  236. */
  237. #define YY_CURRENT_BUFFER_LVALUE (yy_buffer_stack)[(yy_buffer_stack_top)]
  238. /* yy_hold_char holds the character lost when yytext is formed. */
  239. static char yy_hold_char;
  240. static int yy_n_chars; /* number of characters read into yy_ch_buf */
  241. int yyleng;
  242. /* Points to current character in buffer. */
  243. static char *yy_c_buf_p = NULL;
  244. static int yy_init = 0; /* whether we need to initialize */
  245. static int yy_start = 0; /* start state number */
  246. /* Flag which is used to allow yywrap()'s to do buffer switches
  247. * instead of setting up a fresh yyin. A bit of a hack ...
  248. */
  249. static int yy_did_buffer_switch_on_eof;
  250. void yyrestart ( FILE *input_file );
  251. void yy_switch_to_buffer ( YY_BUFFER_STATE new_buffer );
  252. YY_BUFFER_STATE yy_create_buffer ( FILE *file, int size );
  253. void yy_delete_buffer ( YY_BUFFER_STATE b );
  254. void yy_flush_buffer ( YY_BUFFER_STATE b );
  255. void yypush_buffer_state ( YY_BUFFER_STATE new_buffer );
  256. void yypop_buffer_state ( void );
  257. static void yyensure_buffer_stack ( void );
  258. static void yy_load_buffer_state ( void );
  259. static void yy_init_buffer ( YY_BUFFER_STATE b, FILE *file );
  260. #define YY_FLUSH_BUFFER yy_flush_buffer( YY_CURRENT_BUFFER )
  261. YY_BUFFER_STATE yy_scan_buffer ( char *base, yy_size_t size );
  262. YY_BUFFER_STATE yy_scan_string ( const char *yy_str );
  263. YY_BUFFER_STATE yy_scan_bytes ( const char *bytes, int len );
  264. void *yyalloc ( yy_size_t );
  265. void *yyrealloc ( void *, yy_size_t );
  266. void yyfree ( void * );
  267. #define yy_new_buffer yy_create_buffer
  268. #define yy_set_interactive(is_interactive) \
  269. { \
  270. if ( ! YY_CURRENT_BUFFER ){ \
  271. yyensure_buffer_stack (); \
  272. YY_CURRENT_BUFFER_LVALUE = \
  273. yy_create_buffer( yyin, YY_BUF_SIZE ); \
  274. } \
  275. YY_CURRENT_BUFFER_LVALUE->yy_is_interactive = is_interactive; \
  276. }
  277. #define yy_set_bol(at_bol) \
  278. { \
  279. if ( ! YY_CURRENT_BUFFER ){\
  280. yyensure_buffer_stack (); \
  281. YY_CURRENT_BUFFER_LVALUE = \
  282. yy_create_buffer( yyin, YY_BUF_SIZE ); \
  283. } \
  284. YY_CURRENT_BUFFER_LVALUE->yy_at_bol = at_bol; \
  285. }
  286. #define YY_AT_BOL() (YY_CURRENT_BUFFER_LVALUE->yy_at_bol)
  287. /* Begin user sect3 */
  288. #define yywrap() (/*CONSTCOND*/1)
  289. #define YY_SKIP_YYWRAP
  290. typedef flex_uint8_t YY_CHAR;
  291. FILE *yyin = NULL, *yyout = NULL;
  292. typedef int yy_state_type;
  293. extern int yylineno;
  294. int yylineno = 1;
  295. extern char *yytext;
  296. #ifdef yytext_ptr
  297. #undef yytext_ptr
  298. #endif
  299. #define yytext_ptr yytext
  300. static const flex_int16_t yy_nxt[][44] =
  301. {
  302. {
  303. 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
  304. 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
  305. 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
  306. 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
  307. 0, 0, 0, 0
  308. },
  309. {
  310. 9, 10, 11, 12, 13, 14, 15, 16, 17, 14,
  311. 18, 19, 20, 21, 22, 22, 23, 24, 25, 26,
  312. 27, 22, 28, 29, 30, 31, 32, 22, 22, 33,
  313. 34, 22, 35, 22, 36, 37, 38, 39, 40, 22,
  314. 41, 22, 22, 42
  315. },
  316. {
  317. 9, 10, 11, 12, 13, 14, 15, 16, 17, 14,
  318. 18, 19, 20, 21, 22, 22, 23, 24, 25, 26,
  319. 27, 22, 28, 29, 30, 31, 32, 22, 22, 33,
  320. 34, 22, 35, 22, 36, 37, 38, 39, 40, 22,
  321. 41, 22, 22, 42
  322. },
  323. {
  324. 9, 43, 44, 45, 43, 43, 43, 43, 43, 43,
  325. 43, 43, 43, 43, 43, 43, 43, 43, 43, 43,
  326. 43, 43, 43, 43, 43, 43, 43, 43, 43, 43,
  327. 43, 43, 43, 43, 43, 43, 43, 43, 43, 43,
  328. 43, 43, 43, 43
  329. },
  330. {
  331. 9, 43, 44, 45, 43, 43, 43, 43, 43, 43,
  332. 43, 43, 43, 43, 43, 43, 43, 43, 43, 43,
  333. 43, 43, 43, 43, 43, 43, 43, 43, 43, 43,
  334. 43, 43, 43, 43, 43, 43, 43, 43, 43, 43,
  335. 43, 43, 43, 43
  336. },
  337. {
  338. 9, 46, 47, 48, 46, 46, 46, 46, 46, 46,
  339. 46, 46, 46, 46, 46, 46, 46, 46, 46, 46,
  340. 46, 46, 46, 46, 46, 46, 46, 46, 46, 46,
  341. 46, 46, 46, 46, 46, 46, 46, 46, 46, 46,
  342. 46, 46, 46, 46
  343. },
  344. {
  345. 9, 46, 47, 48, 46, 46, 46, 46, 46, 46,
  346. 46, 46, 46, 46, 46, 46, 46, 46, 46, 46,
  347. 46, 46, 46, 46, 46, 46, 46, 46, 46, 46,
  348. 46, 46, 46, 46, 46, 46, 46, 46, 46, 46,
  349. 46, 46, 46, 46
  350. },
  351. {
  352. 9, 49, 49, 50, 49, 51, 49, 52, 49, 51,
  353. 49, 49, 49, 49, 49, 49, 49, 49, 49, 49,
  354. 53, 49, 49, 49, 49, 49, 49, 49, 49, 49,
  355. 49, 49, 49, 49, 49, 49, 49, 49, 49, 49,
  356. 49, 49, 49, 49
  357. },
  358. {
  359. 9, 49, 49, 50, 49, 51, 49, 52, 49, 51,
  360. 49, 49, 49, 49, 49, 49, 49, 49, 49, 49,
  361. 53, 49, 49, 49, 49, 49, 49, 49, 49, 49,
  362. 49, 49, 49, 49, 49, 49, 49, 49, 49, 49,
  363. 49, 49, 49, 49
  364. },
  365. {
  366. -9, -9, -9, -9, -9, -9, -9, -9, -9, -9,
  367. -9, -9, -9, -9, -9, -9, -9, -9, -9, -9,
  368. -9, -9, -9, -9, -9, -9, -9, -9, -9, -9,
  369. -9, -9, -9, -9, -9, -9, -9, -9, -9, -9,
  370. -9, -9, -9, -9
  371. },
  372. {
  373. 9, -10, -10, -10, -10, -10, -10, -10, -10, -10,
  374. -10, -10, -10, -10, -10, -10, -10, -10, -10, -10,
  375. -10, -10, -10, -10, -10, -10, -10, -10, -10, -10,
  376. -10, -10, -10, -10, -10, -10, -10, -10, -10, -10,
  377. -10, -10, -10, -10
  378. },
  379. {
  380. 9, -11, 54, -11, -11, -11, -11, -11, -11, -11,
  381. -11, -11, -11, -11, -11, -11, -11, -11, -11, -11,
  382. -11, -11, -11, -11, -11, -11, -11, -11, -11, -11,
  383. -11, -11, -11, -11, -11, -11, -11, -11, -11, -11,
  384. -11, -11, -11, -11
  385. },
  386. {
  387. 9, -12, -12, -12, -12, -12, -12, -12, -12, -12,
  388. -12, -12, -12, -12, -12, -12, -12, -12, -12, -12,
  389. -12, -12, -12, -12, -12, -12, -12, -12, -12, -12,
  390. -12, -12, -12, -12, -12, -12, -12, -12, -12, -12,
  391. -12, -12, -12, -12
  392. },
  393. {
  394. 9, -13, -13, -13, -13, -13, -13, -13, -13, -13,
  395. -13, -13, -13, -13, -13, -13, -13, -13, 55, -13,
  396. -13, -13, -13, -13, -13, -13, -13, -13, -13, -13,
  397. -13, -13, -13, -13, -13, -13, -13, -13, -13, -13,
  398. -13, -13, -13, -13
  399. },
  400. {
  401. 9, -14, -14, -14, -14, -14, -14, -14, -14, -14,
  402. -14, -14, -14, -14, -14, -14, -14, -14, -14, -14,
  403. -14, -14, -14, -14, -14, -14, -14, -14, -14, -14,
  404. -14, -14, -14, -14, -14, -14, -14, -14, -14, -14,
  405. -14, -14, -14, -14
  406. },
  407. {
  408. 9, 56, 56, -15, 56, 56, 56, 56, 56, 56,
  409. 56, 56, 56, 56, 56, 56, 56, 56, 56, 56,
  410. 56, 56, 56, 56, 56, 56, 56, 56, 56, 56,
  411. 56, 56, 56, 56, 56, 56, 56, 56, 56, 56,
  412. 56, 56, 56, 56
  413. },
  414. {
  415. 9, -16, -16, -16, -16, -16, -16, 57, -16, -16,
  416. -16, -16, -16, 57, 57, 57, -16, -16, -16, -16,
  417. -16, 57, 57, 57, 57, 57, 57, 57, 57, 57,
  418. 57, 57, 57, 57, 57, 57, 57, 57, 57, 57,
  419. 57, 57, 57, -16
  420. },
  421. {
  422. 9, -17, -17, -17, -17, -17, -17, -17, 58, -17,
  423. -17, -17, -17, -17, -17, -17, -17, -17, -17, -17,
  424. -17, -17, -17, -17, -17, -17, -17, -17, -17, -17,
  425. -17, -17, -17, -17, -17, -17, -17, -17, -17, -17,
  426. -17, -17, -17, -17
  427. },
  428. {
  429. 9, -18, -18, -18, -18, -18, -18, -18, -18, -18,
  430. -18, -18, -18, -18, -18, -18, -18, -18, -18, -18,
  431. -18, -18, -18, -18, -18, -18, -18, -18, -18, -18,
  432. -18, -18, -18, -18, -18, -18, -18, -18, -18, -18,
  433. -18, -18, -18, -18
  434. },
  435. {
  436. 9, -19, -19, -19, -19, -19, -19, -19, -19, -19,
  437. -19, -19, -19, -19, -19, -19, -19, -19, -19, -19,
  438. -19, -19, -19, -19, -19, -19, -19, -19, -19, -19,
  439. -19, -19, -19, -19, -19, -19, -19, -19, -19, -19,
  440. -19, -19, -19, -19
  441. },
  442. {
  443. 9, -20, -20, -20, -20, -20, -20, -20, -20, -20,
  444. -20, -20, -20, -20, -20, -20, -20, -20, 59, -20,
  445. -20, -20, -20, -20, -20, -20, -20, -20, -20, -20,
  446. -20, -20, -20, -20, -20, -20, -20, -20, -20, -20,
  447. -20, -20, -20, -20
  448. },
  449. {
  450. 9, -21, -21, -21, -21, -21, -21, 57, -21, -21,
  451. -21, -21, -21, 60, 61, 61, -21, -21, -21, -21,
  452. -21, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  453. 61, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  454. 61, 61, 61, -21
  455. },
  456. {
  457. 9, -22, -22, -22, -22, -22, -22, 57, -22, -22,
  458. -22, -22, -22, 61, 61, 61, -22, -22, -22, -22,
  459. -22, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  460. 61, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  461. 61, 61, 61, -22
  462. },
  463. {
  464. 9, -23, -23, -23, -23, -23, -23, -23, -23, -23,
  465. -23, -23, -23, -23, -23, -23, -23, -23, 62, -23,
  466. -23, -23, -23, -23, -23, -23, -23, -23, -23, -23,
  467. -23, -23, -23, -23, -23, -23, -23, -23, -23, -23,
  468. -23, -23, -23, -23
  469. },
  470. {
  471. 9, -24, -24, -24, -24, -24, -24, -24, -24, -24,
  472. -24, -24, -24, -24, -24, -24, -24, -24, 63, -24,
  473. -24, -24, -24, -24, -24, -24, -24, -24, -24, -24,
  474. -24, -24, -24, -24, -24, -24, -24, -24, -24, -24,
  475. -24, -24, -24, -24
  476. },
  477. {
  478. 9, -25, -25, -25, -25, -25, -25, -25, -25, -25,
  479. -25, -25, -25, -25, -25, -25, -25, -25, -25, -25,
  480. -25, -25, -25, -25, -25, -25, -25, -25, -25, -25,
  481. -25, -25, -25, -25, -25, -25, -25, -25, -25, -25,
  482. -25, -25, -25, -25
  483. },
  484. {
  485. 9, -26, -26, -26, -26, -26, -26, -26, -26, -26,
  486. -26, -26, -26, -26, -26, -26, -26, -26, 64, -26,
  487. -26, -26, -26, -26, -26, -26, -26, -26, -26, -26,
  488. -26, -26, -26, -26, -26, -26, -26, -26, -26, -26,
  489. -26, -26, -26, -26
  490. },
  491. {
  492. 9, -27, -27, 65, -27, -27, -27, -27, -27, -27,
  493. -27, -27, -27, -27, -27, -27, -27, -27, -27, -27,
  494. -27, -27, -27, -27, -27, -27, -27, -27, -27, -27,
  495. -27, -27, -27, -27, -27, -27, -27, -27, -27, -27,
  496. -27, -27, -27, -27
  497. },
  498. {
  499. 9, -28, -28, -28, -28, -28, -28, 57, -28, -28,
  500. -28, -28, -28, 61, 61, 61, -28, -28, -28, -28,
  501. -28, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  502. 61, 66, 61, 61, 61, 61, 61, 61, 61, 61,
  503. 61, 61, 61, -28
  504. },
  505. {
  506. 9, -29, -29, -29, -29, -29, -29, 57, -29, -29,
  507. -29, -29, -29, 61, 61, 61, -29, -29, -29, -29,
  508. -29, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  509. 61, 61, 61, 61, 67, 61, 61, 61, 61, 61,
  510. 61, 61, 61, -29
  511. },
  512. {
  513. 9, -30, -30, -30, -30, -30, -30, 57, -30, -30,
  514. -30, -30, -30, 61, 61, 61, -30, -30, -30, -30,
  515. -30, 61, 61, 61, 61, 61, 61, 61, 61, 68,
  516. 61, 61, 61, 61, 69, 61, 61, 61, 61, 61,
  517. 61, 61, 61, -30
  518. },
  519. {
  520. 9, -31, -31, -31, -31, -31, -31, 57, -31, -31,
  521. -31, -31, -31, 61, 61, 61, -31, -31, -31, -31,
  522. -31, 61, 61, 61, 61, 61, 70, 61, 61, 61,
  523. 61, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  524. 61, 61, 61, -31
  525. },
  526. {
  527. 9, -32, -32, -32, -32, -32, -32, 57, -32, -32,
  528. -32, -32, -32, 61, 61, 61, -32, -32, -32, -32,
  529. -32, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  530. 61, 61, 61, 71, 61, 61, 61, 61, 61, 61,
  531. 61, 61, 61, -32
  532. },
  533. {
  534. 9, -33, -33, -33, -33, -33, -33, 57, -33, -33,
  535. -33, -33, -33, 61, 61, 61, -33, -33, -33, -33,
  536. -33, 61, 61, 61, 61, 61, 72, 61, 61, 61,
  537. 61, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  538. 61, 61, 61, -33
  539. },
  540. {
  541. 9, -34, -34, -34, -34, -34, -34, 57, -34, -34,
  542. -34, -34, -34, 61, 61, 61, -34, -34, -34, -34,
  543. -34, 61, 61, 61, 61, 61, 61, 73, 61, 61,
  544. 61, 61, 74, 75, 61, 61, 61, 61, 61, 61,
  545. 61, 61, 61, -34
  546. },
  547. {
  548. 9, -35, -35, -35, -35, -35, -35, 57, -35, -35,
  549. -35, -35, -35, 61, 61, 61, -35, -35, -35, -35,
  550. -35, 61, 76, 61, 61, 61, 77, 61, 61, 61,
  551. 61, 61, 61, 61, 78, 61, 61, 61, 61, 61,
  552. 61, 61, 61, -35
  553. },
  554. {
  555. 9, -36, -36, -36, -36, -36, -36, 57, -36, -36,
  556. -36, -36, -36, 61, 61, 61, -36, -36, -36, -36,
  557. -36, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  558. 61, 61, 61, 79, 61, 80, 61, 61, 61, 61,
  559. 61, 61, 61, -36
  560. },
  561. {
  562. 9, -37, -37, -37, -37, -37, -37, 57, -37, -37,
  563. -37, -37, -37, 61, 61, 61, -37, -37, -37, -37,
  564. -37, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  565. 61, 61, 61, 61, 61, 61, 81, 61, 61, 61,
  566. 61, 61, 61, -37
  567. },
  568. {
  569. 9, -38, -38, -38, -38, -38, -38, 57, -38, -38,
  570. -38, -38, -38, 61, 61, 61, -38, -38, -38, -38,
  571. -38, 61, 82, 61, 61, 61, 83, 61, 61, 61,
  572. 61, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  573. 61, 61, 61, -38
  574. },
  575. {
  576. 9, -39, -39, -39, -39, -39, -39, 57, -39, -39,
  577. -39, -39, -39, 61, 61, 61, -39, -39, -39, -39,
  578. -39, 61, 61, 61, 61, 61, 84, 61, 61, 61,
  579. 61, 61, 61, 61, 85, 61, 61, 61, 86, 61,
  580. 61, 61, 61, -39
  581. },
  582. {
  583. 9, -40, -40, -40, -40, -40, -40, 57, -40, -40,
  584. -40, -40, -40, 61, 61, 61, -40, -40, -40, -40,
  585. -40, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  586. 61, 61, 61, 61, 61, 61, 87, 61, 61, 61,
  587. 61, 61, 61, -40
  588. },
  589. {
  590. 9, -41, -41, -41, -41, -41, -41, 57, -41, -41,
  591. -41, -41, -41, 61, 61, 61, -41, -41, -41, -41,
  592. -41, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  593. 88, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  594. 61, 61, 61, -41
  595. },
  596. {
  597. 9, -42, -42, -42, -42, -42, -42, -42, -42, -42,
  598. -42, -42, -42, -42, -42, -42, -42, -42, -42, -42,
  599. -42, -42, -42, -42, -42, -42, -42, -42, -42, -42,
  600. -42, -42, -42, -42, -42, -42, -42, -42, -42, -42,
  601. -42, -42, -42, 89
  602. },
  603. {
  604. 9, 90, 91, -43, 90, 90, 90, 90, 90, 90,
  605. 90, 90, 90, 90, 90, 90, 90, 90, 90, 90,
  606. 90, 90, 90, 90, 90, 90, 90, 90, 90, 90,
  607. 90, 90, 90, 90, 90, 90, 90, 90, 90, 90,
  608. 90, 90, 90, 90
  609. },
  610. {
  611. 9, -44, -44, -44, -44, -44, -44, -44, -44, -44,
  612. -44, -44, -44, -44, -44, -44, -44, -44, -44, -44,
  613. -44, -44, -44, -44, -44, -44, -44, -44, -44, -44,
  614. -44, -44, -44, -44, -44, -44, -44, -44, -44, -44,
  615. -44, -44, -44, -44
  616. },
  617. {
  618. 9, -45, -45, -45, -45, -45, -45, -45, -45, -45,
  619. -45, -45, -45, -45, -45, -45, -45, -45, -45, -45,
  620. -45, -45, -45, -45, -45, -45, -45, -45, -45, -45,
  621. -45, -45, -45, -45, -45, -45, -45, -45, -45, -45,
  622. -45, -45, -45, -45
  623. },
  624. {
  625. 9, 92, 92, -46, 92, 92, 92, 92, 92, 92,
  626. 92, 92, 92, 92, 92, 92, 92, 92, 92, 92,
  627. 92, 92, 92, 92, 92, 92, 92, 92, 92, 92,
  628. 92, 92, 92, 92, 92, 92, 92, 92, 92, 92,
  629. 92, 92, 92, 92
  630. },
  631. {
  632. 9, -47, 93, 94, -47, -47, -47, -47, -47, -47,
  633. -47, -47, -47, -47, -47, -47, -47, -47, -47, -47,
  634. -47, -47, -47, -47, -47, -47, -47, -47, -47, -47,
  635. -47, -47, -47, -47, -47, -47, -47, -47, -47, -47,
  636. -47, -47, -47, -47
  637. },
  638. {
  639. 9, 95, -48, -48, 95, 95, 95, 95, 95, 95,
  640. 95, 95, 95, 95, 95, 95, 95, 95, 95, 95,
  641. 95, 95, 95, 95, 95, 95, 95, 95, 95, 95,
  642. 95, 95, 95, 95, 95, 95, 95, 95, 95, 95,
  643. 95, 95, 95, 95
  644. },
  645. {
  646. 9, 96, 96, -49, 96, -49, 96, -49, 96, -49,
  647. 96, 96, 96, 96, 96, 96, 96, 96, 96, 96,
  648. -49, 96, 96, 96, 96, 96, 96, 96, 96, 96,
  649. 96, 96, 96, 96, 96, 96, 96, 96, 96, 96,
  650. 96, 96, 96, 96
  651. },
  652. {
  653. 9, -50, -50, -50, -50, -50, -50, -50, -50, -50,
  654. -50, -50, -50, -50, -50, -50, -50, -50, -50, -50,
  655. -50, -50, -50, -50, -50, -50, -50, -50, -50, -50,
  656. -50, -50, -50, -50, -50, -50, -50, -50, -50, -50,
  657. -50, -50, -50, -50
  658. },
  659. {
  660. 9, -51, -51, -51, -51, -51, -51, -51, -51, -51,
  661. -51, -51, -51, -51, -51, -51, -51, -51, -51, -51,
  662. -51, -51, -51, -51, -51, -51, -51, -51, -51, -51,
  663. -51, -51, -51, -51, -51, -51, -51, -51, -51, -51,
  664. -51, -51, -51, -51
  665. },
  666. {
  667. 9, 97, 97, -52, 97, 97, 97, 97, 97, 97,
  668. 97, 97, 97, 97, 97, 97, 97, 97, 97, 97,
  669. 97, 97, 97, 97, 97, 97, 97, 97, 97, 97,
  670. 97, 97, 97, 97, 97, 97, 97, 97, 97, 97,
  671. 97, 97, 97, 97
  672. },
  673. {
  674. 9, 98, 98, -53, 98, 98, 98, 98, 98, 98,
  675. 98, 98, 98, 98, 98, 98, 98, 98, 98, 98,
  676. 98, 98, 98, 98, 98, 98, 98, 98, 98, 98,
  677. 98, 98, 98, 98, 98, 98, 98, 98, 98, 98,
  678. 98, 98, 98, 98
  679. },
  680. {
  681. 9, -54, 54, -54, -54, -54, -54, -54, -54, -54,
  682. -54, -54, -54, -54, -54, -54, -54, -54, -54, -54,
  683. -54, -54, -54, -54, -54, -54, -54, -54, -54, -54,
  684. -54, -54, -54, -54, -54, -54, -54, -54, -54, -54,
  685. -54, -54, -54, -54
  686. },
  687. {
  688. 9, -55, -55, -55, -55, -55, -55, -55, -55, -55,
  689. -55, -55, -55, -55, -55, -55, -55, -55, -55, -55,
  690. -55, -55, -55, -55, -55, -55, -55, -55, -55, -55,
  691. -55, -55, -55, -55, -55, -55, -55, -55, -55, -55,
  692. -55, -55, -55, -55
  693. },
  694. {
  695. 9, 56, 56, -56, 56, 56, 56, 56, 56, 56,
  696. 56, 56, 56, 56, 56, 56, 56, 56, 56, 56,
  697. 56, 56, 56, 56, 56, 56, 56, 56, 56, 56,
  698. 56, 56, 56, 56, 56, 56, 56, 56, 56, 56,
  699. 56, 56, 56, 56
  700. },
  701. {
  702. 9, -57, -57, -57, -57, -57, -57, 57, -57, -57,
  703. -57, -57, -57, 57, 57, 57, -57, -57, -57, -57,
  704. -57, 57, 57, 57, 57, 57, 57, 57, 57, 57,
  705. 57, 57, 57, 57, 57, 57, 57, 57, 57, 57,
  706. 57, 57, 57, -57
  707. },
  708. {
  709. 9, -58, -58, -58, -58, -58, -58, -58, -58, -58,
  710. -58, -58, -58, -58, -58, -58, -58, -58, -58, -58,
  711. -58, -58, -58, -58, -58, -58, -58, -58, -58, -58,
  712. -58, -58, -58, -58, -58, -58, -58, -58, -58, -58,
  713. -58, -58, -58, -58
  714. },
  715. {
  716. 9, -59, -59, -59, -59, -59, -59, -59, -59, -59,
  717. -59, -59, -59, -59, -59, -59, -59, -59, -59, -59,
  718. -59, -59, -59, -59, -59, -59, -59, -59, -59, -59,
  719. -59, -59, -59, -59, -59, -59, -59, -59, -59, -59,
  720. -59, -59, -59, -59
  721. },
  722. {
  723. 9, -60, -60, -60, -60, -60, -60, 57, -60, -60,
  724. -60, -60, -60, 99, 61, 61, -60, -60, -60, -60,
  725. -60, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  726. 61, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  727. 61, 61, 61, -60
  728. },
  729. {
  730. 9, -61, -61, -61, -61, -61, -61, 57, -61, -61,
  731. -61, -61, -61, 61, 61, 61, -61, -61, -61, -61,
  732. -61, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  733. 61, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  734. 61, 61, 61, -61
  735. },
  736. {
  737. 9, -62, -62, -62, -62, -62, -62, -62, -62, -62,
  738. -62, -62, -62, -62, -62, -62, -62, -62, -62, -62,
  739. -62, -62, -62, -62, -62, -62, -62, -62, -62, -62,
  740. -62, -62, -62, -62, -62, -62, -62, -62, -62, -62,
  741. -62, -62, -62, -62
  742. },
  743. {
  744. 9, -63, -63, -63, -63, -63, -63, -63, -63, -63,
  745. -63, -63, -63, -63, -63, -63, -63, -63, -63, -63,
  746. -63, -63, -63, -63, -63, -63, -63, -63, -63, -63,
  747. -63, -63, -63, -63, -63, -63, -63, -63, -63, -63,
  748. -63, -63, -63, -63
  749. },
  750. {
  751. 9, -64, -64, -64, -64, -64, -64, -64, -64, -64,
  752. -64, -64, -64, -64, -64, -64, -64, -64, -64, -64,
  753. -64, -64, -64, -64, -64, -64, -64, -64, -64, -64,
  754. -64, -64, -64, -64, -64, -64, -64, -64, -64, -64,
  755. -64, -64, -64, -64
  756. },
  757. {
  758. 9, -65, -65, -65, -65, -65, -65, -65, -65, -65,
  759. -65, -65, -65, -65, -65, -65, -65, -65, -65, -65,
  760. -65, -65, -65, -65, -65, -65, -65, -65, -65, -65,
  761. -65, -65, -65, -65, -65, -65, -65, -65, -65, -65,
  762. -65, -65, -65, -65
  763. },
  764. {
  765. 9, -66, -66, -66, -66, -66, -66, 57, -66, -66,
  766. -66, -66, -66, 61, 61, 61, -66, -66, -66, -66,
  767. -66, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  768. 61, 100, 61, 61, 61, 61, 61, 61, 61, 61,
  769. 61, 61, 61, -66
  770. },
  771. {
  772. 9, -67, -67, -67, -67, -67, -67, 57, -67, -67,
  773. -67, -67, -67, 61, 61, 61, -67, -67, -67, -67,
  774. -67, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  775. 61, 61, 61, 61, 101, 61, 61, 61, 61, 61,
  776. 61, 61, 61, -67
  777. },
  778. {
  779. 9, -68, -68, -68, -68, -68, -68, 57, -68, -68,
  780. -68, -68, -68, 61, 61, 61, -68, -68, -68, -68,
  781. -68, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  782. 61, 61, 61, 61, 102, 61, 61, 61, 61, 61,
  783. 61, 61, 61, -68
  784. },
  785. {
  786. 9, -69, -69, -69, -69, -69, -69, 57, -69, -69,
  787. -69, -69, -69, 61, 61, 61, -69, -69, -69, -69,
  788. -69, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  789. 61, 61, 103, 104, 61, 61, 61, 61, 61, 61,
  790. 61, 61, 61, -69
  791. },
  792. {
  793. 9, -70, -70, -70, -70, -70, -70, 57, -70, -70,
  794. -70, -70, -70, 61, 61, 61, -70, -70, -70, -70,
  795. -70, 61, 61, 61, 61, 61, 61, 105, 61, 61,
  796. 61, 61, 61, 61, 61, 106, 61, 61, 61, 61,
  797. 61, 61, 61, -70
  798. },
  799. {
  800. 9, -71, -71, -71, -71, -71, -71, 57, -71, -71,
  801. -71, -71, -71, 61, 61, 61, -71, -71, -71, -71,
  802. -71, 61, 61, 61, 61, 107, 61, 61, 61, 61,
  803. 61, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  804. 61, 61, 61, -71
  805. },
  806. {
  807. 9, -72, -72, -72, -72, -72, -72, 57, -72, -72,
  808. -72, -72, -72, 61, 61, 61, -72, -72, -72, -72,
  809. -72, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  810. 61, 108, 61, 61, 61, 61, 61, 61, 61, 61,
  811. 61, 109, 61, -72
  812. },
  813. {
  814. 9, -73, -73, -73, -73, -73, -73, 57, -73, -73,
  815. -73, -73, -73, 61, 61, 61, -73, -73, -73, -73,
  816. -73, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  817. 61, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  818. 61, 61, 61, -73
  819. },
  820. {
  821. 9, -74, -74, -74, -74, -74, -74, 57, -74, -74,
  822. -74, -74, -74, 61, 61, 61, -74, -74, -74, -74,
  823. -74, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  824. 61, 61, 61, 61, 61, 110, 61, 61, 61, 61,
  825. 61, 61, 61, -74
  826. },
  827. {
  828. 9, -75, -75, -75, -75, -75, -75, 57, -75, -75,
  829. -75, -75, -75, 61, 61, 61, -75, -75, -75, -75,
  830. -75, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  831. 61, 61, 61, 61, 61, 61, 61, 61, 111, 61,
  832. 61, 61, 61, -75
  833. },
  834. {
  835. 9, -76, -76, -76, -76, -76, -76, 57, -76, -76,
  836. -76, -76, -76, 61, 61, 61, -76, -76, -76, -76,
  837. -76, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  838. 112, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  839. 61, 61, 61, -76
  840. },
  841. {
  842. 9, -77, -77, -77, -77, -77, -77, 57, -77, -77,
  843. -77, -77, -77, 61, 61, 61, -77, -77, -77, -77,
  844. -77, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  845. 61, 61, 61, 113, 61, 61, 61, 61, 61, 61,
  846. 61, 61, 61, -77
  847. },
  848. {
  849. 9, -78, -78, -78, -78, -78, -78, 57, -78, -78,
  850. -78, -78, -78, 61, 61, 61, -78, -78, -78, -78,
  851. -78, 61, 61, 61, 61, 114, 61, 61, 61, 61,
  852. 61, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  853. 61, 61, 61, -78
  854. },
  855. {
  856. 9, -79, -79, -79, -79, -79, -79, 57, -79, -79,
  857. -79, -79, -79, 61, 61, 61, -79, -79, -79, -79,
  858. -79, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  859. 61, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  860. 61, 61, 61, -79
  861. },
  862. {
  863. 9, -80, -80, -80, -80, -80, -80, 57, -80, -80,
  864. -80, -80, -80, 61, 61, 61, -80, -80, -80, -80,
  865. -80, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  866. 61, 61, 61, 61, 61, 61, 61, 61, 115, 61,
  867. 61, 61, 61, -80
  868. },
  869. {
  870. 9, -81, -81, -81, -81, -81, -81, 57, -81, -81,
  871. -81, -81, -81, 61, 61, 61, -81, -81, -81, -81,
  872. -81, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  873. 61, 61, 61, 61, 116, 61, 61, 61, 61, 61,
  874. 61, 61, 61, -81
  875. },
  876. {
  877. 9, -82, -82, -82, -82, -82, -82, 57, -82, -82,
  878. -82, -82, -82, 61, 61, 61, -82, -82, -82, -82,
  879. -82, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  880. 61, 61, 61, 117, 61, 61, 61, 61, 61, 61,
  881. 61, 61, 61, -82
  882. },
  883. {
  884. 9, -83, -83, -83, -83, -83, -83, 57, -83, -83,
  885. -83, -83, -83, 61, 61, 61, -83, -83, -83, -83,
  886. -83, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  887. 61, 61, 61, 61, 61, 61, 61, 118, 61, 61,
  888. 61, 61, 61, -83
  889. },
  890. {
  891. 9, -84, -84, -84, -84, -84, -84, 57, -84, -84,
  892. -84, -84, -84, 61, 61, 61, -84, -84, -84, -84,
  893. -84, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  894. 61, 119, 61, 61, 61, 61, 61, 61, 61, 61,
  895. 61, 61, 61, -84
  896. },
  897. {
  898. 9, -85, -85, -85, -85, -85, -85, 57, -85, -85,
  899. -85, -85, -85, 61, 61, 61, -85, -85, -85, -85,
  900. -85, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  901. 61, 61, 61, 61, 61, 61, 61, 61, 61, 120,
  902. 61, 61, 61, -85
  903. },
  904. {
  905. 9, -86, -86, -86, -86, -86, -86, 57, -86, -86,
  906. -86, -86, -86, 61, 61, 61, -86, -86, -86, -86,
  907. -86, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  908. 61, 61, 61, 61, 61, 61, 121, 61, 61, 61,
  909. 61, 61, 61, -86
  910. },
  911. {
  912. 9, -87, -87, -87, -87, -87, -87, 57, -87, -87,
  913. -87, -87, -87, 61, 61, 61, -87, -87, -87, -87,
  914. -87, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  915. 122, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  916. 61, 61, 61, -87
  917. },
  918. {
  919. 9, -88, -88, -88, -88, -88, -88, 57, -88, -88,
  920. -88, -88, -88, 61, 61, 61, -88, -88, -88, -88,
  921. -88, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  922. 61, 61, 61, 61, 61, 61, 61, 123, 61, 61,
  923. 61, 61, 61, -88
  924. },
  925. {
  926. 9, -89, -89, -89, -89, -89, -89, -89, -89, -89,
  927. -89, -89, -89, -89, -89, -89, -89, -89, -89, -89,
  928. -89, -89, -89, -89, -89, -89, -89, -89, -89, -89,
  929. -89, -89, -89, -89, -89, -89, -89, -89, -89, -89,
  930. -89, -89, -89, -89
  931. },
  932. {
  933. 9, 90, 91, -90, 90, 90, 90, 90, 90, 90,
  934. 90, 90, 90, 90, 90, 90, 90, 90, 90, 90,
  935. 90, 90, 90, 90, 90, 90, 90, 90, 90, 90,
  936. 90, 90, 90, 90, 90, 90, 90, 90, 90, 90,
  937. 90, 90, 90, 90
  938. },
  939. {
  940. 9, 91, 91, -91, 91, 91, 91, 91, 91, 91,
  941. 91, 91, 91, 91, 91, 91, 91, 91, 91, 91,
  942. 91, 91, 91, 91, 91, 91, 91, 91, 91, 91,
  943. 91, 91, 91, 91, 91, 91, 91, 91, 91, 91,
  944. 91, 91, 91, 91
  945. },
  946. {
  947. 9, 92, 92, -92, 92, 92, 92, 92, 92, 92,
  948. 92, 92, 92, 92, 92, 92, 92, 92, 92, 92,
  949. 92, 92, 92, 92, 92, 92, 92, 92, 92, 92,
  950. 92, 92, 92, 92, 92, 92, 92, 92, 92, 92,
  951. 92, 92, 92, 92
  952. },
  953. {
  954. 9, -93, 93, 94, -93, -93, -93, -93, -93, -93,
  955. -93, -93, -93, -93, -93, -93, -93, -93, -93, -93,
  956. -93, -93, -93, -93, -93, -93, -93, -93, -93, -93,
  957. -93, -93, -93, -93, -93, -93, -93, -93, -93, -93,
  958. -93, -93, -93, -93
  959. },
  960. {
  961. 9, 95, -94, -94, 95, 95, 95, 95, 95, 95,
  962. 95, 95, 95, 95, 95, 95, 95, 95, 95, 95,
  963. 95, 95, 95, 95, 95, 95, 95, 95, 95, 95,
  964. 95, 95, 95, 95, 95, 95, 95, 95, 95, 95,
  965. 95, 95, 95, 95
  966. },
  967. {
  968. 9, -95, -95, -95, -95, -95, -95, -95, -95, -95,
  969. -95, -95, -95, -95, -95, -95, -95, -95, -95, -95,
  970. -95, -95, -95, -95, -95, -95, -95, -95, -95, -95,
  971. -95, -95, -95, -95, -95, -95, -95, -95, -95, -95,
  972. -95, -95, -95, -95
  973. },
  974. {
  975. 9, 96, 96, -96, 96, -96, 96, -96, 96, -96,
  976. 96, 96, 96, 96, 96, 96, 96, 96, 96, 96,
  977. -96, 96, 96, 96, 96, 96, 96, 96, 96, 96,
  978. 96, 96, 96, 96, 96, 96, 96, 96, 96, 96,
  979. 96, 96, 96, 96
  980. },
  981. {
  982. 9, 97, 97, -97, 97, 97, 97, 97, 97, 97,
  983. 97, 97, 97, 97, 97, 97, 97, 97, 97, 97,
  984. 97, 97, 97, 97, 97, 97, 97, 97, 97, 97,
  985. 97, 97, 97, 97, 97, 97, 97, 97, 97, 97,
  986. 97, 97, 97, 97
  987. },
  988. {
  989. 9, -98, -98, -98, -98, -98, -98, -98, -98, -98,
  990. -98, -98, -98, -98, -98, -98, -98, -98, -98, -98,
  991. -98, -98, -98, -98, -98, -98, -98, -98, -98, -98,
  992. -98, -98, -98, -98, -98, -98, -98, -98, -98, -98,
  993. -98, -98, -98, -98
  994. },
  995. {
  996. 9, -99, -99, -99, -99, -99, -99, 57, -99, -99,
  997. -99, -99, -99, 61, 61, 61, -99, -99, -99, -99,
  998. -99, 61, 61, 61, 61, 61, 61, 61, 61, 124,
  999. 61, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  1000. 61, 61, 61, -99
  1001. },
  1002. {
  1003. 9, -100, -100, -100, -100, -100, -100, 57, -100, -100,
  1004. -100, -100, -100, 61, 61, 61, -100, -100, -100, -100,
  1005. -100, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  1006. 61, 61, 61, 125, 61, 61, 61, 61, 61, 61,
  1007. 61, 61, 61, -100
  1008. },
  1009. {
  1010. 9, -101, -101, -101, -101, -101, -101, 57, -101, -101,
  1011. -101, -101, -101, 61, 61, 61, -101, -101, -101, -101,
  1012. -101, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  1013. 61, 126, 61, 61, 61, 61, 61, 61, 61, 61,
  1014. 61, 61, 61, -101
  1015. },
  1016. {
  1017. 9, -102, -102, -102, -102, -102, -102, 57, -102, -102,
  1018. -102, -102, -102, 61, 61, 61, -102, -102, -102, -102,
  1019. -102, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  1020. 127, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  1021. 61, 61, 61, -102
  1022. },
  1023. {
  1024. 9, -103, -103, -103, -103, -103, -103, 57, -103, -103,
  1025. -103, -103, -103, 61, 61, 61, -103, -103, -103, -103,
  1026. -103, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  1027. 61, 61, 128, 61, 61, 61, 61, 61, 61, 61,
  1028. 61, 61, 61, -103
  1029. },
  1030. {
  1031. 9, -104, -104, -104, -104, -104, -104, 57, -104, -104,
  1032. -104, -104, -104, 61, 61, 61, -104, -104, -104, -104,
  1033. -104, 61, 61, 61, 61, 61, 61, 129, 61, 61,
  1034. 61, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  1035. 61, 61, 61, -104
  1036. },
  1037. {
  1038. 9, -105, -105, -105, -105, -105, -105, 57, -105, -105,
  1039. -105, -105, -105, 61, 61, 61, -105, -105, -105, -105,
  1040. -105, 130, 131, 61, 132, 61, 61, 61, 61, 61,
  1041. 61, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  1042. 61, 61, 61, -105
  1043. },
  1044. {
  1045. 9, -106, -106, -106, -106, -106, -106, 57, -106, -106,
  1046. -106, -106, -106, 61, 61, 61, -106, -106, -106, -106,
  1047. -106, 61, 61, 61, 61, 61, 133, 61, 61, 61,
  1048. 61, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  1049. 61, 61, 61, -106
  1050. },
  1051. {
  1052. 9, -107, -107, -107, -107, -107, -107, 57, -107, -107,
  1053. -107, -107, -107, 61, 61, 61, -107, -107, -107, -107,
  1054. -107, 61, 61, 61, 134, 61, 61, 61, 61, 61,
  1055. 135, 61, 136, 61, 61, 61, 61, 61, 61, 61,
  1056. 61, 61, 61, -107
  1057. },
  1058. {
  1059. 9, -108, -108, -108, -108, -108, -108, 57, -108, -108,
  1060. -108, -108, -108, 61, 61, 61, -108, -108, -108, -108,
  1061. -108, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  1062. 61, 61, 61, 61, 61, 137, 61, 61, 61, 61,
  1063. 61, 61, 61, -108
  1064. },
  1065. {
  1066. 9, -109, -109, -109, -109, -109, -109, 57, -109, -109,
  1067. -109, -109, -109, 61, 61, 61, -109, -109, -109, -109,
  1068. -109, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  1069. 61, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  1070. 61, 61, 61, -109
  1071. },
  1072. {
  1073. 9, -110, -110, -110, -110, -110, -110, 57, -110, -110,
  1074. -110, -110, -110, 61, 61, 61, -110, -110, -110, -110,
  1075. -110, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  1076. 61, 138, 61, 61, 61, 61, 61, 61, 61, 61,
  1077. 61, 61, 61, -110
  1078. },
  1079. {
  1080. 9, -111, -111, -111, -111, -111, -111, 57, -111, -111,
  1081. -111, -111, -111, 61, 61, 61, -111, -111, -111, -111,
  1082. -111, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  1083. 61, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  1084. 61, 61, 61, -111
  1085. },
  1086. {
  1087. 9, -112, -112, -112, -112, -112, -112, 57, -112, -112,
  1088. -112, -112, -112, 61, 61, 61, -112, -112, -112, -112,
  1089. -112, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  1090. 61, 61, 61, 139, 61, 61, 61, 61, 61, 61,
  1091. 61, 61, 61, -112
  1092. },
  1093. {
  1094. 9, -113, -113, -113, -113, -113, -113, 57, -113, -113,
  1095. -113, -113, -113, 61, 61, 61, -113, -113, -113, -113,
  1096. -113, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  1097. 61, 61, 61, 61, 61, 61, 61, 61, 61, 140,
  1098. 61, 61, 61, -113
  1099. },
  1100. {
  1101. 9, -114, -114, -114, -114, -114, -114, 57, -114, -114,
  1102. -114, -114, -114, 61, 61, 61, -114, -114, -114, -114,
  1103. -114, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  1104. 61, 61, 61, 61, 61, 61, 61, 61, 61, 141,
  1105. 61, 61, 61, -114
  1106. },
  1107. {
  1108. 9, -115, -115, -115, -115, -115, -115, 57, -115, -115,
  1109. -115, -115, -115, 61, 61, 61, -115, -115, -115, -115,
  1110. -115, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  1111. 142, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  1112. 61, 61, 61, -115
  1113. },
  1114. {
  1115. 9, -116, -116, -116, -116, -116, -116, 57, -116, -116,
  1116. -116, -116, -116, 61, 61, 61, -116, -116, -116, -116,
  1117. -116, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  1118. 61, 61, 143, 61, 61, 61, 61, 61, 61, 61,
  1119. 61, 61, 61, -116
  1120. },
  1121. {
  1122. 9, -117, -117, -117, -117, -117, -117, 57, -117, -117,
  1123. -117, -117, -117, 61, 61, 61, -117, -117, -117, -117,
  1124. -117, 61, 61, 61, 61, 61, 61, 61, 144, 61,
  1125. 61, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  1126. 61, 61, 61, -117
  1127. },
  1128. {
  1129. 9, -118, -118, -118, -118, -118, -118, 57, -118, -118,
  1130. -118, -118, -118, 61, 61, 61, -118, -118, -118, -118,
  1131. -118, 61, 61, 61, 61, 61, 145, 61, 61, 61,
  1132. 61, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  1133. 61, 61, 61, -118
  1134. },
  1135. {
  1136. 9, -119, -119, -119, -119, -119, -119, 57, -119, -119,
  1137. -119, -119, -119, 61, 61, 61, -119, -119, -119, -119,
  1138. -119, 61, 61, 61, 61, 61, 146, 61, 61, 61,
  1139. 61, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  1140. 61, 61, 61, -119
  1141. },
  1142. {
  1143. 9, -120, -120, -120, -120, -120, -120, 57, -120, -120,
  1144. -120, -120, -120, 61, 61, 61, -120, -120, -120, -120,
  1145. -120, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  1146. 61, 61, 61, 61, 61, 61, 147, 61, 61, 61,
  1147. 61, 61, 61, -120
  1148. },
  1149. {
  1150. 9, -121, -121, -121, -121, -121, -121, 57, -121, -121,
  1151. -121, -121, -121, 61, 61, 61, -121, -121, -121, -121,
  1152. -121, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  1153. 148, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  1154. 61, 61, 61, -121
  1155. },
  1156. {
  1157. 9, -122, -122, -122, -122, -122, -122, 57, -122, -122,
  1158. -122, -122, -122, 61, 61, 61, -122, -122, -122, -122,
  1159. -122, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  1160. 61, 61, 61, 61, 61, 61, 61, 149, 61, 61,
  1161. 61, 61, 61, -122
  1162. },
  1163. {
  1164. 9, -123, -123, -123, -123, -123, -123, 57, -123, -123,
  1165. -123, -123, -123, 61, 61, 61, -123, -123, -123, -123,
  1166. -123, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  1167. 150, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  1168. 61, 61, 61, -123
  1169. },
  1170. {
  1171. 9, -124, -124, -124, -124, -124, -124, 57, -124, -124,
  1172. -124, -124, -124, 61, 61, 61, -124, -124, -124, -124,
  1173. -124, 61, 61, 61, 61, 61, 151, 61, 61, 61,
  1174. 61, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  1175. 61, 61, 61, -124
  1176. },
  1177. {
  1178. 9, -125, -125, -125, -125, -125, -125, 57, -125, -125,
  1179. -125, -125, -125, 61, 61, 61, -125, -125, -125, -125,
  1180. -125, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  1181. 61, 61, 61, 61, 152, 61, 61, 61, 61, 61,
  1182. 61, 61, 61, -125
  1183. },
  1184. {
  1185. 9, -126, -126, -126, -126, -126, -126, 57, -126, -126,
  1186. -126, -126, -126, 61, 61, 61, -126, -126, -126, -126,
  1187. -126, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  1188. 61, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  1189. 61, 61, 61, -126
  1190. },
  1191. {
  1192. 9, -127, -127, -127, -127, -127, -127, 57, -127, -127,
  1193. -127, -127, -127, 61, 61, 61, -127, -127, -127, -127,
  1194. -127, 61, 61, 61, 153, 61, 61, 61, 61, 61,
  1195. 61, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  1196. 61, 61, 61, -127
  1197. },
  1198. {
  1199. 9, -128, -128, -128, -128, -128, -128, 57, -128, -128,
  1200. -128, -128, -128, 61, 61, 61, -128, -128, -128, -128,
  1201. -128, 61, 61, 61, 61, 61, 154, 61, 61, 61,
  1202. 61, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  1203. 61, 61, 61, -128
  1204. },
  1205. {
  1206. 9, -129, -129, -129, -129, -129, -129, 57, -129, -129,
  1207. -129, -129, -129, 61, 61, 61, -129, -129, -129, -129,
  1208. -129, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  1209. 155, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  1210. 61, 61, 61, -129
  1211. },
  1212. {
  1213. 9, -130, -130, -130, -130, -130, -130, 57, -130, -130,
  1214. -130, -130, -130, 61, 61, 61, -130, -130, -130, -130,
  1215. -130, 61, 61, 156, 61, 61, 61, 61, 61, 61,
  1216. 61, 61, 61, 61, 61, 61, 61, 61, 157, 61,
  1217. 61, 61, 61, -130
  1218. },
  1219. {
  1220. 9, -131, -131, -131, -131, -131, -131, 57, -131, -131,
  1221. -131, -131, -131, 61, 61, 61, -131, -131, -131, -131,
  1222. -131, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  1223. 61, 61, 61, 61, 61, 61, 61, 61, 61, 158,
  1224. 61, 61, 61, -131
  1225. },
  1226. {
  1227. 9, -132, -132, -132, -132, -132, -132, 57, -132, -132,
  1228. -132, -132, -132, 61, 61, 61, -132, -132, -132, -132,
  1229. -132, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  1230. 61, 61, 61, 61, 159, 61, 61, 61, 61, 61,
  1231. 61, 61, 61, -132
  1232. },
  1233. {
  1234. 9, -133, -133, -133, -133, -133, -133, 57, -133, -133,
  1235. -133, -133, -133, 61, 61, 61, -133, -133, -133, -133,
  1236. -133, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  1237. 61, 61, 61, 160, 61, 61, 61, 61, 61, 61,
  1238. 61, 61, 61, -133
  1239. },
  1240. {
  1241. 9, -134, -134, -134, -134, -134, -134, 57, -134, -134,
  1242. -134, -134, -134, 61, 61, 61, -134, -134, -134, -134,
  1243. -134, 61, 61, 61, 61, 61, 61, 61, 61, 161,
  1244. 61, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  1245. 61, 61, 61, -134
  1246. },
  1247. {
  1248. 9, -135, -135, -135, -135, -135, -135, 57, -135, -135,
  1249. -135, -135, -135, 61, 61, 61, -135, -135, -135, -135,
  1250. -135, 61, 61, 61, 61, 61, 61, 162, 61, 61,
  1251. 61, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  1252. 61, 61, 61, -135
  1253. },
  1254. {
  1255. 9, -136, -136, -136, -136, -136, -136, 57, -136, -136,
  1256. -136, -136, -136, 61, 61, 61, -136, -136, -136, -136,
  1257. -136, 61, 61, 61, 61, 61, 163, 61, 61, 61,
  1258. 61, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  1259. 61, 61, 61, -136
  1260. },
  1261. {
  1262. 9, -137, -137, -137, -137, -137, -137, 57, -137, -137,
  1263. -137, -137, -137, 61, 61, 61, -137, -137, -137, -137,
  1264. -137, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  1265. 61, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  1266. 61, 61, 61, -137
  1267. },
  1268. {
  1269. 9, -138, -138, -138, -138, -138, -138, 57, -138, -138,
  1270. -138, -138, -138, 61, 61, 61, -138, -138, -138, -138,
  1271. -138, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  1272. 61, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  1273. 61, 61, 164, -138
  1274. },
  1275. {
  1276. 9, -139, -139, -139, -139, -139, -139, 57, -139, -139,
  1277. -139, -139, -139, 61, 61, 61, -139, -139, -139, -139,
  1278. -139, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  1279. 61, 61, 165, 61, 61, 61, 61, 61, 61, 61,
  1280. 61, 61, 61, -139
  1281. },
  1282. {
  1283. 9, -140, -140, -140, -140, -140, -140, 57, -140, -140,
  1284. -140, -140, -140, 61, 61, 61, -140, -140, -140, -140,
  1285. -140, 61, 61, 61, 166, 61, 61, 61, 61, 61,
  1286. 61, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  1287. 61, 61, 61, -140
  1288. },
  1289. {
  1290. 9, -141, -141, -141, -141, -141, -141, 57, -141, -141,
  1291. -141, -141, -141, 61, 61, 61, -141, -141, -141, -141,
  1292. -141, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  1293. 61, 167, 61, 61, 61, 61, 61, 61, 61, 61,
  1294. 61, 61, 61, -141
  1295. },
  1296. {
  1297. 9, -142, -142, -142, -142, -142, -142, 57, -142, -142,
  1298. -142, -142, -142, 61, 61, 61, -142, -142, -142, -142,
  1299. -142, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  1300. 61, 61, 61, 61, 168, 61, 61, 61, 61, 61,
  1301. 61, 61, 61, -142
  1302. },
  1303. {
  1304. 9, -143, -143, -143, -143, -143, -143, 57, -143, -143,
  1305. -143, -143, -143, 61, 61, 61, -143, -143, -143, -143,
  1306. -143, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  1307. 61, 61, 61, 61, 61, 169, 61, 61, 61, 61,
  1308. 61, 61, 61, -143
  1309. },
  1310. {
  1311. 9, -144, -144, -144, -144, -144, -144, 57, -144, -144,
  1312. -144, -144, -144, 61, 61, 61, -144, -144, -144, -144,
  1313. -144, 61, 61, 61, 61, 61, 170, 61, 61, 61,
  1314. 61, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  1315. 61, 61, 61, -144
  1316. },
  1317. {
  1318. 9, -145, -145, -145, -145, -145, -145, 57, -145, -145,
  1319. -145, -145, -145, 61, 61, 61, -145, -145, -145, -145,
  1320. -145, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  1321. 61, 61, 61, 61, 61, 61, 61, 61, 171, 61,
  1322. 61, 61, 61, -145
  1323. },
  1324. {
  1325. 9, -146, -146, -146, -146, -146, -146, 57, -146, -146,
  1326. -146, -146, -146, 61, 61, 61, -146, -146, -146, -146,
  1327. -146, 61, 61, 61, 172, 61, 61, 61, 61, 61,
  1328. 61, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  1329. 61, 61, 61, -146
  1330. },
  1331. {
  1332. 9, -147, -147, -147, -147, -147, -147, 57, -147, -147,
  1333. -147, -147, -147, 61, 61, 61, -147, -147, -147, -147,
  1334. -147, 61, 61, 61, 173, 61, 61, 61, 61, 61,
  1335. 61, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  1336. 61, 61, 61, -147
  1337. },
  1338. {
  1339. 9, -148, -148, -148, -148, -148, -148, 57, -148, -148,
  1340. -148, -148, -148, 61, 61, 61, -148, -148, -148, -148,
  1341. -148, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  1342. 61, 61, 61, 174, 61, 61, 61, 61, 61, 61,
  1343. 61, 61, 61, -148
  1344. },
  1345. {
  1346. 9, -149, -149, -149, -149, -149, -149, 57, -149, -149,
  1347. -149, -149, -149, 61, 61, 61, -149, -149, -149, -149,
  1348. -149, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  1349. 61, 61, 61, 61, 61, 61, 61, 61, 175, 61,
  1350. 61, 61, 61, -149
  1351. },
  1352. {
  1353. 9, -150, -150, -150, -150, -150, -150, 57, -150, -150,
  1354. -150, -150, -150, 61, 61, 61, -150, -150, -150, -150,
  1355. -150, 61, 61, 176, 61, 61, 61, 61, 61, 61,
  1356. 61, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  1357. 61, 61, 61, -150
  1358. },
  1359. {
  1360. 9, -151, -151, -151, -151, -151, -151, 57, -151, -151,
  1361. -151, -151, -151, 61, 61, 61, -151, -151, -151, -151,
  1362. -151, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  1363. 61, 177, 61, 61, 61, 61, 61, 61, 61, 61,
  1364. 61, 61, 61, -151
  1365. },
  1366. {
  1367. 9, -152, -152, -152, -152, -152, -152, 57, -152, -152,
  1368. -152, -152, -152, 61, 61, 61, -152, -152, -152, -152,
  1369. -152, 61, 61, 61, 178, 61, 61, 61, 61, 61,
  1370. 61, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  1371. 61, 61, 61, -152
  1372. },
  1373. {
  1374. 9, -153, -153, -153, -153, -153, -153, 57, -153, -153,
  1375. -153, -153, -153, 61, 61, 61, -153, -153, -153, -153,
  1376. -153, 61, 61, 61, 61, 61, 179, 61, 61, 61,
  1377. 61, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  1378. 61, 61, 61, -153
  1379. },
  1380. {
  1381. 9, -154, -154, -154, -154, -154, -154, 57, -154, -154,
  1382. -154, -154, -154, 61, 61, 61, -154, -154, -154, -154,
  1383. -154, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  1384. 61, 61, 61, 180, 61, 61, 61, 61, 61, 61,
  1385. 61, 61, 61, -154
  1386. },
  1387. {
  1388. 9, -155, -155, -155, -155, -155, -155, 57, -155, -155,
  1389. -155, -155, -155, 61, 61, 61, -155, -155, -155, -155,
  1390. -155, 61, 61, 61, 61, 61, 61, 61, 181, 61,
  1391. 61, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  1392. 61, 61, 61, -155
  1393. },
  1394. {
  1395. 9, -156, -156, -156, -156, -156, -156, 57, -156, -156,
  1396. -156, -156, -156, 61, 61, 61, -156, -156, -156, -156,
  1397. -156, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  1398. 61, 61, 61, 61, 182, 61, 61, 61, 61, 61,
  1399. 61, 61, 61, -156
  1400. },
  1401. {
  1402. 9, -157, -157, -157, -157, -157, -157, 57, -157, -157,
  1403. -157, -157, -157, 61, 61, 61, -157, -157, -157, -157,
  1404. -157, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  1405. 61, 61, 61, 61, 61, 61, 183, 61, 61, 61,
  1406. 61, 61, 61, -157
  1407. },
  1408. {
  1409. 9, -158, -158, -158, -158, -158, -158, 57, -158, -158,
  1410. -158, -158, -158, 61, 61, 61, -158, -158, -158, -158,
  1411. -158, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  1412. 61, 184, 61, 61, 61, 61, 61, 61, 61, 61,
  1413. 61, 61, 61, -158
  1414. },
  1415. {
  1416. 9, -159, -159, -159, -159, -159, -159, 57, -159, -159,
  1417. -159, -159, -159, 61, 61, 61, -159, -159, -159, -159,
  1418. -159, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  1419. 61, 61, 61, 185, 61, 61, 61, 61, 61, 61,
  1420. 61, 61, 61, -159
  1421. },
  1422. {
  1423. 9, -160, -160, -160, -160, -160, -160, 57, -160, -160,
  1424. -160, -160, -160, 61, 61, 61, -160, -160, -160, -160,
  1425. -160, 61, 61, 61, 61, 186, 61, 61, 61, 61,
  1426. 61, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  1427. 61, 61, 61, -160
  1428. },
  1429. {
  1430. 9, -161, -161, -161, -161, -161, -161, 57, -161, -161,
  1431. -161, -161, -161, 61, 61, 61, -161, -161, -161, -161,
  1432. -161, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  1433. 61, 61, 61, 61, 187, 61, 61, 61, 61, 61,
  1434. 61, 61, 61, -161
  1435. },
  1436. {
  1437. 9, -162, -162, -162, -162, -162, -162, 57, -162, -162,
  1438. -162, -162, -162, 61, 61, 61, -162, -162, -162, -162,
  1439. -162, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  1440. 61, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  1441. 61, 61, 61, -162
  1442. },
  1443. {
  1444. 9, -163, -163, -163, -163, -163, -163, 57, -163, -163,
  1445. -163, -163, -163, 61, 61, 61, -163, -163, -163, -163,
  1446. -163, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  1447. 61, 61, 61, 188, 61, 61, 61, 61, 61, 61,
  1448. 61, 61, 61, -163
  1449. },
  1450. {
  1451. 9, -164, -164, -164, -164, -164, -164, 57, -164, -164,
  1452. -164, -164, -164, 61, 61, 61, -164, -164, -164, -164,
  1453. -164, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  1454. 61, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  1455. 61, 61, 61, -164
  1456. },
  1457. {
  1458. 9, -165, -165, -165, -165, -165, -165, 57, -165, -165,
  1459. -165, -165, -165, 61, 61, 61, -165, -165, -165, -165,
  1460. -165, 61, 61, 61, 61, 61, 189, 61, 61, 61,
  1461. 61, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  1462. 61, 61, 61, -165
  1463. },
  1464. {
  1465. 9, -166, -166, -166, -166, -166, -166, 57, -166, -166,
  1466. -166, -166, -166, 61, 61, 61, -166, -166, -166, -166,
  1467. -166, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  1468. 61, 61, 61, 61, 190, 61, 61, 61, 61, 61,
  1469. 61, 61, 61, -166
  1470. },
  1471. {
  1472. 9, -167, -167, -167, -167, -167, -167, 57, -167, -167,
  1473. -167, -167, -167, 61, 61, 61, -167, -167, -167, -167,
  1474. -167, 61, 61, 61, 61, 61, 191, 61, 61, 61,
  1475. 61, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  1476. 61, 61, 61, -167
  1477. },
  1478. {
  1479. 9, -168, -168, -168, -168, -168, -168, 57, -168, -168,
  1480. -168, -168, -168, 61, 61, 61, -168, -168, -168, -168,
  1481. -168, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  1482. 61, 61, 61, 192, 61, 61, 61, 61, 61, 61,
  1483. 61, 61, 61, -168
  1484. },
  1485. {
  1486. 9, -169, -169, -169, -169, -169, -169, 57, -169, -169,
  1487. -169, -169, -169, 61, 61, 61, -169, -169, -169, -169,
  1488. -169, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  1489. 61, 61, 61, 61, 61, 61, 61, 61, 193, 61,
  1490. 61, 61, 61, -169
  1491. },
  1492. {
  1493. 9, -170, -170, -170, -170, -170, -170, 57, -170, -170,
  1494. -170, -170, -170, 61, 61, 61, -170, -170, -170, -170,
  1495. -170, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  1496. 61, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  1497. 61, 61, 61, -170
  1498. },
  1499. {
  1500. 9, -171, -171, -171, -171, -171, -171, 57, -171, -171,
  1501. -171, -171, -171, 61, 61, 61, -171, -171, -171, -171,
  1502. -171, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  1503. 61, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  1504. 61, 61, 61, -171
  1505. },
  1506. {
  1507. 9, -172, -172, -172, -172, -172, -172, 57, -172, -172,
  1508. -172, -172, -172, 61, 61, 61, -172, -172, -172, -172,
  1509. -172, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  1510. 61, 61, 61, 61, 61, 61, 61, 61, 194, 61,
  1511. 61, 61, 61, -172
  1512. },
  1513. {
  1514. 9, -173, -173, -173, -173, -173, -173, 57, -173, -173,
  1515. -173, -173, -173, 61, 61, 61, -173, -173, -173, -173,
  1516. -173, 61, 61, 61, 61, 61, 195, 61, 61, 61,
  1517. 61, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  1518. 61, 61, 61, -173
  1519. },
  1520. {
  1521. 9, -174, -174, -174, -174, -174, -174, 57, -174, -174,
  1522. -174, -174, -174, 61, 61, 61, -174, -174, -174, -174,
  1523. -174, 61, 61, 61, 61, 61, 61, 61, 196, 61,
  1524. 61, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  1525. 61, 61, 61, -174
  1526. },
  1527. {
  1528. 9, -175, -175, -175, -175, -175, -175, 57, -175, -175,
  1529. -175, -175, -175, 61, 61, 61, -175, -175, -175, -175,
  1530. -175, 61, 197, 61, 61, 61, 61, 61, 61, 61,
  1531. 61, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  1532. 61, 61, 61, -175
  1533. },
  1534. {
  1535. 9, -176, -176, -176, -176, -176, -176, 57, -176, -176,
  1536. -176, -176, -176, 61, 61, 61, -176, -176, -176, -176,
  1537. -176, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  1538. 61, 198, 61, 61, 61, 61, 61, 61, 61, 61,
  1539. 61, 61, 61, -176
  1540. },
  1541. {
  1542. 9, -177, -177, -177, -177, -177, -177, 57, -177, -177,
  1543. -177, -177, -177, 61, 61, 61, -177, -177, -177, -177,
  1544. -177, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  1545. 61, 61, 61, 61, 61, 199, 61, 61, 61, 61,
  1546. 61, 61, 61, -177
  1547. },
  1548. {
  1549. 9, -178, -178, -178, -178, -178, -178, 57, -178, -178,
  1550. -178, -178, -178, 61, 61, 61, -178, -178, -178, -178,
  1551. -178, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  1552. 61, 61, 61, 61, 200, 61, 61, 61, 61, 61,
  1553. 61, 61, 61, -178
  1554. },
  1555. {
  1556. 9, -179, -179, -179, -179, -179, -179, 57, -179, -179,
  1557. -179, -179, -179, 61, 61, 61, -179, -179, -179, -179,
  1558. -179, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  1559. 61, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  1560. 61, 61, 61, -179
  1561. },
  1562. {
  1563. 9, -180, -180, -180, -180, -180, -180, 57, -180, -180,
  1564. -180, -180, -180, 61, 61, 61, -180, -180, -180, -180,
  1565. -180, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  1566. 61, 61, 61, 61, 61, 61, 61, 61, 201, 61,
  1567. 61, 61, 61, -180
  1568. },
  1569. {
  1570. 9, -181, -181, -181, -181, -181, -181, 57, -181, -181,
  1571. -181, -181, -181, 61, 61, 61, -181, -181, -181, -181,
  1572. -181, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  1573. 61, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  1574. 61, 61, 61, -181
  1575. },
  1576. {
  1577. 9, -182, -182, -182, -182, -182, -182, 57, -182, -182,
  1578. -182, -182, -182, 61, 61, 61, -182, -182, -182, -182,
  1579. -182, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  1580. 61, 61, 61, 61, 202, 61, 61, 61, 61, 61,
  1581. 61, 61, 61, -182
  1582. },
  1583. {
  1584. 9, -183, -183, -183, -183, -183, -183, 57, -183, -183,
  1585. -183, -183, -183, 61, 61, 61, -183, -183, -183, -183,
  1586. -183, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  1587. 203, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  1588. 61, 61, 61, -183
  1589. },
  1590. {
  1591. 9, -184, -184, -184, -184, -184, -184, 57, -184, -184,
  1592. -184, -184, -184, 61, 61, 61, -184, -184, -184, -184,
  1593. -184, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  1594. 61, 61, 61, 61, 61, 61, 61, 61, 204, 61,
  1595. 61, 61, 61, -184
  1596. },
  1597. {
  1598. 9, -185, -185, -185, -185, -185, -185, 57, -185, -185,
  1599. -185, -185, -185, 61, 61, 61, -185, -185, -185, -185,
  1600. -185, 61, 61, 61, 61, 61, 61, 205, 61, 61,
  1601. 61, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  1602. 61, 61, 61, -185
  1603. },
  1604. {
  1605. 9, -186, -186, -186, -186, -186, -186, 57, -186, -186,
  1606. -186, -186, -186, 61, 61, 61, -186, -186, -186, -186,
  1607. -186, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  1608. 61, 61, 61, 61, 61, 61, 61, 206, 61, 61,
  1609. 61, 61, 61, -186
  1610. },
  1611. {
  1612. 9, -187, -187, -187, -187, -187, -187, 57, -187, -187,
  1613. -187, -187, -187, 61, 61, 61, -187, -187, -187, -187,
  1614. -187, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  1615. 207, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  1616. 61, 61, 61, -187
  1617. },
  1618. {
  1619. 9, -188, -188, -188, -188, -188, -188, 57, -188, -188,
  1620. -188, -188, -188, 61, 61, 61, -188, -188, -188, -188,
  1621. -188, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  1622. 61, 61, 61, 61, 61, 61, 61, 61, 61, 208,
  1623. 61, 61, 61, -188
  1624. },
  1625. {
  1626. 9, -189, -189, -189, -189, -189, -189, 57, -189, -189,
  1627. -189, -189, -189, 61, 61, 61, -189, -189, -189, -189,
  1628. -189, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  1629. 61, 61, 61, 209, 61, 61, 61, 61, 61, 61,
  1630. 61, 61, 61, -189
  1631. },
  1632. {
  1633. 9, -190, -190, -190, -190, -190, -190, 57, -190, -190,
  1634. -190, -190, -190, 61, 61, 61, -190, -190, -190, -190,
  1635. -190, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  1636. 61, 61, 61, 210, 61, 61, 61, 61, 61, 61,
  1637. 61, 61, 61, -190
  1638. },
  1639. {
  1640. 9, -191, -191, -191, -191, -191, -191, 57, -191, -191,
  1641. -191, -191, -191, 61, 61, 61, -191, -191, -191, -191,
  1642. -191, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  1643. 61, 61, 61, 61, 61, 61, 61, 211, 61, 61,
  1644. 61, 61, 61, -191
  1645. },
  1646. {
  1647. 9, -192, -192, -192, -192, -192, -192, 57, -192, -192,
  1648. -192, -192, -192, 61, 61, 61, -192, -192, -192, -192,
  1649. -192, 61, 212, 61, 61, 61, 61, 61, 61, 61,
  1650. 61, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  1651. 61, 61, 61, -192
  1652. },
  1653. {
  1654. 9, -193, -193, -193, -193, -193, -193, 57, -193, -193,
  1655. -193, -193, -193, 61, 61, 61, -193, -193, -193, -193,
  1656. -193, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  1657. 61, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  1658. 61, 61, 61, -193
  1659. },
  1660. {
  1661. 9, -194, -194, -194, -194, -194, -194, 57, -194, -194,
  1662. -194, -194, -194, 61, 61, 61, -194, -194, -194, -194,
  1663. -194, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  1664. 61, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  1665. 61, 61, 61, -194
  1666. },
  1667. {
  1668. 9, -195, -195, -195, -195, -195, -195, 57, -195, -195,
  1669. -195, -195, -195, 61, 61, 61, -195, -195, -195, -195,
  1670. -195, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  1671. 61, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  1672. 61, 61, 61, -195
  1673. },
  1674. {
  1675. 9, -196, -196, -196, -196, -196, -196, 57, -196, -196,
  1676. -196, -196, -196, 61, 61, 61, -196, -196, -196, -196,
  1677. -196, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  1678. 61, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  1679. 61, 61, 61, -196
  1680. },
  1681. {
  1682. 9, -197, -197, -197, -197, -197, -197, 57, -197, -197,
  1683. -197, -197, -197, 61, 61, 61, -197, -197, -197, -197,
  1684. -197, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  1685. 61, 61, 61, 61, 61, 61, 61, 61, 213, 61,
  1686. 61, 61, 61, -197
  1687. },
  1688. {
  1689. 9, -198, -198, -198, -198, -198, -198, 57, -198, -198,
  1690. -198, -198, -198, 61, 61, 61, -198, -198, -198, -198,
  1691. -198, 61, 61, 61, 61, 61, 214, 61, 61, 61,
  1692. 61, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  1693. 61, 61, 61, -198
  1694. },
  1695. {
  1696. 9, -199, -199, -199, -199, -199, -199, 57, -199, -199,
  1697. -199, -199, -199, 215, 61, 61, -199, -199, -199, -199,
  1698. -199, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  1699. 61, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  1700. 61, 61, 61, -199
  1701. },
  1702. {
  1703. 9, -200, -200, -200, -200, -200, -200, 57, -200, -200,
  1704. -200, -200, -200, 61, 61, 61, -200, -200, -200, -200,
  1705. -200, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  1706. 61, 61, 61, 216, 61, 61, 61, 61, 61, 61,
  1707. 61, 61, 61, -200
  1708. },
  1709. {
  1710. 9, -201, -201, -201, -201, -201, -201, 57, -201, -201,
  1711. -201, -201, -201, 61, 61, 61, -201, -201, -201, -201,
  1712. -201, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  1713. 61, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  1714. 61, 61, 61, -201
  1715. },
  1716. {
  1717. 9, -202, -202, -202, -202, -202, -202, 57, -202, -202,
  1718. -202, -202, -202, 61, 61, 61, -202, -202, -202, -202,
  1719. -202, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  1720. 61, 217, 61, 61, 61, 61, 61, 61, 61, 61,
  1721. 61, 61, 61, -202
  1722. },
  1723. {
  1724. 9, -203, -203, -203, -203, -203, -203, 57, -203, -203,
  1725. -203, -203, -203, 61, 61, 61, -203, -203, -203, -203,
  1726. -203, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  1727. 61, 61, 61, 61, 61, 61, 61, 218, 61, 61,
  1728. 61, 61, 61, -203
  1729. },
  1730. {
  1731. 9, -204, -204, -204, -204, -204, -204, 57, -204, -204,
  1732. -204, -204, -204, 61, 61, 61, -204, -204, -204, -204,
  1733. -204, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  1734. 61, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  1735. 61, 61, 61, -204
  1736. },
  1737. {
  1738. 9, -205, -205, -205, -205, -205, -205, 57, -205, -205,
  1739. -205, -205, -205, 61, 61, 61, -205, -205, -205, -205,
  1740. -205, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  1741. 219, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  1742. 61, 61, 61, -205
  1743. },
  1744. {
  1745. 9, -206, -206, -206, -206, -206, -206, 57, -206, -206,
  1746. -206, -206, -206, 61, 61, 61, -206, -206, -206, -206,
  1747. -206, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  1748. 61, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  1749. 61, 61, 61, -206
  1750. },
  1751. {
  1752. 9, -207, -207, -207, -207, -207, -207, 57, -207, -207,
  1753. -207, -207, -207, 61, 61, 61, -207, -207, -207, -207,
  1754. -207, 61, 61, 61, 220, 61, 61, 61, 61, 61,
  1755. 61, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  1756. 61, 61, 61, -207
  1757. },
  1758. {
  1759. 9, -208, -208, -208, -208, -208, -208, 57, -208, -208,
  1760. -208, -208, -208, 61, 61, 61, -208, -208, -208, -208,
  1761. -208, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  1762. 61, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  1763. 61, 61, 61, -208
  1764. },
  1765. {
  1766. 9, -209, -209, -209, -209, -209, -209, 57, -209, -209,
  1767. -209, -209, -209, 61, 61, 61, -209, -209, -209, -209,
  1768. -209, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  1769. 61, 61, 61, 61, 61, 61, 61, 61, 61, 221,
  1770. 61, 61, 61, -209
  1771. },
  1772. {
  1773. 9, -210, -210, -210, -210, -210, -210, 57, -210, -210,
  1774. -210, -210, -210, 61, 61, 61, -210, -210, -210, -210,
  1775. -210, 61, 61, 61, 61, 61, 61, 222, 61, 61,
  1776. 61, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  1777. 61, 61, 61, -210
  1778. },
  1779. {
  1780. 9, -211, -211, -211, -211, -211, -211, 57, -211, -211,
  1781. -211, -211, -211, 61, 61, 61, -211, -211, -211, -211,
  1782. -211, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  1783. 61, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  1784. 61, 61, 61, -211
  1785. },
  1786. {
  1787. 9, -212, -212, -212, -212, -212, -212, 57, -212, -212,
  1788. -212, -212, -212, 61, 61, 61, -212, -212, -212, -212,
  1789. -212, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  1790. 61, 223, 61, 61, 61, 61, 61, 61, 61, 61,
  1791. 61, 61, 61, -212
  1792. },
  1793. {
  1794. 9, -213, -213, -213, -213, -213, -213, 57, -213, -213,
  1795. -213, -213, -213, 61, 61, 61, -213, -213, -213, -213,
  1796. -213, 61, 61, 61, 61, 61, 224, 61, 61, 61,
  1797. 61, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  1798. 61, 61, 61, -213
  1799. },
  1800. {
  1801. 9, -214, -214, -214, -214, -214, -214, 57, -214, -214,
  1802. -214, -214, -214, 61, 61, 61, -214, -214, -214, -214,
  1803. -214, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  1804. 61, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  1805. 61, 61, 61, -214
  1806. },
  1807. {
  1808. 9, -215, -215, -215, -215, -215, -215, 57, -215, -215,
  1809. -215, -215, -215, 225, 61, 61, -215, -215, -215, -215,
  1810. -215, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  1811. 61, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  1812. 61, 61, 61, -215
  1813. },
  1814. {
  1815. 9, -216, -216, -216, -216, -216, -216, 57, -216, -216,
  1816. -216, -216, -216, 61, 61, 61, -216, -216, -216, -216,
  1817. -216, 61, 61, 61, 61, 61, 61, 226, 61, 61,
  1818. 61, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  1819. 61, 61, 61, -216
  1820. },
  1821. {
  1822. 9, -217, -217, -217, -217, -217, -217, 57, -217, -217,
  1823. -217, -217, -217, 61, 61, 61, -217, -217, -217, -217,
  1824. -217, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  1825. 61, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  1826. 61, 61, 61, -217
  1827. },
  1828. {
  1829. 9, -218, -218, -218, -218, -218, -218, 57, -218, -218,
  1830. -218, -218, -218, 61, 61, 61, -218, -218, -218, -218,
  1831. -218, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  1832. 61, 61, 61, 61, 61, 61, 61, 61, 227, 61,
  1833. 61, 61, 61, -218
  1834. },
  1835. {
  1836. 9, -219, -219, -219, -219, -219, -219, 57, -219, -219,
  1837. -219, -219, -219, 61, 61, 61, -219, -219, -219, -219,
  1838. -219, 61, 61, 61, 61, 61, 61, 61, 228, 61,
  1839. 61, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  1840. 61, 61, 61, -219
  1841. },
  1842. {
  1843. 9, -220, -220, -220, -220, -220, -220, 57, -220, -220,
  1844. -220, -220, -220, 61, 61, 61, -220, -220, -220, -220,
  1845. -220, 61, 61, 61, 61, 61, 229, 61, 61, 61,
  1846. 61, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  1847. 61, 61, 61, -220
  1848. },
  1849. {
  1850. 9, -221, -221, -221, -221, -221, -221, 57, -221, -221,
  1851. -221, -221, -221, 61, 61, 61, -221, -221, -221, -221,
  1852. -221, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  1853. 61, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  1854. 61, 61, 61, -221
  1855. },
  1856. {
  1857. 9, -222, -222, -222, -222, -222, -222, 57, -222, -222,
  1858. -222, -222, -222, 61, 61, 61, -222, -222, -222, -222,
  1859. -222, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  1860. 230, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  1861. 61, 61, 61, -222
  1862. },
  1863. {
  1864. 9, -223, -223, -223, -223, -223, -223, 57, -223, -223,
  1865. -223, -223, -223, 61, 61, 61, -223, -223, -223, -223,
  1866. -223, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  1867. 61, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  1868. 61, 61, 61, -223
  1869. },
  1870. {
  1871. 9, -224, -224, -224, -224, -224, -224, 57, -224, -224,
  1872. -224, -224, -224, 61, 61, 61, -224, -224, -224, -224,
  1873. -224, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  1874. 61, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  1875. 61, 61, 61, -224
  1876. },
  1877. {
  1878. 9, -225, -225, -225, -225, -225, -225, 57, -225, -225,
  1879. -225, -225, -225, 137, 61, 61, -225, -225, -225, -225,
  1880. -225, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  1881. 61, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  1882. 61, 61, 61, -225
  1883. },
  1884. {
  1885. 9, -226, -226, -226, -226, -226, -226, 57, -226, -226,
  1886. -226, -226, -226, 61, 61, 61, -226, -226, -226, -226,
  1887. -226, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  1888. 231, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  1889. 61, 61, 61, -226
  1890. },
  1891. {
  1892. 9, -227, -227, -227, -227, -227, -227, 57, -227, -227,
  1893. -227, -227, -227, 61, 61, 61, -227, -227, -227, -227,
  1894. -227, 61, 232, 61, 61, 61, 61, 61, 61, 61,
  1895. 61, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  1896. 61, 61, 61, -227
  1897. },
  1898. {
  1899. 9, -228, -228, -228, -228, -228, -228, 57, -228, -228,
  1900. -228, -228, -228, 61, 61, 61, -228, -228, -228, -228,
  1901. -228, 233, 61, 61, 61, 61, 61, 61, 61, 61,
  1902. 61, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  1903. 61, 61, 61, -228
  1904. },
  1905. {
  1906. 9, -229, -229, -229, -229, -229, -229, 57, -229, -229,
  1907. -229, -229, -229, 61, 61, 61, -229, -229, -229, -229,
  1908. -229, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  1909. 61, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  1910. 61, 61, 61, -229
  1911. },
  1912. {
  1913. 9, -230, -230, -230, -230, -230, -230, 57, -230, -230,
  1914. -230, -230, -230, 61, 61, 61, -230, -230, -230, -230,
  1915. -230, 61, 61, 61, 61, 61, 61, 61, 234, 61,
  1916. 61, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  1917. 61, 61, 61, -230
  1918. },
  1919. {
  1920. 9, -231, -231, -231, -231, -231, -231, 57, -231, -231,
  1921. -231, -231, -231, 61, 61, 61, -231, -231, -231, -231,
  1922. -231, 61, 61, 61, 61, 61, 61, 61, 235, 61,
  1923. 61, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  1924. 61, 61, 61, -231
  1925. },
  1926. {
  1927. 9, -232, -232, -232, -232, -232, -232, 57, -232, -232,
  1928. -232, -232, -232, 61, 61, 61, -232, -232, -232, -232,
  1929. -232, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  1930. 61, 61, 61, 61, 61, 61, 61, 61, 236, 61,
  1931. 61, 61, 61, -232
  1932. },
  1933. {
  1934. 9, -233, -233, -233, -233, -233, -233, 57, -233, -233,
  1935. -233, -233, -233, 61, 61, 61, -233, -233, -233, -233,
  1936. -233, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  1937. 61, 237, 61, 61, 61, 61, 61, 61, 61, 61,
  1938. 61, 61, 61, -233
  1939. },
  1940. {
  1941. 9, -234, -234, -234, -234, -234, -234, 57, -234, -234,
  1942. -234, -234, -234, 61, 61, 61, -234, -234, -234, -234,
  1943. -234, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  1944. 61, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  1945. 61, 61, 61, -234
  1946. },
  1947. {
  1948. 9, -235, -235, -235, -235, -235, -235, 57, -235, -235,
  1949. -235, -235, -235, 61, 61, 61, -235, -235, -235, -235,
  1950. -235, 238, 61, 61, 61, 61, 61, 61, 61, 61,
  1951. 61, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  1952. 61, 61, 61, -235
  1953. },
  1954. {
  1955. 9, -236, -236, -236, -236, -236, -236, 57, -236, -236,
  1956. -236, -236, -236, 61, 61, 61, -236, -236, -236, -236,
  1957. -236, 61, 61, 61, 61, 61, 239, 61, 61, 61,
  1958. 61, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  1959. 61, 61, 61, -236
  1960. },
  1961. {
  1962. 9, -237, -237, -237, -237, -237, -237, 57, -237, -237,
  1963. -237, -237, -237, 61, 61, 61, -237, -237, -237, -237,
  1964. -237, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  1965. 240, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  1966. 61, 61, 61, -237
  1967. },
  1968. {
  1969. 9, -238, -238, -238, -238, -238, -238, 57, -238, -238,
  1970. -238, -238, -238, 61, 61, 61, -238, -238, -238, -238,
  1971. -238, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  1972. 61, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  1973. 61, 61, 241, -238
  1974. },
  1975. {
  1976. 9, -239, -239, -239, -239, -239, -239, 57, -239, -239,
  1977. -239, -239, -239, 61, 61, 61, -239, -239, -239, -239,
  1978. -239, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  1979. 61, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  1980. 61, 61, 61, -239
  1981. },
  1982. {
  1983. 9, -240, -240, -240, -240, -240, -240, 57, -240, -240,
  1984. -240, -240, -240, 61, 61, 61, -240, -240, -240, -240,
  1985. -240, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  1986. 61, 61, 61, 61, 61, 61, 61, 242, 61, 61,
  1987. 61, 61, 61, -240
  1988. },
  1989. {
  1990. 9, -241, -241, -241, -241, -241, -241, 57, -241, -241,
  1991. -241, -241, -241, 61, 61, 61, -241, -241, -241, -241,
  1992. -241, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  1993. 61, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  1994. 61, 61, 61, -241
  1995. },
  1996. {
  1997. 9, -242, -242, -242, -242, -242, -242, 57, -242, -242,
  1998. -242, -242, -242, 61, 61, 61, -242, -242, -242, -242,
  1999. -242, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  2000. 61, 61, 61, 61, 61, 61, 61, 61, 243, 61,
  2001. 61, 61, 61, -242
  2002. },
  2003. {
  2004. 9, -243, -243, -243, -243, -243, -243, 57, -243, -243,
  2005. -243, -243, -243, 61, 61, 61, -243, -243, -243, -243,
  2006. -243, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  2007. 61, 61, 61, 61, 61, 61, 61, 61, 61, 61,
  2008. 61, 61, 61, -243
  2009. },
  2010. } ;
  2011. static yy_state_type yy_get_previous_state ( void );
  2012. static yy_state_type yy_try_NUL_trans ( yy_state_type current_state );
  2013. static int yy_get_next_buffer ( void );
  2014. static void yynoreturn yy_fatal_error ( const char* msg );
  2015. /* Done after the current pattern has been matched and before the
  2016. * corresponding action - sets up yytext.
  2017. */
  2018. #define YY_DO_BEFORE_ACTION \
  2019. (yytext_ptr) = yy_bp; \
  2020. yyleng = (int) (yy_cp - yy_bp); \
  2021. (yy_hold_char) = *yy_cp; \
  2022. *yy_cp = '\0'; \
  2023. (yy_c_buf_p) = yy_cp;
  2024. #define YY_NUM_RULES 67
  2025. #define YY_END_OF_BUFFER 68
  2026. /* This struct is not used in this scanner,
  2027. but its presence is necessary. */
  2028. struct yy_trans_info
  2029. {
  2030. flex_int32_t yy_verify;
  2031. flex_int32_t yy_nxt;
  2032. };
  2033. static const flex_int16_t yy_accept[244] =
  2034. { 0,
  2035. 2, 2, 0, 0, 0, 0, 0, 0, 68, 54,
  2036. 2, 4, 46, 51, 1, 53, 54, 47, 48, 54,
  2037. 52, 52, 54, 42, 40, 44, 54, 52, 52, 52,
  2038. 52, 52, 52, 52, 52, 52, 52, 52, 52, 52,
  2039. 52, 54, 55, 57, 56, 66, 63, 65, 59, 62,
  2040. 61, 58, 60, 2, 41, 1, 53, 39, 50, 52,
  2041. 52, 49, 43, 45, 3, 52, 52, 52, 52, 52,
  2042. 52, 52, 20, 52, 52, 52, 52, 52, 27, 52,
  2043. 52, 52, 52, 52, 52, 52, 52, 52, 38, 55,
  2044. 55, 66, 63, 65, 64, 59, 58, 60, 52, 52,
  2045. 52, 52, 52, 52, 52, 52, 52, 52, 19, 52,
  2046. 22, 52, 52, 52, 52, 52, 52, 52, 52, 52,
  2047. 52, 52, 52, 52, 52, 6, 52, 52, 52, 52,
  2048. 52, 52, 52, 52, 52, 52, 18, 52, 52, 24,
  2049. 52, 52, 52, 52, 52, 52, 52, 52, 52, 52,
  2050. 52, 52, 52, 52, 52, 52, 52, 52, 52, 52,
  2051. 52, 16, 52, 21, 52, 52, 52, 52, 52, 31,
  2052. 32, 52, 52, 52, 52, 52, 52, 52, 7, 52,
  2053. 9, 52, 52, 52, 52, 52, 52, 52, 52, 52,
  2054. 52, 28, 30, 33, 34, 35, 52, 52, 52, 52,
  2055. 8, 52, 52, 12, 52, 14, 52, 17, 52, 52,
  2056. 26, 52, 52, 37, 52, 52, 10, 52, 52, 52,
  2057. 23, 52, 29, 36, 52, 52, 52, 52, 15, 52,
  2058. 52, 52, 52, 25, 52, 52, 52, 52, 11, 52,
  2059. 5, 52, 13
  2060. } ;
  2061. static const YY_CHAR yy_ec[256] =
  2062. { 0,
  2063. 1, 1, 1, 1, 1, 1, 1, 1, 2, 3,
  2064. 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
  2065. 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
  2066. 1, 2, 4, 5, 6, 7, 1, 8, 9, 10,
  2067. 11, 1, 12, 1, 13, 14, 14, 15, 15, 15,
  2068. 15, 15, 15, 15, 15, 15, 15, 16, 1, 17,
  2069. 18, 19, 1, 1, 15, 15, 15, 15, 15, 15,
  2070. 15, 15, 15, 15, 15, 15, 15, 15, 15, 15,
  2071. 15, 15, 15, 15, 15, 15, 15, 15, 15, 15,
  2072. 1, 20, 1, 1, 21, 1, 22, 23, 24, 25,
  2073. 26, 27, 28, 29, 30, 15, 15, 31, 32, 33,
  2074. 34, 35, 15, 36, 37, 38, 39, 40, 15, 41,
  2075. 42, 15, 1, 43, 1, 1, 1, 1, 1, 1,
  2076. 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
  2077. 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
  2078. 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
  2079. 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
  2080. 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
  2081. 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
  2082. 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
  2083. 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
  2084. 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
  2085. 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
  2086. 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
  2087. 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
  2088. 1, 1, 1, 1, 1
  2089. } ;
  2090. /* Table of booleans, true if rule could match eol. */
  2091. static const flex_int32_t yy_rule_can_match_eol[68] =
  2092. { 0,
  2093. 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
  2094. 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
  2095. 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0,
  2096. 0, 0, 1, 0, 1, 1, 0, 0, };
  2097. extern int yy_flex_debug;
  2098. int yy_flex_debug = 0;
  2099. /* The intent behind this definition is that it'll catch
  2100. * any uses of REJECT which flex missed.
  2101. */
  2102. #define REJECT reject_used_but_not_detected
  2103. #define yymore() yymore_used_but_not_detected
  2104. #define YY_MORE_ADJ 0
  2105. #define YY_RESTORE_YY_MORE_OFFSET
  2106. char *yytext;
  2107. /* SPDX-License-Identifier: GPL-2.0-only */
  2108. /*
  2109. * Copyright (C) 2002 Roman Zippel <[email protected]>
  2110. */
  2111. #include <assert.h>
  2112. #include <limits.h>
  2113. #include <stdio.h>
  2114. #include <stdlib.h>
  2115. #include <string.h>
  2116. #include <unistd.h>
  2117. #include <glob.h>
  2118. #include <libgen.h>
  2119. #include "lkc.h"
  2120. #include "parser.tab.h"
  2121. #define YY_DECL static int yylex1(void)
  2122. #define START_STRSIZE 16
  2123. static struct {
  2124. struct file *file;
  2125. int lineno;
  2126. } current_pos;
  2127. static int prev_prev_token = T_EOL;
  2128. static int prev_token = T_EOL;
  2129. static char *text;
  2130. static int text_size, text_asize;
  2131. struct buffer {
  2132. struct buffer *parent;
  2133. YY_BUFFER_STATE state;
  2134. };
  2135. struct buffer *current_buf;
  2136. static int last_ts, first_ts;
  2137. static char *expand_token(const char *in, size_t n);
  2138. static void append_expanded_string(const char *in);
  2139. static void zconf_endhelp(void);
  2140. static void zconf_endfile(void);
  2141. static void new_string(void)
  2142. {
  2143. text = xmalloc(START_STRSIZE);
  2144. text_asize = START_STRSIZE;
  2145. text_size = 0;
  2146. *text = 0;
  2147. }
  2148. static void append_string(const char *str, int size)
  2149. {
  2150. int new_size = text_size + size + 1;
  2151. if (new_size > text_asize) {
  2152. new_size += START_STRSIZE - 1;
  2153. new_size &= -START_STRSIZE;
  2154. text = xrealloc(text, new_size);
  2155. text_asize = new_size;
  2156. }
  2157. memcpy(text + text_size, str, size);
  2158. text_size += size;
  2159. text[text_size] = 0;
  2160. }
  2161. static void alloc_string(const char *str, int size)
  2162. {
  2163. text = xmalloc(size + 1);
  2164. memcpy(text, str, size);
  2165. text[size] = 0;
  2166. }
  2167. static void warn_ignored_character(char chr)
  2168. {
  2169. fprintf(stderr,
  2170. "%s:%d:warning: ignoring unsupported character '%c'\n",
  2171. current_file->name, yylineno, chr);
  2172. }
  2173. #define INITIAL 0
  2174. #define ASSIGN_VAL 1
  2175. #define HELP 2
  2176. #define STRING 3
  2177. #ifndef YY_NO_UNISTD_H
  2178. /* Special case for "unistd.h", since it is non-ANSI. We include it way
  2179. * down here because we want the user's section 1 to have been scanned first.
  2180. * The user has a chance to override it with an option.
  2181. */
  2182. #include <unistd.h>
  2183. #endif
  2184. #ifndef YY_EXTRA_TYPE
  2185. #define YY_EXTRA_TYPE void *
  2186. #endif
  2187. static int yy_init_globals ( void );
  2188. /* Accessor methods to globals.
  2189. These are made visible to non-reentrant scanners for convenience. */
  2190. int yylex_destroy ( void );
  2191. int yyget_debug ( void );
  2192. void yyset_debug ( int debug_flag );
  2193. YY_EXTRA_TYPE yyget_extra ( void );
  2194. void yyset_extra ( YY_EXTRA_TYPE user_defined );
  2195. FILE *yyget_in ( void );
  2196. void yyset_in ( FILE * _in_str );
  2197. FILE *yyget_out ( void );
  2198. void yyset_out ( FILE * _out_str );
  2199. int yyget_leng ( void );
  2200. char *yyget_text ( void );
  2201. int yyget_lineno ( void );
  2202. void yyset_lineno ( int _line_number );
  2203. /* Macros after this point can all be overridden by user definitions in
  2204. * section 1.
  2205. */
  2206. #ifndef YY_SKIP_YYWRAP
  2207. #ifdef __cplusplus
  2208. extern "C" int yywrap ( void );
  2209. #else
  2210. extern int yywrap ( void );
  2211. #endif
  2212. #endif
  2213. #ifndef YY_NO_UNPUT
  2214. static void yyunput ( int c, char *buf_ptr );
  2215. #endif
  2216. #ifndef yytext_ptr
  2217. static void yy_flex_strncpy ( char *, const char *, int );
  2218. #endif
  2219. #ifdef YY_NEED_STRLEN
  2220. static int yy_flex_strlen ( const char * );
  2221. #endif
  2222. #ifndef YY_NO_INPUT
  2223. #ifdef __cplusplus
  2224. static int yyinput ( void );
  2225. #else
  2226. static int input ( void );
  2227. #endif
  2228. #endif
  2229. /* Amount of stuff to slurp up with each read. */
  2230. #ifndef YY_READ_BUF_SIZE
  2231. #ifdef __ia64__
  2232. /* On IA-64, the buffer size is 16k, not 8k */
  2233. #define YY_READ_BUF_SIZE 16384
  2234. #else
  2235. #define YY_READ_BUF_SIZE 8192
  2236. #endif /* __ia64__ */
  2237. #endif
  2238. /* Copy whatever the last rule matched to the standard output. */
  2239. #ifndef ECHO
  2240. /* This used to be an fputs(), but since the string might contain NUL's,
  2241. * we now use fwrite().
  2242. */
  2243. #define ECHO do { if (fwrite( yytext, (size_t) yyleng, 1, yyout )) {} } while (0)
  2244. #endif
  2245. /* Gets input and stuffs it into "buf". number of characters read, or YY_NULL,
  2246. * is returned in "result".
  2247. */
  2248. #ifndef YY_INPUT
  2249. #define YY_INPUT(buf,result,max_size) \
  2250. errno=0; \
  2251. while ( (result = (int) read( fileno(yyin), buf, (yy_size_t) max_size )) < 0 ) \
  2252. { \
  2253. if( errno != EINTR) \
  2254. { \
  2255. YY_FATAL_ERROR( "input in flex scanner failed" ); \
  2256. break; \
  2257. } \
  2258. errno=0; \
  2259. clearerr(yyin); \
  2260. }\
  2261. \
  2262. #endif
  2263. /* No semi-colon after return; correct usage is to write "yyterminate();" -
  2264. * we don't want an extra ';' after the "return" because that will cause
  2265. * some compilers to complain about unreachable statements.
  2266. */
  2267. #ifndef yyterminate
  2268. #define yyterminate() return YY_NULL
  2269. #endif
  2270. /* Number of entries by which start-condition stack grows. */
  2271. #ifndef YY_START_STACK_INCR
  2272. #define YY_START_STACK_INCR 25
  2273. #endif
  2274. /* Report a fatal error. */
  2275. #ifndef YY_FATAL_ERROR
  2276. #define YY_FATAL_ERROR(msg) yy_fatal_error( msg )
  2277. #endif
  2278. /* end tables serialization structures and prototypes */
  2279. /* Default declaration of generated scanner - a define so the user can
  2280. * easily add parameters.
  2281. */
  2282. #ifndef YY_DECL
  2283. #define YY_DECL_IS_OURS 1
  2284. extern int yylex (void);
  2285. #define YY_DECL int yylex (void)
  2286. #endif /* !YY_DECL */
  2287. /* Code executed at the beginning of each rule, after yytext and yyleng
  2288. * have been set up.
  2289. */
  2290. #ifndef YY_USER_ACTION
  2291. #define YY_USER_ACTION
  2292. #endif
  2293. /* Code executed at the end of each rule. */
  2294. #ifndef YY_BREAK
  2295. #define YY_BREAK /*LINTED*/break;
  2296. #endif
  2297. #define YY_RULE_SETUP \
  2298. YY_USER_ACTION
  2299. /** The main scanner function which does all the work.
  2300. */
  2301. YY_DECL
  2302. {
  2303. yy_state_type yy_current_state;
  2304. char *yy_cp, *yy_bp;
  2305. int yy_act;
  2306. if ( !(yy_init) )
  2307. {
  2308. (yy_init) = 1;
  2309. #ifdef YY_USER_INIT
  2310. YY_USER_INIT;
  2311. #endif
  2312. if ( ! (yy_start) )
  2313. (yy_start) = 1; /* first start state */
  2314. if ( ! yyin )
  2315. yyin = stdin;
  2316. if ( ! yyout )
  2317. yyout = stdout;
  2318. if ( ! YY_CURRENT_BUFFER ) {
  2319. yyensure_buffer_stack ();
  2320. YY_CURRENT_BUFFER_LVALUE =
  2321. yy_create_buffer( yyin, YY_BUF_SIZE );
  2322. }
  2323. yy_load_buffer_state( );
  2324. }
  2325. {
  2326. int str = 0;
  2327. int ts, i;
  2328. while ( /*CONSTCOND*/1 ) /* loops until end-of-file is reached */
  2329. {
  2330. yy_cp = (yy_c_buf_p);
  2331. /* Support of yytext. */
  2332. *yy_cp = (yy_hold_char);
  2333. /* yy_bp points to the position in yy_ch_buf of the start of
  2334. * the current run.
  2335. */
  2336. yy_bp = yy_cp;
  2337. yy_current_state = (yy_start);
  2338. yy_match:
  2339. while ( (yy_current_state = yy_nxt[yy_current_state][ yy_ec[YY_SC_TO_UI(*yy_cp)] ]) > 0 )
  2340. ++yy_cp;
  2341. yy_current_state = -yy_current_state;
  2342. yy_find_action:
  2343. yy_act = yy_accept[yy_current_state];
  2344. YY_DO_BEFORE_ACTION;
  2345. if ( yy_act != YY_END_OF_BUFFER && yy_rule_can_match_eol[yy_act] )
  2346. {
  2347. int yyl;
  2348. for ( yyl = 0; yyl < yyleng; ++yyl )
  2349. if ( yytext[yyl] == '\n' )
  2350. yylineno++;
  2351. ;
  2352. }
  2353. do_action: /* This label is used only to access EOF actions. */
  2354. switch ( yy_act )
  2355. { /* beginning of action switch */
  2356. case 1:
  2357. YY_RULE_SETUP
  2358. /* ignore comment */
  2359. YY_BREAK
  2360. case 2:
  2361. YY_RULE_SETUP
  2362. /* whitespaces */
  2363. YY_BREAK
  2364. case 3:
  2365. /* rule 3 can match eol */
  2366. YY_RULE_SETUP
  2367. /* escaped new line */
  2368. YY_BREAK
  2369. case 4:
  2370. /* rule 4 can match eol */
  2371. YY_RULE_SETUP
  2372. return T_EOL;
  2373. YY_BREAK
  2374. case 5:
  2375. YY_RULE_SETUP
  2376. return T_ALLNOCONFIG_Y;
  2377. YY_BREAK
  2378. case 6:
  2379. YY_RULE_SETUP
  2380. return T_BOOL;
  2381. YY_BREAK
  2382. case 7:
  2383. YY_RULE_SETUP
  2384. return T_CHOICE;
  2385. YY_BREAK
  2386. case 8:
  2387. YY_RULE_SETUP
  2388. return T_COMMENT;
  2389. YY_BREAK
  2390. case 9:
  2391. YY_RULE_SETUP
  2392. return T_CONFIG;
  2393. YY_BREAK
  2394. case 10:
  2395. YY_RULE_SETUP
  2396. return T_DEF_BOOL;
  2397. YY_BREAK
  2398. case 11:
  2399. YY_RULE_SETUP
  2400. return T_DEF_TRISTATE;
  2401. YY_BREAK
  2402. case 12:
  2403. YY_RULE_SETUP
  2404. return T_DEFAULT;
  2405. YY_BREAK
  2406. case 13:
  2407. YY_RULE_SETUP
  2408. return T_DEFCONFIG_LIST;
  2409. YY_BREAK
  2410. case 14:
  2411. YY_RULE_SETUP
  2412. return T_DEPENDS;
  2413. YY_BREAK
  2414. case 15:
  2415. YY_RULE_SETUP
  2416. return T_ENDCHOICE;
  2417. YY_BREAK
  2418. case 16:
  2419. YY_RULE_SETUP
  2420. return T_ENDIF;
  2421. YY_BREAK
  2422. case 17:
  2423. YY_RULE_SETUP
  2424. return T_ENDMENU;
  2425. YY_BREAK
  2426. case 18:
  2427. YY_RULE_SETUP
  2428. return T_HELP;
  2429. YY_BREAK
  2430. case 19:
  2431. YY_RULE_SETUP
  2432. return T_HEX;
  2433. YY_BREAK
  2434. case 20:
  2435. YY_RULE_SETUP
  2436. return T_IF;
  2437. YY_BREAK
  2438. case 21:
  2439. YY_RULE_SETUP
  2440. return T_IMPLY;
  2441. YY_BREAK
  2442. case 22:
  2443. YY_RULE_SETUP
  2444. return T_INT;
  2445. YY_BREAK
  2446. case 23:
  2447. YY_RULE_SETUP
  2448. return T_MAINMENU;
  2449. YY_BREAK
  2450. case 24:
  2451. YY_RULE_SETUP
  2452. return T_MENU;
  2453. YY_BREAK
  2454. case 25:
  2455. YY_RULE_SETUP
  2456. return T_MENUCONFIG;
  2457. YY_BREAK
  2458. case 26:
  2459. YY_RULE_SETUP
  2460. return T_MODULES;
  2461. YY_BREAK
  2462. case 27:
  2463. YY_RULE_SETUP
  2464. return T_ON;
  2465. YY_BREAK
  2466. case 28:
  2467. YY_RULE_SETUP
  2468. return T_OPTION;
  2469. YY_BREAK
  2470. case 29:
  2471. YY_RULE_SETUP
  2472. return T_OPTIONAL;
  2473. YY_BREAK
  2474. case 30:
  2475. YY_RULE_SETUP
  2476. return T_PROMPT;
  2477. YY_BREAK
  2478. case 31:
  2479. YY_RULE_SETUP
  2480. return T_RANGE;
  2481. YY_BREAK
  2482. case 32:
  2483. YY_RULE_SETUP
  2484. return T_RESET;
  2485. YY_BREAK
  2486. case 33:
  2487. YY_RULE_SETUP
  2488. return T_SELECT;
  2489. YY_BREAK
  2490. case 34:
  2491. YY_RULE_SETUP
  2492. return T_SOURCE;
  2493. YY_BREAK
  2494. case 35:
  2495. YY_RULE_SETUP
  2496. return T_STRING;
  2497. YY_BREAK
  2498. case 36:
  2499. YY_RULE_SETUP
  2500. return T_TRISTATE;
  2501. YY_BREAK
  2502. case 37:
  2503. YY_RULE_SETUP
  2504. return T_VISIBLE;
  2505. YY_BREAK
  2506. case 38:
  2507. YY_RULE_SETUP
  2508. return T_OR;
  2509. YY_BREAK
  2510. case 39:
  2511. YY_RULE_SETUP
  2512. return T_AND;
  2513. YY_BREAK
  2514. case 40:
  2515. YY_RULE_SETUP
  2516. return T_EQUAL;
  2517. YY_BREAK
  2518. case 41:
  2519. YY_RULE_SETUP
  2520. return T_UNEQUAL;
  2521. YY_BREAK
  2522. case 42:
  2523. YY_RULE_SETUP
  2524. return T_LESS;
  2525. YY_BREAK
  2526. case 43:
  2527. YY_RULE_SETUP
  2528. return T_LESS_EQUAL;
  2529. YY_BREAK
  2530. case 44:
  2531. YY_RULE_SETUP
  2532. return T_GREATER;
  2533. YY_BREAK
  2534. case 45:
  2535. YY_RULE_SETUP
  2536. return T_GREATER_EQUAL;
  2537. YY_BREAK
  2538. case 46:
  2539. YY_RULE_SETUP
  2540. return T_NOT;
  2541. YY_BREAK
  2542. case 47:
  2543. YY_RULE_SETUP
  2544. return T_OPEN_PAREN;
  2545. YY_BREAK
  2546. case 48:
  2547. YY_RULE_SETUP
  2548. return T_CLOSE_PAREN;
  2549. YY_BREAK
  2550. case 49:
  2551. YY_RULE_SETUP
  2552. return T_COLON_EQUAL;
  2553. YY_BREAK
  2554. case 50:
  2555. YY_RULE_SETUP
  2556. return T_PLUS_EQUAL;
  2557. YY_BREAK
  2558. case 51:
  2559. YY_RULE_SETUP
  2560. {
  2561. str = yytext[0];
  2562. new_string();
  2563. BEGIN(STRING);
  2564. }
  2565. YY_BREAK
  2566. case 52:
  2567. YY_RULE_SETUP
  2568. {
  2569. alloc_string(yytext, yyleng);
  2570. yylval.string = text;
  2571. return T_WORD;
  2572. }
  2573. YY_BREAK
  2574. case 53:
  2575. YY_RULE_SETUP
  2576. {
  2577. /* this token includes at least one '$' */
  2578. yylval.string = expand_token(yytext, yyleng);
  2579. if (strlen(yylval.string))
  2580. return T_WORD;
  2581. free(yylval.string);
  2582. }
  2583. YY_BREAK
  2584. case 54:
  2585. YY_RULE_SETUP
  2586. warn_ignored_character(*yytext);
  2587. YY_BREAK
  2588. case 55:
  2589. YY_RULE_SETUP
  2590. {
  2591. alloc_string(yytext, yyleng);
  2592. yylval.string = text;
  2593. return T_ASSIGN_VAL;
  2594. }
  2595. YY_BREAK
  2596. case 56:
  2597. /* rule 56 can match eol */
  2598. YY_RULE_SETUP
  2599. { BEGIN(INITIAL); return T_EOL; }
  2600. YY_BREAK
  2601. case 57:
  2602. YY_RULE_SETUP
  2603. YY_BREAK
  2604. case 58:
  2605. YY_RULE_SETUP
  2606. append_expanded_string(yytext);
  2607. YY_BREAK
  2608. case 59:
  2609. YY_RULE_SETUP
  2610. {
  2611. append_string(yytext, yyleng);
  2612. }
  2613. YY_BREAK
  2614. case 60:
  2615. YY_RULE_SETUP
  2616. {
  2617. append_string(yytext + 1, yyleng - 1);
  2618. }
  2619. YY_BREAK
  2620. case 61:
  2621. YY_RULE_SETUP
  2622. {
  2623. if (str == yytext[0]) {
  2624. BEGIN(INITIAL);
  2625. yylval.string = text;
  2626. return T_WORD_QUOTE;
  2627. } else
  2628. append_string(yytext, 1);
  2629. }
  2630. YY_BREAK
  2631. case 62:
  2632. /* rule 62 can match eol */
  2633. YY_RULE_SETUP
  2634. {
  2635. fprintf(stderr,
  2636. "%s:%d:warning: multi-line strings not supported\n",
  2637. zconf_curname(), zconf_lineno());
  2638. unput('\n');
  2639. BEGIN(INITIAL);
  2640. yylval.string = text;
  2641. return T_WORD_QUOTE;
  2642. }
  2643. YY_BREAK
  2644. case YY_STATE_EOF(STRING):
  2645. {
  2646. BEGIN(INITIAL);
  2647. yylval.string = text;
  2648. return T_WORD_QUOTE;
  2649. }
  2650. YY_BREAK
  2651. case 63:
  2652. YY_RULE_SETUP
  2653. {
  2654. ts = 0;
  2655. for (i = 0; i < yyleng; i++) {
  2656. if (yytext[i] == '\t')
  2657. ts = (ts & ~7) + 8;
  2658. else
  2659. ts++;
  2660. }
  2661. last_ts = ts;
  2662. if (first_ts) {
  2663. if (ts < first_ts) {
  2664. zconf_endhelp();
  2665. return T_HELPTEXT;
  2666. }
  2667. ts -= first_ts;
  2668. while (ts > 8) {
  2669. append_string(" ", 8);
  2670. ts -= 8;
  2671. }
  2672. append_string(" ", ts);
  2673. }
  2674. }
  2675. YY_BREAK
  2676. case 64:
  2677. /* rule 64 can match eol */
  2678. *yy_cp = (yy_hold_char); /* undo effects of setting up yytext */
  2679. YY_LINENO_REWIND_TO(yy_cp - 1);
  2680. (yy_c_buf_p) = yy_cp -= 1;
  2681. YY_DO_BEFORE_ACTION; /* set up yytext again */
  2682. YY_RULE_SETUP
  2683. {
  2684. zconf_endhelp();
  2685. return T_HELPTEXT;
  2686. }
  2687. YY_BREAK
  2688. case 65:
  2689. /* rule 65 can match eol */
  2690. YY_RULE_SETUP
  2691. {
  2692. append_string("\n", 1);
  2693. }
  2694. YY_BREAK
  2695. case 66:
  2696. YY_RULE_SETUP
  2697. {
  2698. while (yyleng) {
  2699. if ((yytext[yyleng-1] != ' ') && (yytext[yyleng-1] != '\t'))
  2700. break;
  2701. yyleng--;
  2702. }
  2703. append_string(yytext, yyleng);
  2704. if (!first_ts)
  2705. first_ts = last_ts;
  2706. }
  2707. YY_BREAK
  2708. case YY_STATE_EOF(HELP):
  2709. {
  2710. zconf_endhelp();
  2711. return T_HELPTEXT;
  2712. }
  2713. YY_BREAK
  2714. case YY_STATE_EOF(INITIAL):
  2715. case YY_STATE_EOF(ASSIGN_VAL):
  2716. {
  2717. BEGIN(INITIAL);
  2718. if (prev_token != T_EOL && prev_token != T_HELPTEXT)
  2719. fprintf(stderr, "%s:%d:warning: no new line at end of file\n",
  2720. current_file->name, yylineno);
  2721. if (current_file) {
  2722. zconf_endfile();
  2723. return T_EOL;
  2724. }
  2725. fclose(yyin);
  2726. yyterminate();
  2727. }
  2728. YY_BREAK
  2729. case 67:
  2730. YY_RULE_SETUP
  2731. YY_FATAL_ERROR( "flex scanner jammed" );
  2732. YY_BREAK
  2733. case YY_END_OF_BUFFER:
  2734. {
  2735. /* Amount of text matched not including the EOB char. */
  2736. int yy_amount_of_matched_text = (int) (yy_cp - (yytext_ptr)) - 1;
  2737. /* Undo the effects of YY_DO_BEFORE_ACTION. */
  2738. *yy_cp = (yy_hold_char);
  2739. YY_RESTORE_YY_MORE_OFFSET
  2740. if ( YY_CURRENT_BUFFER_LVALUE->yy_buffer_status == YY_BUFFER_NEW )
  2741. {
  2742. /* We're scanning a new file or input source. It's
  2743. * possible that this happened because the user
  2744. * just pointed yyin at a new source and called
  2745. * yylex(). If so, then we have to assure
  2746. * consistency between YY_CURRENT_BUFFER and our
  2747. * globals. Here is the right place to do so, because
  2748. * this is the first action (other than possibly a
  2749. * back-up) that will match for the new input source.
  2750. */
  2751. (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_n_chars;
  2752. YY_CURRENT_BUFFER_LVALUE->yy_input_file = yyin;
  2753. YY_CURRENT_BUFFER_LVALUE->yy_buffer_status = YY_BUFFER_NORMAL;
  2754. }
  2755. /* Note that here we test for yy_c_buf_p "<=" to the position
  2756. * of the first EOB in the buffer, since yy_c_buf_p will
  2757. * already have been incremented past the NUL character
  2758. * (since all states make transitions on EOB to the
  2759. * end-of-buffer state). Contrast this with the test
  2760. * in input().
  2761. */
  2762. if ( (yy_c_buf_p) <= &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] )
  2763. { /* This was really a NUL. */
  2764. yy_state_type yy_next_state;
  2765. (yy_c_buf_p) = (yytext_ptr) + yy_amount_of_matched_text;
  2766. yy_current_state = yy_get_previous_state( );
  2767. /* Okay, we're now positioned to make the NUL
  2768. * transition. We couldn't have
  2769. * yy_get_previous_state() go ahead and do it
  2770. * for us because it doesn't know how to deal
  2771. * with the possibility of jamming (and we don't
  2772. * want to build jamming into it because then it
  2773. * will run more slowly).
  2774. */
  2775. yy_next_state = yy_try_NUL_trans( yy_current_state );
  2776. yy_bp = (yytext_ptr) + YY_MORE_ADJ;
  2777. if ( yy_next_state )
  2778. {
  2779. /* Consume the NUL. */
  2780. yy_cp = ++(yy_c_buf_p);
  2781. yy_current_state = yy_next_state;
  2782. goto yy_match;
  2783. }
  2784. else
  2785. {
  2786. yy_cp = (yy_c_buf_p);
  2787. goto yy_find_action;
  2788. }
  2789. }
  2790. else switch ( yy_get_next_buffer( ) )
  2791. {
  2792. case EOB_ACT_END_OF_FILE:
  2793. {
  2794. (yy_did_buffer_switch_on_eof) = 0;
  2795. if ( yywrap( ) )
  2796. {
  2797. /* Note: because we've taken care in
  2798. * yy_get_next_buffer() to have set up
  2799. * yytext, we can now set up
  2800. * yy_c_buf_p so that if some total
  2801. * hoser (like flex itself) wants to
  2802. * call the scanner after we return the
  2803. * YY_NULL, it'll still work - another
  2804. * YY_NULL will get returned.
  2805. */
  2806. (yy_c_buf_p) = (yytext_ptr) + YY_MORE_ADJ;
  2807. yy_act = YY_STATE_EOF(YY_START);
  2808. goto do_action;
  2809. }
  2810. else
  2811. {
  2812. if ( ! (yy_did_buffer_switch_on_eof) )
  2813. YY_NEW_FILE;
  2814. }
  2815. break;
  2816. }
  2817. case EOB_ACT_CONTINUE_SCAN:
  2818. (yy_c_buf_p) =
  2819. (yytext_ptr) + yy_amount_of_matched_text;
  2820. yy_current_state = yy_get_previous_state( );
  2821. yy_cp = (yy_c_buf_p);
  2822. yy_bp = (yytext_ptr) + YY_MORE_ADJ;
  2823. goto yy_match;
  2824. case EOB_ACT_LAST_MATCH:
  2825. (yy_c_buf_p) =
  2826. &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)];
  2827. yy_current_state = yy_get_previous_state( );
  2828. yy_cp = (yy_c_buf_p);
  2829. yy_bp = (yytext_ptr) + YY_MORE_ADJ;
  2830. goto yy_find_action;
  2831. }
  2832. break;
  2833. }
  2834. default:
  2835. YY_FATAL_ERROR(
  2836. "fatal flex scanner internal error--no action found" );
  2837. } /* end of action switch */
  2838. } /* end of scanning one token */
  2839. } /* end of user's declarations */
  2840. } /* end of yylex */
  2841. /* yy_get_next_buffer - try to read in a new buffer
  2842. *
  2843. * Returns a code representing an action:
  2844. * EOB_ACT_LAST_MATCH -
  2845. * EOB_ACT_CONTINUE_SCAN - continue scanning from current position
  2846. * EOB_ACT_END_OF_FILE - end of file
  2847. */
  2848. static int yy_get_next_buffer (void)
  2849. {
  2850. char *dest = YY_CURRENT_BUFFER_LVALUE->yy_ch_buf;
  2851. char *source = (yytext_ptr);
  2852. int number_to_move, i;
  2853. int ret_val;
  2854. if ( (yy_c_buf_p) > &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars) + 1] )
  2855. YY_FATAL_ERROR(
  2856. "fatal flex scanner internal error--end of buffer missed" );
  2857. if ( YY_CURRENT_BUFFER_LVALUE->yy_fill_buffer == 0 )
  2858. { /* Don't try to fill the buffer, so this is an EOF. */
  2859. if ( (yy_c_buf_p) - (yytext_ptr) - YY_MORE_ADJ == 1 )
  2860. {
  2861. /* We matched a single character, the EOB, so
  2862. * treat this as a final EOF.
  2863. */
  2864. return EOB_ACT_END_OF_FILE;
  2865. }
  2866. else
  2867. {
  2868. /* We matched some text prior to the EOB, first
  2869. * process it.
  2870. */
  2871. return EOB_ACT_LAST_MATCH;
  2872. }
  2873. }
  2874. /* Try to read more data. */
  2875. /* First move last chars to start of buffer. */
  2876. number_to_move = (int) ((yy_c_buf_p) - (yytext_ptr) - 1);
  2877. for ( i = 0; i < number_to_move; ++i )
  2878. *(dest++) = *(source++);
  2879. if ( YY_CURRENT_BUFFER_LVALUE->yy_buffer_status == YY_BUFFER_EOF_PENDING )
  2880. /* don't do the read, it's not guaranteed to return an EOF,
  2881. * just force an EOF
  2882. */
  2883. YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars) = 0;
  2884. else
  2885. {
  2886. int num_to_read =
  2887. YY_CURRENT_BUFFER_LVALUE->yy_buf_size - number_to_move - 1;
  2888. while ( num_to_read <= 0 )
  2889. { /* Not enough room in the buffer - grow it. */
  2890. /* just a shorter name for the current buffer */
  2891. YY_BUFFER_STATE b = YY_CURRENT_BUFFER_LVALUE;
  2892. int yy_c_buf_p_offset =
  2893. (int) ((yy_c_buf_p) - b->yy_ch_buf);
  2894. if ( b->yy_is_our_buffer )
  2895. {
  2896. int new_size = b->yy_buf_size * 2;
  2897. if ( new_size <= 0 )
  2898. b->yy_buf_size += b->yy_buf_size / 8;
  2899. else
  2900. b->yy_buf_size *= 2;
  2901. b->yy_ch_buf = (char *)
  2902. /* Include room in for 2 EOB chars. */
  2903. yyrealloc( (void *) b->yy_ch_buf,
  2904. (yy_size_t) (b->yy_buf_size + 2) );
  2905. }
  2906. else
  2907. /* Can't grow it, we don't own it. */
  2908. b->yy_ch_buf = NULL;
  2909. if ( ! b->yy_ch_buf )
  2910. YY_FATAL_ERROR(
  2911. "fatal error - scanner input buffer overflow" );
  2912. (yy_c_buf_p) = &b->yy_ch_buf[yy_c_buf_p_offset];
  2913. num_to_read = YY_CURRENT_BUFFER_LVALUE->yy_buf_size -
  2914. number_to_move - 1;
  2915. }
  2916. if ( num_to_read > YY_READ_BUF_SIZE )
  2917. num_to_read = YY_READ_BUF_SIZE;
  2918. /* Read in more data. */
  2919. YY_INPUT( (&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]),
  2920. (yy_n_chars), num_to_read );
  2921. YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars);
  2922. }
  2923. if ( (yy_n_chars) == 0 )
  2924. {
  2925. if ( number_to_move == YY_MORE_ADJ )
  2926. {
  2927. ret_val = EOB_ACT_END_OF_FILE;
  2928. yyrestart( yyin );
  2929. }
  2930. else
  2931. {
  2932. ret_val = EOB_ACT_LAST_MATCH;
  2933. YY_CURRENT_BUFFER_LVALUE->yy_buffer_status =
  2934. YY_BUFFER_EOF_PENDING;
  2935. }
  2936. }
  2937. else
  2938. ret_val = EOB_ACT_CONTINUE_SCAN;
  2939. if (((yy_n_chars) + number_to_move) > YY_CURRENT_BUFFER_LVALUE->yy_buf_size) {
  2940. /* Extend the array by 50%, plus the number we really need. */
  2941. int new_size = (yy_n_chars) + number_to_move + ((yy_n_chars) >> 1);
  2942. YY_CURRENT_BUFFER_LVALUE->yy_ch_buf = (char *) yyrealloc(
  2943. (void *) YY_CURRENT_BUFFER_LVALUE->yy_ch_buf, (yy_size_t) new_size );
  2944. if ( ! YY_CURRENT_BUFFER_LVALUE->yy_ch_buf )
  2945. YY_FATAL_ERROR( "out of dynamic memory in yy_get_next_buffer()" );
  2946. /* "- 2" to take care of EOB's */
  2947. YY_CURRENT_BUFFER_LVALUE->yy_buf_size = (int) (new_size - 2);
  2948. }
  2949. (yy_n_chars) += number_to_move;
  2950. YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] = YY_END_OF_BUFFER_CHAR;
  2951. YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars) + 1] = YY_END_OF_BUFFER_CHAR;
  2952. (yytext_ptr) = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[0];
  2953. return ret_val;
  2954. }
  2955. /* yy_get_previous_state - get the state just before the EOB char was reached */
  2956. static yy_state_type yy_get_previous_state (void)
  2957. {
  2958. yy_state_type yy_current_state;
  2959. char *yy_cp;
  2960. yy_current_state = (yy_start);
  2961. for ( yy_cp = (yytext_ptr) + YY_MORE_ADJ; yy_cp < (yy_c_buf_p); ++yy_cp )
  2962. {
  2963. yy_current_state = yy_nxt[yy_current_state][(*yy_cp ? yy_ec[YY_SC_TO_UI(*yy_cp)] : 1)];
  2964. }
  2965. return yy_current_state;
  2966. }
  2967. /* yy_try_NUL_trans - try to make a transition on the NUL character
  2968. *
  2969. * synopsis
  2970. * next_state = yy_try_NUL_trans( current_state );
  2971. */
  2972. static yy_state_type yy_try_NUL_trans (yy_state_type yy_current_state )
  2973. {
  2974. int yy_is_jam;
  2975. yy_current_state = yy_nxt[yy_current_state][1];
  2976. yy_is_jam = (yy_current_state <= 0);
  2977. return yy_is_jam ? 0 : yy_current_state;
  2978. }
  2979. #ifndef YY_NO_UNPUT
  2980. static void yyunput (int c, char * yy_bp )
  2981. {
  2982. char *yy_cp;
  2983. yy_cp = (yy_c_buf_p);
  2984. /* undo effects of setting up yytext */
  2985. *yy_cp = (yy_hold_char);
  2986. if ( yy_cp < YY_CURRENT_BUFFER_LVALUE->yy_ch_buf + 2 )
  2987. { /* need to shift things up to make room */
  2988. /* +2 for EOB chars. */
  2989. int number_to_move = (yy_n_chars) + 2;
  2990. char *dest = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[
  2991. YY_CURRENT_BUFFER_LVALUE->yy_buf_size + 2];
  2992. char *source =
  2993. &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move];
  2994. while ( source > YY_CURRENT_BUFFER_LVALUE->yy_ch_buf )
  2995. *--dest = *--source;
  2996. yy_cp += (int) (dest - source);
  2997. yy_bp += (int) (dest - source);
  2998. YY_CURRENT_BUFFER_LVALUE->yy_n_chars =
  2999. (yy_n_chars) = (int) YY_CURRENT_BUFFER_LVALUE->yy_buf_size;
  3000. if ( yy_cp < YY_CURRENT_BUFFER_LVALUE->yy_ch_buf + 2 )
  3001. YY_FATAL_ERROR( "flex scanner push-back overflow" );
  3002. }
  3003. *--yy_cp = (char) c;
  3004. if ( c == '\n' ){
  3005. --yylineno;
  3006. }
  3007. (yytext_ptr) = yy_bp;
  3008. (yy_hold_char) = *yy_cp;
  3009. (yy_c_buf_p) = yy_cp;
  3010. }
  3011. #endif
  3012. #ifndef YY_NO_INPUT
  3013. #ifdef __cplusplus
  3014. static int yyinput (void)
  3015. #else
  3016. static int input (void)
  3017. #endif
  3018. {
  3019. int c;
  3020. *(yy_c_buf_p) = (yy_hold_char);
  3021. if ( *(yy_c_buf_p) == YY_END_OF_BUFFER_CHAR )
  3022. {
  3023. /* yy_c_buf_p now points to the character we want to return.
  3024. * If this occurs *before* the EOB characters, then it's a
  3025. * valid NUL; if not, then we've hit the end of the buffer.
  3026. */
  3027. if ( (yy_c_buf_p) < &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] )
  3028. /* This was really a NUL. */
  3029. *(yy_c_buf_p) = '\0';
  3030. else
  3031. { /* need more input */
  3032. int offset = (int) ((yy_c_buf_p) - (yytext_ptr));
  3033. ++(yy_c_buf_p);
  3034. switch ( yy_get_next_buffer( ) )
  3035. {
  3036. case EOB_ACT_LAST_MATCH:
  3037. /* This happens because yy_g_n_b()
  3038. * sees that we've accumulated a
  3039. * token and flags that we need to
  3040. * try matching the token before
  3041. * proceeding. But for input(),
  3042. * there's no matching to consider.
  3043. * So convert the EOB_ACT_LAST_MATCH
  3044. * to EOB_ACT_END_OF_FILE.
  3045. */
  3046. /* Reset buffer status. */
  3047. yyrestart( yyin );
  3048. /*FALLTHROUGH*/
  3049. case EOB_ACT_END_OF_FILE:
  3050. {
  3051. if ( yywrap( ) )
  3052. return 0;
  3053. if ( ! (yy_did_buffer_switch_on_eof) )
  3054. YY_NEW_FILE;
  3055. #ifdef __cplusplus
  3056. return yyinput();
  3057. #else
  3058. return input();
  3059. #endif
  3060. }
  3061. case EOB_ACT_CONTINUE_SCAN:
  3062. (yy_c_buf_p) = (yytext_ptr) + offset;
  3063. break;
  3064. }
  3065. }
  3066. }
  3067. c = *(unsigned char *) (yy_c_buf_p); /* cast for 8-bit char's */
  3068. *(yy_c_buf_p) = '\0'; /* preserve yytext */
  3069. (yy_hold_char) = *++(yy_c_buf_p);
  3070. if ( c == '\n' )
  3071. yylineno++;
  3072. ;
  3073. return c;
  3074. }
  3075. #endif /* ifndef YY_NO_INPUT */
  3076. /** Immediately switch to a different input stream.
  3077. * @param input_file A readable stream.
  3078. *
  3079. * @note This function does not reset the start condition to @c INITIAL .
  3080. */
  3081. void yyrestart (FILE * input_file )
  3082. {
  3083. if ( ! YY_CURRENT_BUFFER ){
  3084. yyensure_buffer_stack ();
  3085. YY_CURRENT_BUFFER_LVALUE =
  3086. yy_create_buffer( yyin, YY_BUF_SIZE );
  3087. }
  3088. yy_init_buffer( YY_CURRENT_BUFFER, input_file );
  3089. yy_load_buffer_state( );
  3090. }
  3091. /** Switch to a different input buffer.
  3092. * @param new_buffer The new input buffer.
  3093. *
  3094. */
  3095. void yy_switch_to_buffer (YY_BUFFER_STATE new_buffer )
  3096. {
  3097. /* TODO. We should be able to replace this entire function body
  3098. * with
  3099. * yypop_buffer_state();
  3100. * yypush_buffer_state(new_buffer);
  3101. */
  3102. yyensure_buffer_stack ();
  3103. if ( YY_CURRENT_BUFFER == new_buffer )
  3104. return;
  3105. if ( YY_CURRENT_BUFFER )
  3106. {
  3107. /* Flush out information for old buffer. */
  3108. *(yy_c_buf_p) = (yy_hold_char);
  3109. YY_CURRENT_BUFFER_LVALUE->yy_buf_pos = (yy_c_buf_p);
  3110. YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars);
  3111. }
  3112. YY_CURRENT_BUFFER_LVALUE = new_buffer;
  3113. yy_load_buffer_state( );
  3114. /* We don't actually know whether we did this switch during
  3115. * EOF (yywrap()) processing, but the only time this flag
  3116. * is looked at is after yywrap() is called, so it's safe
  3117. * to go ahead and always set it.
  3118. */
  3119. (yy_did_buffer_switch_on_eof) = 1;
  3120. }
  3121. static void yy_load_buffer_state (void)
  3122. {
  3123. (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_n_chars;
  3124. (yytext_ptr) = (yy_c_buf_p) = YY_CURRENT_BUFFER_LVALUE->yy_buf_pos;
  3125. yyin = YY_CURRENT_BUFFER_LVALUE->yy_input_file;
  3126. (yy_hold_char) = *(yy_c_buf_p);
  3127. }
  3128. /** Allocate and initialize an input buffer state.
  3129. * @param file A readable stream.
  3130. * @param size The character buffer size in bytes. When in doubt, use @c YY_BUF_SIZE.
  3131. *
  3132. * @return the allocated buffer state.
  3133. */
  3134. YY_BUFFER_STATE yy_create_buffer (FILE * file, int size )
  3135. {
  3136. YY_BUFFER_STATE b;
  3137. b = (YY_BUFFER_STATE) yyalloc( sizeof( struct yy_buffer_state ) );
  3138. if ( ! b )
  3139. YY_FATAL_ERROR( "out of dynamic memory in yy_create_buffer()" );
  3140. b->yy_buf_size = size;
  3141. /* yy_ch_buf has to be 2 characters longer than the size given because
  3142. * we need to put in 2 end-of-buffer characters.
  3143. */
  3144. b->yy_ch_buf = (char *) yyalloc( (yy_size_t) (b->yy_buf_size + 2) );
  3145. if ( ! b->yy_ch_buf )
  3146. YY_FATAL_ERROR( "out of dynamic memory in yy_create_buffer()" );
  3147. b->yy_is_our_buffer = 1;
  3148. yy_init_buffer( b, file );
  3149. return b;
  3150. }
  3151. /** Destroy the buffer.
  3152. * @param b a buffer created with yy_create_buffer()
  3153. *
  3154. */
  3155. void yy_delete_buffer (YY_BUFFER_STATE b )
  3156. {
  3157. if ( ! b )
  3158. return;
  3159. if ( b == YY_CURRENT_BUFFER ) /* Not sure if we should pop here. */
  3160. YY_CURRENT_BUFFER_LVALUE = (YY_BUFFER_STATE) 0;
  3161. if ( b->yy_is_our_buffer )
  3162. yyfree( (void *) b->yy_ch_buf );
  3163. yyfree( (void *) b );
  3164. }
  3165. /* Initializes or reinitializes a buffer.
  3166. * This function is sometimes called more than once on the same buffer,
  3167. * such as during a yyrestart() or at EOF.
  3168. */
  3169. static void yy_init_buffer (YY_BUFFER_STATE b, FILE * file )
  3170. {
  3171. int oerrno = errno;
  3172. yy_flush_buffer( b );
  3173. b->yy_input_file = file;
  3174. b->yy_fill_buffer = 1;
  3175. /* If b is the current buffer, then yy_init_buffer was _probably_
  3176. * called from yyrestart() or through yy_get_next_buffer.
  3177. * In that case, we don't want to reset the lineno or column.
  3178. */
  3179. if (b != YY_CURRENT_BUFFER){
  3180. b->yy_bs_lineno = 1;
  3181. b->yy_bs_column = 0;
  3182. }
  3183. b->yy_is_interactive = 0;
  3184. errno = oerrno;
  3185. }
  3186. /** Discard all buffered characters. On the next scan, YY_INPUT will be called.
  3187. * @param b the buffer state to be flushed, usually @c YY_CURRENT_BUFFER.
  3188. *
  3189. */
  3190. void yy_flush_buffer (YY_BUFFER_STATE b )
  3191. {
  3192. if ( ! b )
  3193. return;
  3194. b->yy_n_chars = 0;
  3195. /* We always need two end-of-buffer characters. The first causes
  3196. * a transition to the end-of-buffer state. The second causes
  3197. * a jam in that state.
  3198. */
  3199. b->yy_ch_buf[0] = YY_END_OF_BUFFER_CHAR;
  3200. b->yy_ch_buf[1] = YY_END_OF_BUFFER_CHAR;
  3201. b->yy_buf_pos = &b->yy_ch_buf[0];
  3202. b->yy_at_bol = 1;
  3203. b->yy_buffer_status = YY_BUFFER_NEW;
  3204. if ( b == YY_CURRENT_BUFFER )
  3205. yy_load_buffer_state( );
  3206. }
  3207. /** Pushes the new state onto the stack. The new state becomes
  3208. * the current state. This function will allocate the stack
  3209. * if necessary.
  3210. * @param new_buffer The new state.
  3211. *
  3212. */
  3213. void yypush_buffer_state (YY_BUFFER_STATE new_buffer )
  3214. {
  3215. if (new_buffer == NULL)
  3216. return;
  3217. yyensure_buffer_stack();
  3218. /* This block is copied from yy_switch_to_buffer. */
  3219. if ( YY_CURRENT_BUFFER )
  3220. {
  3221. /* Flush out information for old buffer. */
  3222. *(yy_c_buf_p) = (yy_hold_char);
  3223. YY_CURRENT_BUFFER_LVALUE->yy_buf_pos = (yy_c_buf_p);
  3224. YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars);
  3225. }
  3226. /* Only push if top exists. Otherwise, replace top. */
  3227. if (YY_CURRENT_BUFFER)
  3228. (yy_buffer_stack_top)++;
  3229. YY_CURRENT_BUFFER_LVALUE = new_buffer;
  3230. /* copied from yy_switch_to_buffer. */
  3231. yy_load_buffer_state( );
  3232. (yy_did_buffer_switch_on_eof) = 1;
  3233. }
  3234. /** Removes and deletes the top of the stack, if present.
  3235. * The next element becomes the new top.
  3236. *
  3237. */
  3238. void yypop_buffer_state (void)
  3239. {
  3240. if (!YY_CURRENT_BUFFER)
  3241. return;
  3242. yy_delete_buffer(YY_CURRENT_BUFFER );
  3243. YY_CURRENT_BUFFER_LVALUE = NULL;
  3244. if ((yy_buffer_stack_top) > 0)
  3245. --(yy_buffer_stack_top);
  3246. if (YY_CURRENT_BUFFER) {
  3247. yy_load_buffer_state( );
  3248. (yy_did_buffer_switch_on_eof) = 1;
  3249. }
  3250. }
  3251. /* Allocates the stack if it does not exist.
  3252. * Guarantees space for at least one push.
  3253. */
  3254. static void yyensure_buffer_stack (void)
  3255. {
  3256. yy_size_t num_to_alloc;
  3257. if (!(yy_buffer_stack)) {
  3258. /* First allocation is just for 2 elements, since we don't know if this
  3259. * scanner will even need a stack. We use 2 instead of 1 to avoid an
  3260. * immediate realloc on the next call.
  3261. */
  3262. num_to_alloc = 1; /* After all that talk, this was set to 1 anyways... */
  3263. (yy_buffer_stack) = (struct yy_buffer_state**)yyalloc
  3264. (num_to_alloc * sizeof(struct yy_buffer_state*)
  3265. );
  3266. if ( ! (yy_buffer_stack) )
  3267. YY_FATAL_ERROR( "out of dynamic memory in yyensure_buffer_stack()" );
  3268. memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*));
  3269. (yy_buffer_stack_max) = num_to_alloc;
  3270. (yy_buffer_stack_top) = 0;
  3271. return;
  3272. }
  3273. if ((yy_buffer_stack_top) >= ((yy_buffer_stack_max)) - 1){
  3274. /* Increase the buffer to prepare for a possible push. */
  3275. yy_size_t grow_size = 8 /* arbitrary grow size */;
  3276. num_to_alloc = (yy_buffer_stack_max) + grow_size;
  3277. (yy_buffer_stack) = (struct yy_buffer_state**)yyrealloc
  3278. ((yy_buffer_stack),
  3279. num_to_alloc * sizeof(struct yy_buffer_state*)
  3280. );
  3281. if ( ! (yy_buffer_stack) )
  3282. YY_FATAL_ERROR( "out of dynamic memory in yyensure_buffer_stack()" );
  3283. /* zero only the new slots.*/
  3284. memset((yy_buffer_stack) + (yy_buffer_stack_max), 0, grow_size * sizeof(struct yy_buffer_state*));
  3285. (yy_buffer_stack_max) = num_to_alloc;
  3286. }
  3287. }
  3288. /** Setup the input buffer state to scan directly from a user-specified character buffer.
  3289. * @param base the character buffer
  3290. * @param size the size in bytes of the character buffer
  3291. *
  3292. * @return the newly allocated buffer state object.
  3293. */
  3294. YY_BUFFER_STATE yy_scan_buffer (char * base, yy_size_t size )
  3295. {
  3296. YY_BUFFER_STATE b;
  3297. if ( size < 2 ||
  3298. base[size-2] != YY_END_OF_BUFFER_CHAR ||
  3299. base[size-1] != YY_END_OF_BUFFER_CHAR )
  3300. /* They forgot to leave room for the EOB's. */
  3301. return NULL;
  3302. b = (YY_BUFFER_STATE) yyalloc( sizeof( struct yy_buffer_state ) );
  3303. if ( ! b )
  3304. YY_FATAL_ERROR( "out of dynamic memory in yy_scan_buffer()" );
  3305. b->yy_buf_size = (int) (size - 2); /* "- 2" to take care of EOB's */
  3306. b->yy_buf_pos = b->yy_ch_buf = base;
  3307. b->yy_is_our_buffer = 0;
  3308. b->yy_input_file = NULL;
  3309. b->yy_n_chars = b->yy_buf_size;
  3310. b->yy_is_interactive = 0;
  3311. b->yy_at_bol = 1;
  3312. b->yy_fill_buffer = 0;
  3313. b->yy_buffer_status = YY_BUFFER_NEW;
  3314. yy_switch_to_buffer( b );
  3315. return b;
  3316. }
  3317. /** Setup the input buffer state to scan a string. The next call to yylex() will
  3318. * scan from a @e copy of @a str.
  3319. * @param yystr a NUL-terminated string to scan
  3320. *
  3321. * @return the newly allocated buffer state object.
  3322. * @note If you want to scan bytes that may contain NUL values, then use
  3323. * yy_scan_bytes() instead.
  3324. */
  3325. YY_BUFFER_STATE yy_scan_string (const char * yystr )
  3326. {
  3327. return yy_scan_bytes( yystr, (int) strlen(yystr) );
  3328. }
  3329. /** Setup the input buffer state to scan the given bytes. The next call to yylex() will
  3330. * scan from a @e copy of @a bytes.
  3331. * @param yybytes the byte buffer to scan
  3332. * @param _yybytes_len the number of bytes in the buffer pointed to by @a bytes.
  3333. *
  3334. * @return the newly allocated buffer state object.
  3335. */
  3336. YY_BUFFER_STATE yy_scan_bytes (const char * yybytes, int _yybytes_len )
  3337. {
  3338. YY_BUFFER_STATE b;
  3339. char *buf;
  3340. yy_size_t n;
  3341. int i;
  3342. /* Get memory for full buffer, including space for trailing EOB's. */
  3343. n = (yy_size_t) (_yybytes_len + 2);
  3344. buf = (char *) yyalloc( n );
  3345. if ( ! buf )
  3346. YY_FATAL_ERROR( "out of dynamic memory in yy_scan_bytes()" );
  3347. for ( i = 0; i < _yybytes_len; ++i )
  3348. buf[i] = yybytes[i];
  3349. buf[_yybytes_len] = buf[_yybytes_len+1] = YY_END_OF_BUFFER_CHAR;
  3350. b = yy_scan_buffer( buf, n );
  3351. if ( ! b )
  3352. YY_FATAL_ERROR( "bad buffer in yy_scan_bytes()" );
  3353. /* It's okay to grow etc. this buffer, and we should throw it
  3354. * away when we're done.
  3355. */
  3356. b->yy_is_our_buffer = 1;
  3357. return b;
  3358. }
  3359. #ifndef YY_EXIT_FAILURE
  3360. #define YY_EXIT_FAILURE 2
  3361. #endif
  3362. static void yynoreturn yy_fatal_error (const char* msg )
  3363. {
  3364. fprintf( stderr, "%s\n", msg );
  3365. exit( YY_EXIT_FAILURE );
  3366. }
  3367. /* Redefine yyless() so it works in section 3 code. */
  3368. #undef yyless
  3369. #define yyless(n) \
  3370. do \
  3371. { \
  3372. /* Undo effects of setting up yytext. */ \
  3373. int yyless_macro_arg = (n); \
  3374. YY_LESS_LINENO(yyless_macro_arg);\
  3375. yytext[yyleng] = (yy_hold_char); \
  3376. (yy_c_buf_p) = yytext + yyless_macro_arg; \
  3377. (yy_hold_char) = *(yy_c_buf_p); \
  3378. *(yy_c_buf_p) = '\0'; \
  3379. yyleng = yyless_macro_arg; \
  3380. } \
  3381. while ( 0 )
  3382. /* Accessor methods (get/set functions) to struct members. */
  3383. /** Get the current line number.
  3384. *
  3385. */
  3386. int yyget_lineno (void)
  3387. {
  3388. return yylineno;
  3389. }
  3390. /** Get the input stream.
  3391. *
  3392. */
  3393. FILE *yyget_in (void)
  3394. {
  3395. return yyin;
  3396. }
  3397. /** Get the output stream.
  3398. *
  3399. */
  3400. FILE *yyget_out (void)
  3401. {
  3402. return yyout;
  3403. }
  3404. /** Get the length of the current token.
  3405. *
  3406. */
  3407. int yyget_leng (void)
  3408. {
  3409. return yyleng;
  3410. }
  3411. /** Get the current token.
  3412. *
  3413. */
  3414. char *yyget_text (void)
  3415. {
  3416. return yytext;
  3417. }
  3418. /** Set the current line number.
  3419. * @param _line_number line number
  3420. *
  3421. */
  3422. void yyset_lineno (int _line_number )
  3423. {
  3424. yylineno = _line_number;
  3425. }
  3426. /** Set the input stream. This does not discard the current
  3427. * input buffer.
  3428. * @param _in_str A readable stream.
  3429. *
  3430. * @see yy_switch_to_buffer
  3431. */
  3432. void yyset_in (FILE * _in_str )
  3433. {
  3434. yyin = _in_str ;
  3435. }
  3436. void yyset_out (FILE * _out_str )
  3437. {
  3438. yyout = _out_str ;
  3439. }
  3440. int yyget_debug (void)
  3441. {
  3442. return yy_flex_debug;
  3443. }
  3444. void yyset_debug (int _bdebug )
  3445. {
  3446. yy_flex_debug = _bdebug ;
  3447. }
  3448. static int yy_init_globals (void)
  3449. {
  3450. /* Initialization is the same as for the non-reentrant scanner.
  3451. * This function is called from yylex_destroy(), so don't allocate here.
  3452. */
  3453. /* We do not touch yylineno unless the option is enabled. */
  3454. yylineno = 1;
  3455. (yy_buffer_stack) = NULL;
  3456. (yy_buffer_stack_top) = 0;
  3457. (yy_buffer_stack_max) = 0;
  3458. (yy_c_buf_p) = NULL;
  3459. (yy_init) = 0;
  3460. (yy_start) = 0;
  3461. /* Defined in main.c */
  3462. #ifdef YY_STDINIT
  3463. yyin = stdin;
  3464. yyout = stdout;
  3465. #else
  3466. yyin = NULL;
  3467. yyout = NULL;
  3468. #endif
  3469. /* For future reference: Set errno on error, since we are called by
  3470. * yylex_init()
  3471. */
  3472. return 0;
  3473. }
  3474. /* yylex_destroy is for both reentrant and non-reentrant scanners. */
  3475. int yylex_destroy (void)
  3476. {
  3477. /* Pop the buffer stack, destroying each element. */
  3478. while(YY_CURRENT_BUFFER){
  3479. yy_delete_buffer( YY_CURRENT_BUFFER );
  3480. YY_CURRENT_BUFFER_LVALUE = NULL;
  3481. yypop_buffer_state();
  3482. }
  3483. /* Destroy the stack itself. */
  3484. yyfree((yy_buffer_stack) );
  3485. (yy_buffer_stack) = NULL;
  3486. /* Reset the globals. This is important in a non-reentrant scanner so the next time
  3487. * yylex() is called, initialization will occur. */
  3488. yy_init_globals( );
  3489. return 0;
  3490. }
  3491. /*
  3492. * Internal utility routines.
  3493. */
  3494. #ifndef yytext_ptr
  3495. static void yy_flex_strncpy (char* s1, const char * s2, int n )
  3496. {
  3497. int i;
  3498. for ( i = 0; i < n; ++i )
  3499. s1[i] = s2[i];
  3500. }
  3501. #endif
  3502. #ifdef YY_NEED_STRLEN
  3503. static int yy_flex_strlen (const char * s )
  3504. {
  3505. int n;
  3506. for ( n = 0; s[n]; ++n )
  3507. ;
  3508. return n;
  3509. }
  3510. #endif
  3511. void *yyalloc (yy_size_t size )
  3512. {
  3513. return malloc(size);
  3514. }
  3515. void *yyrealloc (void * ptr, yy_size_t size )
  3516. {
  3517. /* The cast to (char *) in the following accommodates both
  3518. * implementations that use char* generic pointers, and those
  3519. * that use void* generic pointers. It works with the latter
  3520. * because both ANSI C and C++ allow castless assignment from
  3521. * any pointer type to void*, and deal with argument conversions
  3522. * as though doing an assignment.
  3523. */
  3524. return realloc(ptr, size);
  3525. }
  3526. void yyfree (void * ptr )
  3527. {
  3528. free( (char *) ptr ); /* see yyrealloc() for (char *) cast */
  3529. }
  3530. #define YYTABLES_NAME "yytables"
  3531. /* second stage lexer */
  3532. int yylex(void)
  3533. {
  3534. int token;
  3535. repeat:
  3536. token = yylex1();
  3537. if (prev_token == T_EOL || prev_token == T_HELPTEXT) {
  3538. if (token == T_EOL) {
  3539. /* Do not pass unneeded T_EOL to the parser. */
  3540. goto repeat;
  3541. } else {
  3542. /*
  3543. * For the parser, update file/lineno at the first token
  3544. * of each statement. Generally, \n is a statement
  3545. * terminator in Kconfig, but it is not always true
  3546. * because \n could be escaped by a backslash.
  3547. */
  3548. current_pos.file = current_file;
  3549. current_pos.lineno = yylineno;
  3550. }
  3551. }
  3552. if (prev_prev_token == T_EOL && prev_token == T_WORD &&
  3553. (token == T_EQUAL || token == T_COLON_EQUAL || token == T_PLUS_EQUAL))
  3554. BEGIN(ASSIGN_VAL);
  3555. prev_prev_token = prev_token;
  3556. prev_token = token;
  3557. return token;
  3558. }
  3559. static char *expand_token(const char *in, size_t n)
  3560. {
  3561. char *out;
  3562. int c;
  3563. char c2;
  3564. const char *rest, *end;
  3565. new_string();
  3566. append_string(in, n);
  3567. /* get the whole line because we do not know the end of token. */
  3568. while ((c = input()) != EOF) {
  3569. if (c == '\n') {
  3570. unput(c);
  3571. break;
  3572. }
  3573. c2 = c;
  3574. append_string(&c2, 1);
  3575. }
  3576. rest = text;
  3577. out = expand_one_token(&rest);
  3578. /* push back unused characters to the input stream */
  3579. end = rest + strlen(rest);
  3580. while (end > rest)
  3581. unput(*--end);
  3582. free(text);
  3583. return out;
  3584. }
  3585. static void append_expanded_string(const char *str)
  3586. {
  3587. const char *end;
  3588. char *res;
  3589. str++;
  3590. res = expand_dollar(&str);
  3591. /* push back unused characters to the input stream */
  3592. end = str + strlen(str);
  3593. while (end > str)
  3594. unput(*--end);
  3595. append_string(res, strlen(res));
  3596. free(res);
  3597. }
  3598. void zconf_starthelp(void)
  3599. {
  3600. new_string();
  3601. last_ts = first_ts = 0;
  3602. BEGIN(HELP);
  3603. }
  3604. static void zconf_endhelp(void)
  3605. {
  3606. yylval.string = text;
  3607. BEGIN(INITIAL);
  3608. }
  3609. /*
  3610. * Try to open specified file with following names:
  3611. * ./name
  3612. * $(srctree)/name
  3613. * The latter is used when srctree is separate from objtree
  3614. * when compiling the kernel.
  3615. * Return NULL if file is not found.
  3616. */
  3617. FILE *zconf_fopen(const char *name)
  3618. {
  3619. char *env, fullname[PATH_MAX+1];
  3620. FILE *f;
  3621. f = fopen(name, "r");
  3622. if (!f && name != NULL && name[0] != '/') {
  3623. env = getenv(SRCTREE);
  3624. if (env) {
  3625. snprintf(fullname, sizeof(fullname),
  3626. "%s/%s", env, name);
  3627. f = fopen(fullname, "r");
  3628. }
  3629. }
  3630. return f;
  3631. }
  3632. void zconf_initscan(const char *name)
  3633. {
  3634. yyin = zconf_fopen(name);
  3635. if (!yyin) {
  3636. fprintf(stderr, "can't find file %s\n", name);
  3637. exit(1);
  3638. }
  3639. current_buf = xmalloc(sizeof(*current_buf));
  3640. memset(current_buf, 0, sizeof(*current_buf));
  3641. current_file = file_lookup(name);
  3642. yylineno = 1;
  3643. }
  3644. static void __zconf_nextfile(const char *name)
  3645. {
  3646. struct file *iter;
  3647. struct file *file = file_lookup(name);
  3648. struct buffer *buf = xmalloc(sizeof(*buf));
  3649. memset(buf, 0, sizeof(*buf));
  3650. current_buf->state = YY_CURRENT_BUFFER;
  3651. yyin = zconf_fopen(file->name);
  3652. if (!yyin) {
  3653. fprintf(stderr, "%s:%d: can't open file \"%s\"\n",
  3654. zconf_curname(), zconf_lineno(), file->name);
  3655. exit(1);
  3656. }
  3657. yy_switch_to_buffer(yy_create_buffer(yyin, YY_BUF_SIZE));
  3658. buf->parent = current_buf;
  3659. current_buf = buf;
  3660. current_file->lineno = yylineno;
  3661. file->parent = current_file;
  3662. for (iter = current_file; iter; iter = iter->parent) {
  3663. if (!strcmp(iter->name, file->name)) {
  3664. fprintf(stderr,
  3665. "Recursive inclusion detected.\n"
  3666. "Inclusion path:\n"
  3667. " current file : %s\n", file->name);
  3668. iter = file;
  3669. do {
  3670. iter = iter->parent;
  3671. fprintf(stderr, " included from: %s:%d\n",
  3672. iter->name, iter->lineno - 1);
  3673. } while (strcmp(iter->name, file->name));
  3674. exit(1);
  3675. }
  3676. }
  3677. yylineno = 1;
  3678. current_file = file;
  3679. }
  3680. void zconf_nextfile(const char *name)
  3681. {
  3682. glob_t gl;
  3683. int err;
  3684. int i;
  3685. char path[PATH_MAX], *p;
  3686. err = glob(name, GLOB_ERR | GLOB_MARK, NULL, &gl);
  3687. /* ignore wildcard patterns that return no result */
  3688. if (err == GLOB_NOMATCH && strchr(name, '*')) {
  3689. err = 0;
  3690. gl.gl_pathc = 0;
  3691. }
  3692. if (err == GLOB_NOMATCH) {
  3693. p = strdup(current_file->name);
  3694. if (p) {
  3695. snprintf(path, sizeof(path), "%s/%s", dirname(p), name);
  3696. err = glob(path, GLOB_ERR | GLOB_MARK, NULL, &gl);
  3697. free(p);
  3698. }
  3699. }
  3700. if (err) {
  3701. const char *reason = "unknown error";
  3702. switch (err) {
  3703. case GLOB_NOSPACE:
  3704. reason = "out of memory";
  3705. break;
  3706. case GLOB_ABORTED:
  3707. reason = "read error";
  3708. break;
  3709. case GLOB_NOMATCH:
  3710. reason = "No files found";
  3711. break;
  3712. default:
  3713. break;
  3714. }
  3715. printf("%s:%d: glob failed: %s \"%s\"\n", zconf_curname(), zconf_lineno(),
  3716. reason, name);
  3717. exit(1);
  3718. }
  3719. for (i = 0; i < gl.gl_pathc; i++)
  3720. __zconf_nextfile(gl.gl_pathv[i]);
  3721. }
  3722. static void zconf_endfile(void)
  3723. {
  3724. struct buffer *parent;
  3725. current_file = current_file->parent;
  3726. if (current_file)
  3727. yylineno = current_file->lineno;
  3728. parent = current_buf->parent;
  3729. if (parent) {
  3730. fclose(yyin);
  3731. yy_delete_buffer(YY_CURRENT_BUFFER);
  3732. yy_switch_to_buffer(parent->state);
  3733. }
  3734. free(current_buf);
  3735. current_buf = parent;
  3736. }
  3737. int zconf_lineno(void)
  3738. {
  3739. return current_pos.lineno;
  3740. }
  3741. const char *zconf_curname(void)
  3742. {
  3743. return current_pos.file ? current_pos.file->name : "<none>";
  3744. }