The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/contrib/openzfs/module/lua/lctype.c

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

    1 /*
    2 ** $Id: lctype.c,v 1.11.1.1 2013/04/12 18:48:47 roberto Exp $
    3 ** 'ctype' functions for Lua
    4 ** See Copyright Notice in lua.h
    5 */
    6 
    7 #define lctype_c
    8 #define LUA_CORE
    9 
   10 #include "lctype.h"
   11 
   12 #if !LUA_USE_CTYPE      /* { */
   13 
   14 LUAI_DDEF const lu_byte luai_ctype_[UCHAR_MAX + 2] = {
   15   0x00,  /* EOZ */
   16   0x00,  0x00,  0x00,  0x00,  0x00,  0x00,  0x00,  0x00,        /* 0. */
   17   0x00,  0x08,  0x08,  0x08,  0x08,  0x08,  0x00,  0x00,
   18   0x00,  0x00,  0x00,  0x00,  0x00,  0x00,  0x00,  0x00,        /* 1. */
   19   0x00,  0x00,  0x00,  0x00,  0x00,  0x00,  0x00,  0x00,
   20   0x0c,  0x04,  0x04,  0x04,  0x04,  0x04,  0x04,  0x04,        /* 2. */
   21   0x04,  0x04,  0x04,  0x04,  0x04,  0x04,  0x04,  0x04,
   22   0x16,  0x16,  0x16,  0x16,  0x16,  0x16,  0x16,  0x16,        /* 3. */
   23   0x16,  0x16,  0x04,  0x04,  0x04,  0x04,  0x04,  0x04,
   24   0x04,  0x15,  0x15,  0x15,  0x15,  0x15,  0x15,  0x05,        /* 4. */
   25   0x05,  0x05,  0x05,  0x05,  0x05,  0x05,  0x05,  0x05,
   26   0x05,  0x05,  0x05,  0x05,  0x05,  0x05,  0x05,  0x05,        /* 5. */
   27   0x05,  0x05,  0x05,  0x04,  0x04,  0x04,  0x04,  0x05,
   28   0x04,  0x15,  0x15,  0x15,  0x15,  0x15,  0x15,  0x05,        /* 6. */
   29   0x05,  0x05,  0x05,  0x05,  0x05,  0x05,  0x05,  0x05,
   30   0x05,  0x05,  0x05,  0x05,  0x05,  0x05,  0x05,  0x05,        /* 7. */
   31   0x05,  0x05,  0x05,  0x04,  0x04,  0x04,  0x04,  0x00,
   32   0x00,  0x00,  0x00,  0x00,  0x00,  0x00,  0x00,  0x00,        /* 8. */
   33   0x00,  0x00,  0x00,  0x00,  0x00,  0x00,  0x00,  0x00,
   34   0x00,  0x00,  0x00,  0x00,  0x00,  0x00,  0x00,  0x00,        /* 9. */
   35   0x00,  0x00,  0x00,  0x00,  0x00,  0x00,  0x00,  0x00,
   36   0x00,  0x00,  0x00,  0x00,  0x00,  0x00,  0x00,  0x00,        /* a. */
   37   0x00,  0x00,  0x00,  0x00,  0x00,  0x00,  0x00,  0x00,
   38   0x00,  0x00,  0x00,  0x00,  0x00,  0x00,  0x00,  0x00,        /* b. */
   39   0x00,  0x00,  0x00,  0x00,  0x00,  0x00,  0x00,  0x00,
   40   0x00,  0x00,  0x00,  0x00,  0x00,  0x00,  0x00,  0x00,        /* c. */
   41   0x00,  0x00,  0x00,  0x00,  0x00,  0x00,  0x00,  0x00,
   42   0x00,  0x00,  0x00,  0x00,  0x00,  0x00,  0x00,  0x00,        /* d. */
   43   0x00,  0x00,  0x00,  0x00,  0x00,  0x00,  0x00,  0x00,
   44   0x00,  0x00,  0x00,  0x00,  0x00,  0x00,  0x00,  0x00,        /* e. */
   45   0x00,  0x00,  0x00,  0x00,  0x00,  0x00,  0x00,  0x00,
   46   0x00,  0x00,  0x00,  0x00,  0x00,  0x00,  0x00,  0x00,        /* f. */
   47   0x00,  0x00,  0x00,  0x00,  0x00,  0x00,  0x00,  0x00,
   48 };
   49 
   50 #endif                  /* } */

Cache object: c4e8aa19dc6486571aceac6b69c666d5


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.