Home
last modified time | relevance | path

Searched defs:NCHARS (Results 1 – 4 of 4) sorted by relevance

/minix3/usr.bin/tr/
H A Dextern.h38 #define NCHARS (UCHAR_MAX + 1) /* Number of possible characters. */ macro
/minix3/games/banner/
H A Dbanner.c59 #define NCHARS 128 macro
/minix3/games/caesar/
H A Dcaesar.c63 #define NCHARS (1 << CHAR_BIT) macro
/minix3/external/historical/nawk/dist/
H A Dawk.h206 #define NCHARS (256+3) /* 256 handles 8-bit chars; 128 does 7-bit */ macro