Searched refs:MAXCHAR (Results 1 – 3 of 3) sorted by relevance
53 #define MAXCHAR 95 /* total characters we can handle */ macro54 struct glyph gly[MAXCHAR]; /* glyph metrics */1024 if (c <= 32 || c - 32 >= MAXCHAR) in ps_pletter()1284 if (c <= 32 || c - 32 >= MAXCHAR) in ps_width()
59 #define MAXCHAR 255 macro
670 if (s == cptr - 1 || ulval > MAXCHAR) in get_literal()678 if (s == cptr || ulval > MAXCHAR) in get_literal()