Searched refs:MAXCHAR (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/contrib/byacc/
H A Ddefs.h36 /* MAXCHAR is the largest unsigned character value */
49 #define MAXCHAR UCHAR_MAX macro
/freebsd-10-stable/contrib/mdocml/
H A Dterm_ps.c54 #define MAXCHAR 95 /* total characters we can handle */ macro
55 struct glyph gly[MAXCHAR]; /* glyph metrics */
917 if (c <= 32 || (c - 32 >= MAXCHAR)) {
1118 if (c <= 32 || c - 32 >= MAXCHAR)

Completed in 153 milliseconds