Searched refs:NCHARS (Results 1 – 12 of 12) sorted by relevance
| /openbsd/src/usr.bin/tr/ |
| D | tr.c | 43 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()
|
| D | extern.h | 46 #define NCHARS (UCHAR_MAX + 1) /* Number of possible characters. */ macro
|
| D | str.c | 181 cp->set = reallocarray(NULL, NCHARS + 1, sizeof(*cp->set)); in genclass() 185 for (i = 0; i < NCHARS; i++) { in genclass()
|
| /openbsd/src/games/banner/ |
| D | banner.c | 46 #define NCHARS 128 macro 50 const int asc_ptr[NCHARS] = { 1194 if ((u_char) message[i] >= NCHARS || in main()
|
| /openbsd/src/usr.bin/awk/ |
| D | awk.h | 242 #define NCHARS (1256+3) /* 256 handles 8-bit chars; 128 does 7-bit */ macro 245 #define HAT (NCHARS+2) /* matches ^ in regular expr */
|
| D | b.c | 176 f->gototab[i].entries = (gtte *) calloc(NCHARS, sizeof(gtte)); in resize_state() 179 f->gototab[i].allocated = NCHARS; in resize_state()
|
| D | FIXES.1e | 583 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/ |
| D | texinfo.tex | 930 % @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/ |
| D | texinfo.tex | 849 % @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/ |
| D | texinfo.tex | 956 % @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/ |
| D | texinfo.tex | 933 % @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/ |
| D | texinfo.tex | 784 % @paragraphindent NCHARS 785 % We'll use ems for NCHARS, close enough. 805 % @exampleindent NCHARS 806 % We'll use ems for NCHARS like @paragraphindent.
|