HomeSort by: relevance | last modified time | path
    Searched refs:MAXCHAR (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/byacc/dist/
defs.h 42 /* MAXCHAR is the largest unsigned character value */
55 #define MAXCHAR UCHAR_MAX
  /src/external/bsd/mdocml/dist/
term_ps.c 57 #define MAXCHAR 95 /* total characters we can handle */
58 struct glyph gly[MAXCHAR]; /* glyph metrics */
1028 if (c <= 32 || c - 32 >= MAXCHAR)
1288 if (c <= 32 || c - 32 >= MAXCHAR)
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/windows/
winnt.d 900 enum MAXCHAR=0x7f;

Completed in 55 milliseconds