HomeSort by: relevance | last modified time | path
    Searched defs:iscont (Results 1 - 2 of 2) sorted by relevancy

  /src/external/mit/lua/dist/src/
lutf8lib.c 45 #define iscont(c) (((c) & 0xC0) == 0x80) macro
46 #define iscontp(p) iscont(*(p))
76 if (!iscont(cc)) /* not a continuation byte? */
  /src/external/historical/nawk/dist/
awk.h 223 #define iscont(n) ((n)->csub == JCONT) macro

Completed in 21 milliseconds