
xi\c        
   @   s  d  Z  d d l Z d d l m Z m Z m Z m Z m Z m Z d d l	 m
 Z
 m Z m Z m Z m Z m Z m Z m Z d d l m Z m Z d d l m Z d d d	 d
 d d d d d d g
 Z d e f d     YZ d e f d     YZ d	 e f d     YZ d
 e f d     YZ d e f d     YZ d e f d     YZ d e f d     YZ d e f d     YZ d e f d     YZ  d e f d     YZ! d S(   s   
    pygments.lexers.c_like
    ~~~~~~~~~~~~~~~~~~~~~~

    Lexers for other C-like languages.

    :copyright: Copyright 2006-2019 by the Pygments team, see AUTHORS.
    :license: BSD, see LICENSE for details.
iN(   t
   RegexLexert   includet   bygroupst   inheritt   wordst   default(   t   Textt   Commentt   Operatort   Keywordt   Namet   Stringt   Numbert   Punctuation(   t   CLexert   CppLexer(   t   _mql_builtinst	   PikeLexert	   NesCLexert	   ClayLexert   ECLexert	   ValaLexert	   CudaLexert	   SwigLexert   MqlLexert   ArduinoLexert   CharmciLexerc        ?   B   s   e  Z d  Z d Z d g Z d d g Z d g Z i e dM dC dD e f dE e j	 f dF e
 e e  dG f dH e f e g dI 6dJ e j dK f dL e dK f g dG 6Z RS(N   s[   
    For `Pike <http://pike.lysator.liu.se/>`_ source code.

    .. versionadded:: 2.0
    t   Piket   pikes   *.pikes   *.pmods   text/x-piket   catcht   newt   privatet	   protectedt   publict   gauget   throwt   throwst   classt	   interfacet	   implementt   abstractt   extendst   fromt   thist   supert   constantt   finalt   statict   importt   uset   externt   inlinet   protot   breakt   continuet   ift   elset   fort   whilet   dot   switcht   caset   ast   int   versiont   returnt   truet   falset   nullt   __VERSION__t	   __MAJOR__t	   __MINOR__t	   __BUILD__t   __REAL_VERSION__t   __REAL_MAJOR__t   __REAL_MINOR__t   __REAL_BUILD__t   __DATE__t   __TIME__t   __FILE__t   __DIR__t   __LINE__t   __AUTO_BIGNUM__t   __NT__t   __PIKE__t   __amigaos__t   _Pragmat   static_assertt   definedt   sscanft   suffixs   \bs   (bool|int|long|float|short|double|char|string|object|void|mapping|array|multiset|program|function|lambda|mixed|[a-z_][a-z0-9_]*_t)\bs   (class)(\s+)t	   classnames   [~!%^&*+=|?:<>/@-]t
   statementss   [a-zA-Z_]\w*s   #pops   \s*(?=>)(=   R   R   R   R    R!   R"   R#   R$   R%   R&   R'   R(   R)   R*   R+   R,   R-   R.   R/   R0   R1   R2   R3   R4   R5   R6   R7   R8   R9   R:   R;   R<   R=   R>   R?   R@   RA   RB   RC   RD   RE   RF   RG   RH   RI   RJ   RK   RL   RM   RN   RO   RP   RQ   RR   RS   RT   RU   RV   RW   RX   RY   (   t   __name__t
   __module__t   __doc__t   namet   aliasest	   filenamest	   mimetypesR   R	   t   TypeR   R   R   R   R
   t   Classt   tokens(    (    (    s5   lib/python2.7/site-packages/pygments/lexers/c_like.pyR      s0   		        		
c           B   sl   e  Z d  Z d Z d g Z d g Z d g Z i e d) d d e f e d* d d e j	 f e
 g d( 6Z RS(+   s   
    For `nesC <https://github.com/tinyos/nesc>`_ source code with preprocessor
    directives.

    .. versionadded:: 2.0
    t   nesCt   nescs   *.ncs   text/x-nescsrcR(   R>   t   asynct   atomict   callt   commandt	   componentt
   componentst   configurationt   eventR)   t   generict   implementationt   includesR&   t   moduleR   t   noracet   postt   providest   signalt   taskt   usesRZ   s   \bt	   nx_structt   nx_uniont	   nx_int8_tt
   nx_int16_tt
   nx_int32_tt
   nx_int64_tt
   nx_uint8_tt   nx_uint16_tt   nx_uint32_tt   nx_uint64_tR\   (   R(   R>   Ri   Rj   Rk   Rl   Rm   Rn   Ro   Rp   R)   Rq   Rr   Rs   R&   Rt   R   Ru   Rv   Rw   Rx   Ry   Rz   (
   R{   R|   R}   R~   R   R   R   R   R   R   (   R]   R^   R_   R`   Ra   Rb   Rc   R   R	   Rd   R   Rf   (    (    (    s5   lib/python2.7/site-packages/pygments/lexers/c_like.pyR   B   s"   			    	c           B   s*  e  Z d  Z d Z d g Z d g Z d g Z i d e f d e j	 f d e j
 f d e f d	 e f d
 e f d e j f d e j f d e j f d e f d e d f d e d f g d 6d e j f d e f g d 6d e f g d 6d e d f e d  g d 6d e d f e d  e d  g d 6Z RS(   sT   
    For `Clay <http://claylabs.com/clay/>`_ source.

    .. versionadded:: 2.0
    t   Clays   *.clayt   clays   text/x-clays   \ss   //.*?$s   /(\\\n)?[*](.|\n)*?[*](\\\n)?/sK  \b(public|private|import|as|record|variant|instance|define|overload|default|external|alias|rvalue|ref|forward|inline|noinline|forceinline|enum|var|and|or|not|if|else|goto|return|while|switch|case|break|continue|for|in|true|false|try|catch|throw|finally|onerror|staticassert|eval|when|newtype|__FILE__|__LINE__|__COLUMN__|__ARG__)\bs   [~!%^&*+=|:<>/-]s   [#(){}\[\],;.]s   0x[0-9a-fA-F]+[LlUu]*s
   \d+[LlUu]*s   \b(true|false)\bs   (?i)[a-z_?][\w?]*s   """t   tdqst   "t   dqst   roots   (?i)\\(x[0-9a-f]{2}|.)t   .t   stringss   \nt   nls   #pop(   R]   R^   R_   R`   Rb   Ra   Rc   R   R   t   Singlet	   MultilineR	   R   R   R   t   Hext   IntegerR
   t   BuiltinR   t   EscapeR   Rf   (    (    (    s5   lib/python2.7/site-packages/pygments/lexers/c_like.pyR   _   s6   								c        -   B   s   e  Z d  Z d Z d g Z d d g Z d d g Z i e dC d2 d3 e f e dD d2 d3 e j	 f d< e
 e e  d= f d> e j f e g d? 6d@ e j dA f dB e dA f g d= 6Z RS(E   sU   
    For eC source code with preprocessor directives.

    .. versionadded:: 1.5
    t   eCt   ecs   *.ecs   *.ehs   text/x-echdrs   text/x-ecsrct   virtualR%   R   R!   t   propertyR0   t   deleteR   t   new0t   renewt   renew0t   definet   gett   sett   remotet	   dllexportt	   dllimportt   stdcallt   subclasst   __on_register_modulet	   namespacet   usingt   typed_objectt
   any_objectt   increft   registert   watcht   stopwatchingt   firewatcherst	   watchablet   class_designert   class_fixedt   class_no_expansiont   issett   class_default_propertyt   property_categoryt
   class_datat   class_propertyt	   thisclasst   dbtablet   dbindext   database_opent   dbfieldRZ   s   \bt   uintt   uint16t   uint32t   uint64t   boolt   bytet   unichart   int64s   (class)(\s+)R[   s   (null|value|this)\bR\   s   [a-zA-Z_]\w*s   #pops   \s*(?=>)(+   R   R%   R   R!   R   R0   R   R   R   R   R   R   R   R   R   R   R   R   R   R   R   R   R   R   R   R   R   R   R   R   R   R   R   R   R   R   R   R   R   R   R   R   R   (   R   R   R   R   R   R   R   R   (   R]   R^   R_   R`   Ra   Rb   Rc   R   R	   Rd   R   R   R
   R   R   Re   Rf   (    (    (    s5   lib/python2.7/site-packages/pygments/lexers/c_like.pyR      s0   	        	
c        /   B   s  e  Z d  Z d Z d d g Z d d g Z d g Z i d e j d f d	 e	 f d
 e	 f d e	 f d e j
 f d e j f g d 6d e d f d e j f d e f d e j f d e j f d e j f d e j f d e j f d e f d e e e j e  f d e e e j  f d e f e d d= d> e f e d d= d> e j f dW e e j e	  dX f dY e e j e	  dZ f d[ e e e j  f e d d= d> e j f dt e j f du e f g dv 6e d  e  dw  g dx 6e d  e dv  dy e f dz e d{ f g dw 6d| e d{ f d} e j! f d~ e f d e f d e f g d 6d e j d f d e j d{ f d e j d{ f d e f g d 6du e j" d{ f g dZ 6d e j d{ f g dX 6Z# RS(   sW   
    For Vala source code with preprocessor directives.

    .. versionadded:: 1.1
    t   Valat   valat   vapis   *.valas   *.vapis   text/x-valas   ^\s*#if\s+0t   if0s   \ns   \s+s   \\\ns   //(\n|(.|\n)*?[^\\]\n)s   /(\\\n)?[*](.|\n)*?[*](\\\n)?/t
   whitespaces   [L@]?"t   strings4   L?'(\\.|\\[0-7]{1,3}|\\x[a-fA-F0-9]{1,2}|[^\\\'\n])'s   (?s)""".*?"""s%   (\d+\.\d*|\.\d+|\d+)[eE][+-]?\d+[lL]?s   (\d+\.\d*|\.\d+|\d+[fF])[fF]?s   0x[0-9a-fA-F]+[Ll]?s   0[0-7]+[Ll]?s   \d+[Ll]?s   [~!%^&*+=|?:<>/-]s2   (\[)(Compact|Immutable|(?:Boolean|Simple)Type)(\])s$   (\[)(CCode|(?:Integer|Floating)Type)s
   [()\[\],.]R>   t   baseR5   R=   R   t	   constructR6   R   R   R;   R8   t   enumt   finallyR9   t   foreachR   R7   R?   t   ist   lockR   t   outt   paramsRA   R   t   sizeofR<   R+   R#   t   tryt   typeofR:   t   yieldRZ   s   \bR(   t   constt   delegatet   dynamict   ensuresR2   R3   t   internalt   overridet   ownedR   R    R!   t   reft   requiresRx   R/   R$   t   unownedt   varR   t   volatilet   weakt   yieldss   (namespace|using)(\s+)R   s)   (class|errordomain|interface|struct)(\s+)R%   s   (\.)([a-zA-Z_]\w*)t   voidR   t   chart   doublet   floatt   intt   int8t   int16t   int32R   t   longt   shortt   size_tt   ssize_tt   time_tt   ucharR   t   uint8R   R   R   t   ulongR   t   ushorts   (true|false|null)\bs   [a-zA-Z_]\w*R\   t	   statementR   s   [{}]t   ;s   #popR   s/   \\([\\abfnrtv"\']|x[a-fA-F0-9]{2,4}|[0-7]{1,3})s	   [^\\"\n]+s   \\s   ^\s*#if.*?(?<!\\)\ns   #pushs   ^\s*#el(?:se|if).*\ns   ^\s*#endif.*?(?<!\\)\ns   .*?\ns   [a-zA-Z_][\w.]*(!   R>   R   R5   R=   R   R   R6   R   R   R;   R8   R   R   R9   R   R   R7   R?   R   R   R   R   R   RA   R   R   R<   R+   R#   R   R   R:   R   (   R(   R   R   R   R   R2   R3   R   R   R   R   R    R!   R   R   Rx   R/   R$   R   R   R   R   R   R   (   R   R   R   R   R   R   R   R   R   R   R   R   R   R   R   R   R   R   R   R   R   R   R   R   R   ($   R]   R^   R_   R`   Ra   Rb   Rc   R   t   PreprocR   R   R   R   t   CharR   t   FloatR   t   OctR   R   R   R   R
   t	   DecoratorR   R	   t   Declarationt	   Namespacet	   AttributeRd   R   R   R   R   Re   Rf   (    (    (    s5   lib/python2.7/site-packages/pygments/lexers/c_like.pyR      s   								       	   							c        ,   B   s   e  Z d  Z d Z d d g Z d d g Z d g Z e dI  Z e dJ  Z	 e dK  Z
 e dL  Z e dM  Z e dN  Z dH   Z RS(O   s|   
    For NVIDIA `CUDA™ <http://developer.nvidia.com/category/zone/cuda-zone>`_
    source.

    .. versionadded:: 1.6
    t   CUDAs   *.cus   *.cuht   cudat   cus   text/x-cudat
   __device__t
   __global__t   __host__t   __noinline__t   __forceinline__t   __constant__t
   __shared__t   __restrict__t   char1t   uchar1t   char2t   uchar2t   char3t   uchar3t   char4t   uchar4t   short1t   ushort1t   short2t   ushort2t   short3t   ushort3t   short4t   ushort4t   int1t   uint1t   int2t   uint2t   int3t   uint3t   int4t   uint4t   long1t   ulong1t   long2t   ulong2t   long3t   ulong3t   long4t   ulong4t	   longlong1t
   ulonglong1t	   longlong2t
   ulonglong2t   float1t   float2t   float3t   float4t   double1t   double2t   dim3t   gridDimt   blockIdxt   blockDimt	   threadIdxt   warpSizet   __threadfence_blockt   __threadfencet   __threadfence_systemt   __syncthreadst   __syncthreads_countt   __syncthreads_andt   __syncthreads_ors   <<<s   >>>c         c   s   x t  j |  |  D] \ } } } | t k r | |  j k rI t j } q | |  j k rd t j } q | |  j k r t j } q | |  j	 k r t j
 } q | |  j k r t j } q | |  j k r t j } q n  | | | f Vq Wd  S(   N(   R   t   get_tokens_unprocessedR
   t   variable_qualifiersR	   Rd   t   vector_typest	   variablesR   t   execution_confst   Pseudot   function_qualifierst   Reservedt	   functionst   Function(   t   selft   textt   indext   tokent   value(    (    s5   lib/python2.7/site-packages/pygments/lexers/c_like.pyRB  8  s    "(   R  R  R  R  R  (   R  R  R	  R
  (+   R  R  R  R  R  R  R  R  R  R  R  R  R  R  R  R  R  R  R  R  R  R   R!  R"  R#  R$  R%  R&  R'  R(  R)  R*  R+  R,  R-  R.  R/  R0  R1  R2  R3  R4  R5  (   R6  R7  R8  R9  R:  (   R;  R<  R=  R>  R?  R@  RA  (   s   <<<s   >>>(   R]   R^   R_   R`   Rb   Ra   Rc   R   RH  RC  RD  RE  RJ  RF  RB  (    (    (    s5   lib/python2.7/site-packages/pygments/lexers/c_like.pyR     s.   			      	 	c        S   B   s~   e  Z d  Z d Z d g Z d d g Z d g Z d Z i d e j	 f d e f d	 e
 j f e g d
 6Z e d^  Z d]   Z RS(_   sT   
    For `SWIG <http://www.swig.org/>`_ source code.

    .. versionadded:: 2.0
    t   SWIGt   swigs   *.swgs   *.is	   text/swigg{Gz?s   (%[a-z_][a-z0-9_]*)s   \$\**\&?\w+s   ##*[a-zA-Z_]\w*R\   s   %applys   %defines	   %directors   %enddefs
   %exceptions   %extends   %features	   %fragments   %ignores
   %immutables   %imports   %includes   %inlines   %inserts   %modules
   %newobjects   %nspaces   %pragmas   %renames   %shared_ptrs	   %templates
   %typechecks   %typemaps   %args
   %attributes   %bangs   %begins	   %callbacks   %catchess   %clears	   %constants	   %copyctors   %csconsts   %csconstvalues   %csenums   %csmethodmodifierss   %csnothrowexceptions   %defaults   %defaultctors   %defaultdtors   %defineds   %deletes
   %delobjects   %descriptors   %exceptionclasss   %exceptionvars   %extend_smart_pointers
   %fragmentss   %headers   %ifcpluspluss   %ignorewarns	   %implicits   %implicitconvs   %inits
   %javaconsts   %javaconstvalues	   %javaenums   %javaexceptions   %javamethodmodifierss   %kwargss   %luacodes   %mutables   %naturalvars   %nestedworkarounds	   %perlcodes
   %pythonabcs   %pythonappends   %pythoncallbacks   %pythoncodes   %pythondynamics   %pythonmaybecalls   %pythonnondynamics   %pythonprepends
   %refobjects   %shadows   %sizeofs   %trackobjectss   %typess   %unrefobjects   %varargss   %warns   %warnfilterc         C   sR   d } t  j d |  t  j  } x- | D]% } | t j k rD d } Pq% d } q% W| S(   Ni    s   ^\s*(%[a-z_][a-z0-9_]*)g\(\?gQ?(   t   ret   findallt   MR   t   swig_directives(   RM  t   rvt   matchest   m(    (    s5   lib/python2.7/site-packages/pygments/lexers/c_like.pyt   analyse_textx  s    
(R   s   %applys   %defines	   %directors   %enddefs
   %exceptions   %extends   %features	   %fragments   %ignores
   %immutables   %imports   %includes   %inlines   %inserts   %modules
   %newobjects   %nspaces   %pragmas   %renames   %shared_ptrs	   %templates
   %typechecks   %typemaps   %args
   %attributes   %bangs   %begins	   %callbacks   %catchess   %clears	   %constants	   %copyctors   %csconsts   %csconstvalues   %csenums   %csmethodmodifierss   %csnothrowexceptions   %defaults   %defaultctors   %defaultdtors   %defineds   %deletes
   %delobjects   %descriptors   %exceptionclasss   %exceptionvars   %extend_smart_pointers
   %fragmentss   %headers   %ifcpluspluss   %ignorewarns	   %implicits   %implicitconvs   %inits
   %javaconsts   %javaconstvalues	   %javaenums   %javaexceptions   %javamethodmodifierss   %kwargss   %luacodes   %mutables   %naturalvars   %nestedworkarounds	   %perlcodes
   %pythonabcs   %pythonappends   %pythoncallbacks   %pythoncodes   %pythondynamics   %pythonmaybecalls   %pythonnondynamics   %pythonprepends
   %refobjects   %shadows   %sizeofs   %trackobjectss   %typess   %unrefobjects   %varargss   %warns   %warnfilter(   R]   R^   R_   R`   Ra   Rb   Rc   t   priorityR
   RK  R   R   R   Rf   R   RV  RZ  (    (    (    s5   lib/python2.7/site-packages/pygments/lexers/c_like.pyR   J  s<   			                	c           B   s   e  Z d  Z d Z d d d d d g Z d d d	 g Z d
 g Z i e e j	 d d e
 f e e j d d e
 j f e e j d d e j f e e j d d e j f e e j d d d d e j f e g d 6Z RS(   s   
    For `MQL4 <http://docs.mql4.com/>`_ and
    `MQL5 <http://www.mql5.com/en/docs>`_ source code.

    .. versionadded:: 2.0
    t   MQLt   mqlt   mq4t   mq5t   mql4t   mql5s   *.mq4s   *.mq5s   *.mqhs
   text/x-mqlRZ   s   \bt   prefixs   (clr)?R\   (   R]   R^   R_   R`   Ra   Rb   Rc   R   R   t   keywordsR	   t   c_typesRd   t   typesR
   RK  t	   constantst   Constantt   colorsR   Rf   (    (    (    s5   lib/python2.7/site-packages/pygments/lexers/c_like.pyR     s   		c        Y  B   st   e  Z d  Z d Z d g Z d g Z d g Z e d Z e d Z	 e d Z
 e d Z e d Z d  Z RS(  s   
    For `Arduino(tm) <https://arduino.cc/>`_ source.

    This is an extension of the CppLexer, as the Arduino® Language is a superset
    of C++

    .. versionadded:: 2.1
    t   Arduinot   arduinos   *.inos   text/x-arduinot   setupt   loopt   nott   ort   andt   xort   DIGITAL_MESSAGEt   FIRMATA_STRINGt   ANALOG_MESSAGEt   REPORT_DIGITALt   REPORT_ANALOGt   INPUT_PULLUPt   SET_PIN_MODEt   INTERNAL2V56t   SYSTEM_RESETt   LED_BUILTINt   INTERNAL1V1t   SYSEX_STARTt   INTERNALt   EXTERNALt   HIGHt   LOWt   INPUTt   OUTPUTRB   RC   R   t   booleanR   s   unsigned charR   R   s   unsigned intt   wordR   s   unsigned longR   R   R   R   R   t   arrayR/   R   R   R   R   t   operatorR   t   uint8_tt   uint16_tt   uint32_tt   uint64_tt   int8_tt   int16_tt   int32_tt   int64_tt   dynamic_castt   typedeft
   const_castt   structt   static_castt   uniont   unsignedR    R   R!   t   friendt   autoR   R2   R%   t   reinterpret_castR   t   explicitt   signedR3   R   t   _Boolt   complext   _Complext
   _Imaginaryt   atomic_boolt   atomic_chart   atomic_schart   atomic_uchart   atomic_shortt   atomic_ushortt
   atomic_intt   atomic_uintt   atomic_longt   atomic_ulongt   atomic_llongt   atomic_ullongt   PROGMEMt   KeyboardControllert   MouseControllert   SoftwareSerialt   EthernetServert   EthernetClientt   LiquidCrystalt   RobotControlt   GSMVoiceCallt   EthernetUDPt
   EsploraTFTt
   HttpClientt
   RobotMotort
   WiFiClientt
   GSMScannert
   FileSystemt	   Schedulert	   GSMServert	   YunClientt	   YunServert	   IPAddresst	   GSMClientt   GSMModemt   Keyboardt   Ethernett   Consolet   GSMBandt   Esplorat   Steppert   Processt   WiFiUDPt   GSM_SMSt   Mailboxt   USBHostt   Firmatat   PImaget   Clientt   Servert   GSMPINt   FileIOt   Bridget   Serialt   EEPROMt   Streamt   Mouset   Audiot   Servot   Filet   Taskt   GPRSt   WiFit   Wiret   TFTt   GSMt   SPIt   SDt   runShellCommandAsynchronouslyt   analogWriteResolutiont   retrieveCallingNumbert   printFirmwareVersiont   analogReadResolutiont   sendDigitalPortPairt   noListenOnLocalhostt   readJoystickButtont   setFirmwareVersiont   readJoystickSwitcht   scrollDisplayRightt   getVoiceCallStatust   scrollDisplayLeftt   writeMicrosecondst   delayMicrosecondst   beginTransmissiont   getSignalStrengtht   runAsynchronouslyt   getAsynchronouslyt   listenOnLocalhostt   getCurrentCarriert   readAccelerometert   messageAvailablet   sendDigitalPortst   lineFollowConfigt   countryNameWritet   runShellCommandt   readStringUntilt   rewindDirectoryt   readTemperaturet   setClockDividert   readLightSensort   endTransmissiont   analogReferencet   detachInterruptt   countryNameReadt   attachInterruptt   encryptionTypet   readBytesUntilt   robotNameWritet   readMicrophonet   robotNameReadt   cityNameWritet   userNameWritet   readJoystickYt   readJoystickXt   mouseReleasedt   openNextFilet   scanNetworkst   noInterruptst   digitalWritet   beginSpeakert   mousePressedt   isActionDonet   mouseDraggedt   displayLogost   noAutoscrollt   addParametert   remoteNumbert   getModifierst   keyboardReadt   userNameReadt   waitContinuet   processInputt   parseCommandt   printVersiont   readNetworkst   writeMessaget   blinkVersiont   cityNameReadt   readMessaget   setDataModet   parsePackett   isListeningt   setBitOrdert   beginPackett   isDirectoryt   motorsWritet   drawCompasst   digitalReadt   clearScreent   serialEventt   rightToLeftt   setTextSizet   leftToRightt   requestFromt   keyReleasedt   compassReadt   analogWritet
   interruptst
   WiFiServert
   disconnectt
   playMelodyt
   parseFloatt
   autoscrollt
   getPINUsedt
   setPINUsedt
   setTimeoutt
   sendAnalogt
   readSlidert
   analogReadt
   beginWritet
   createChart
   motorsStopt
   keyPressedt
   tempoWritet
   readButtont
   subnetMaskt
   debugPrintt
   macAddresst
   writeGreent
   randomSeedt
   attachGPRSt
   readStringt
   sendStringt
   remotePortt
   releaseAllt
   mouseMovedt
   backgroundt
   getXChanget
   getYChanget
   answerCallt	   getResultt	   voiceCallt	   endPackett	   constraint	   getSockett	   writeJSONt	   getButtont	   availablet	   connectedt	   findUntilt	   readBytest	   exitValuet	   readGreent	   writeBluet	   startLoopt	   isPressedt	   sendSysext	   pauseModet	   gatewayIPt	   setCursort	   getOemKeyt	   tuneWritet	   noDisplayt	   loadImaget	   switchPINt	   onRequestt	   onReceivet	   changePINt   playFilet   noBuffert   parseIntt   overflowt   checkPINt   knobReadt   beginTFTt   bitCleart   updateIRt   bitWritet   positiont   writeRGBt   highBytet   writeRedt   setSpeedt   readBluet   noStroket   remoteIPt   transfert   shutdownt   hangCallt   beginSMSt   endWritet   attachedt   maintaint   noCursort   checkRegt   checkPUKt   shiftOutt   isValidt   shiftInt   pulseInt   connectt   printlnt   localIPt   pinModet   getIMEIt   displayt   noBlinkt   processt   getBandt   runningt   beginSDt   drawBMPt   lowBytet   setBandt   releaset   bitReadt   preparet   pointTot   readRedt   setModet   noFillt   removet   listent   stroket   detacht   attacht   noTonet   existst   buffert   heightt   bitSett   circlet   configt   cursort   randomt   IRreadt   setDNSt   endSMSt   getKeyt   microst   millist   begint   printt   writet   readyt   flusht   widtht   isPINt   blinkt   cleart   presst   mkdirt   rmdirt   closet   pointR   t   imaget   BSSIDt   clickt   delayt   readRM  t   movet   peekt   beept   rectt   linet   opent   seekt   fillt   sizet   turnt   stopt   homet   findt   stept   tonet   sqrtt   RSSIt   SSIDt   endt   bitt   tant   cost   sint   powt   mapt   abst   maxt   minR   t   runt   putt   isAlphaNumerict   isAlphat   isAsciit   isWhitespacet	   isControlt   isDigitt   isGrapht   isLowerCaset   isPrintablet   isPunctt   isSpacet   isUpperCaset   isHexadecimalDigitR   t   templatet   mutableR   t   asmt   typeidt   typenameR+   t   alignoft	   constexprt   decltypet   noexceptRW   t   thread_localt   restrictc         c   s   x t  j |  |  D] \ } } } | |  j k rE | t j | f Vq | |  j k re | t | f Vq | |  j k r | t j	 | f Vq | |  j
 k r | t | f Vq | |  j k r | t j | f Vq | | | f Vq Wd  S(   N(   R   RB  t	   structureR
   R   t	   operatorsR   RE  R	   RI  t   suppress_highlightRJ  RK  (   RL  RM  RN  RO  RP  (    (    s5   lib/python2.7/site-packages/pygments/lexers/c_like.pyRB    s    "(   Rk  Rl  (   Rm  Rn  Ro  Rp  (k   Rq  Rr  Rs  Rt  Ru  Rv  Rw  Rx  Ry  Rz  R{  R|  R}  R~  R  R  R  R  Rv  Rz  RB   RC   R   R  R   s   unsigned charR   R   s   unsigned intR  R   s   unsigned longR   R   R   R   R   R  R/   R   R   R  R   R  R   R   R  R   R   R   R   R   R  R   R  R  R  R  R  R  R  R  R  R  R  R   R  R  R  R  R   R   R/   R    R   R!   R  R  R   R   R2   R%   R   R  R   R   R  R  R3   R   R  R  R  R  R  R  R  R  R  R  R  R  R  R  R  R  R  (X  R  R  R  R  R  R  R  R  R  R  R  R  R  R  R  R  R  R  R  R  R  R  R  R  R  R  R  R  R  R  R  R  R  R  R  R  R  R  R  R  R  R  R  R  R  R  R  R  R  R  R  R  R  R  R  R  R  R  R  R  R  R  R  R  R  R  R  R  R  R  R  R  R  R  R  R  R  R  R  R  R  R  R  R  R   R  R  R  R  R  R  R  R  R	  R
  R  R  R  R  R  R  R  R  R  R  R  R  R  R  R  R  R  R  R  R  R  R   R!  R"  R#  R$  R%  R&  R'  R(  R)  R*  R+  R,  R-  R.  R/  R0  R1  R2  R3  R4  R5  R6  R7  R8  R9  R:  R;  R<  R=  R>  R?  R@  RA  RB  RC  RD  RE  RF  RG  RH  RI  RJ  RK  RL  RM  RN  RO  RP  RQ  RR  RS  RT  RU  RV  RW  RX  RY  RZ  R[  R\  R]  R^  R_  R`  Ra  Rb  Rc  Rd  Re  Rf  Rg  Rh  Ri  Rj  Rk  R  Rl  Rm  Rn  Ro  Rp  Rq  Rr  Rs  Rt  Ru  Rv  Rw  Rx  Ry  Rz  R{  R|  R}  R~  R  R  R  R  R  R  R  R  R  R  R  R  R  R  R  R  R  R  R  R  R  R  R  R  R  R  R  R  R  R  R  R  R  R  R  R  R  R  R  R  R  R  R  R  R  R  R  R  R  R  R  R  R  R  R  R  R  R  R  R  R  R  R  R  R  R  R  R  R  R  R  R  R  R  R  R  R  R  R  R  R  R   R  R  R  R  R  RM  R  R  R  R  R  R  R  R  R  R  R  R  R  R  R  R  R  R  R  R  R  R  R  R  R  R  R  R  R   R  R  R  R  R  R  R  R  R  R  R  R  R  R  R  (   R   R   R  R   R  R  R  R+   R  R  R  R  RW   R	  R
  (   R]   R^   R_   R`   Ra   Rb   Rc   R   R  R  RE  RJ  R  RB  (    (    (    s5   lib/python2.7/site-packages/pygments/lexers/c_like.pyR     s   			                	                                                             	  	c        #   B   so   e  Z d  Z d Z d g Z d g Z g  Z i d e e e	  d f e
 d.  e f e
 d/  e f e g d- 6Z RS(0   sj   
    For `Charm++ <https://charm.cs.illinois.edu>`_ interface files (.ci).

    .. versionadded:: 2.4
    t   Charmcit   charmcis   *.cis   (module)(\s+)R[   t
   mainmodulet	   maincharet   chareR  t   groupt	   nodegroupt   messaget   conditionalt   entryt	   aggregatet   threadedt   synct	   exclusivet   nokeept   notracet	   immediatet	   expeditedR3   t   localt   pythont   accelt	   readwritet	   writeonlyt
   accelblockt   memcriticalt   packedt   varsizet   initproct   initnodet   initcallt	   stacksizet
   createheret
   createhomet   reductiontargett   igett   nocopyR  t
   migratablet   readonlyR\   (   R  R  R  R  R  R  R  R  (   R  R  R  R  R  R  R  R  R  R3   R   R!  R"  R#  R$  R%  R&  R'  R(  R)  R*  R+  R,  R-  R.  R/  R0  R1  R  R2  R3  (   R]   R^   R_   R`   Ra   Rb   Rc   R   R	   R   R   R   Rf   (    (    (    s5   lib/python2.7/site-packages/pygments/lexers/c_like.pyR      s"   		     ("   R_   RS  t   pygments.lexerR    R   R   R   R   R   t   pygments.tokenR   R   R   R	   R
   R   R   R   t   pygments.lexers.c_cppR   R   t   pygments.lexersR   t   __all__R   R   R   R   R   R   R   R   R   R   (    (    (    s5   lib/python2.7/site-packages/pygments/lexers/c_like.pyt   <module>
   s"   .:(3&b0=