Home
last modified time | relevance | path

Searched refs:NCHARS (Results 1 – 12 of 12) sorted by relevance

/openbsd/src/usr.bin/tr/
Dtr.c43 int delete[NCHARS], squeeze[NCHARS];
44 int translate[NCHARS] = {
180 for (cnt = NCHARS, p = translate; cnt--;) in main()
201 for (cnt = 0, p = translate; cnt < NCHARS; ++p, ++cnt) in main()
224 bzero(table, NCHARS * sizeof(int)); in setup()
228 for (p = table, cnt = NCHARS; cnt--; ++p) in setup()
Dextern.h46 #define NCHARS (UCHAR_MAX + 1) /* Number of possible characters. */ macro
Dstr.c181 cp->set = reallocarray(NULL, NCHARS + 1, sizeof(*cp->set)); in genclass()
185 for (i = 0; i < NCHARS; i++) { in genclass()
/openbsd/src/games/banner/
Dbanner.c46 #define NCHARS 128 macro
50 const int asc_ptr[NCHARS] = {
1194 if ((u_char) message[i] >= NCHARS || in main()
/openbsd/src/usr.bin/awk/
Dawk.h242 #define NCHARS (1256+3) /* 256 handles 8-bit chars; 128 does 7-bit */ macro
245 #define HAT (NCHARS+2) /* matches ^ in regular expr */
Db.c176 f->gototab[i].entries = (gtte *) calloc(NCHARS, sizeof(gtte)); in resize_state()
179 f->gototab[i].allocated = NCHARS; in resize_state()
DFIXES.1e583 cranked up size of NCHARS; coverity thinks it can be overrun with
778 changed HAT to NCHARS-2. thanks again to santiago vila.
1203 changed NCHARS to 256 to handle 8-bit characters in strings
/openbsd/src/gnu/usr.bin/binutils-2.17/texinfo/
Dtexinfo.tex930 % @paragraphindent NCHARS
931 % We'll use ems for NCHARS, close enough.
932 % NCHARS can also be the word `asis' or `none'.
951 % @exampleindent NCHARS
952 % We'll use ems for NCHARS like @paragraphindent.
/openbsd/src/gnu/usr.bin/gcc/gcc/doc/include/
Dtexinfo.tex849 % @paragraphindent NCHARS
850 % We'll use ems for NCHARS, close enough.
851 % NCHARS can also be the word `asis' or `none'.
871 % @exampleindent NCHARS
872 % We'll use ems for NCHARS like @paragraphindent.
/openbsd/src/gnu/gcc/gcc/doc/include/
Dtexinfo.tex956 % @paragraphindent NCHARS
957 % We'll use ems for NCHARS, close enough.
958 % NCHARS can also be the word `asis' or `none'.
977 % @exampleindent NCHARS
978 % We'll use ems for NCHARS like @paragraphindent.
/openbsd/src/gnu/usr.bin/texinfo/doc/
Dtexinfo.tex933 % @paragraphindent NCHARS
934 % We'll use ems for NCHARS, close enough.
935 % NCHARS can also be the word `asis' or `none'.
954 % @exampleindent NCHARS
955 % We'll use ems for NCHARS like @paragraphindent.
/openbsd/src/gnu/usr.bin/cvs/doc/
Dtexinfo.tex784 % @paragraphindent NCHARS
785 % We'll use ems for NCHARS, close enough.
805 % @exampleindent NCHARS
806 % We'll use ems for NCHARS like @paragraphindent.