Home
last modified time | relevance | path

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

/ndk/sources/host-tools/nawk-20071023/
Dawk.h204 #define NCHARS (256+3) /* 256 handles 8-bit chars; 128 does 7-bit */ macro
219 uschar gototab[NSTATES][NCHARS];
Db.c36 #define HAT (NCHARS+2) /* matches ^ in regular expr */
167 for (i=0; i < NCHARS; i++) in makeinit()
540 for (i = 0; i < NCHARS; i++) in pmatch()
597 for (i = 0; i < NCHARS; i++) in nematch()
823 for (i = 0; i < NCHARS; i++) { in relex()
855 assert(c == HAT || c < NCHARS); in cgoto()
922 for (i = 0; i < NCHARS; i++) in cgoto()
DFIXES96 cranked up size of NCHARS; coverity thinks it can be overrun with
291 changed HAT to NCHARS-2. thanks again to santiago vila.
714 changed NCHARS to 256 to handle 8-bit characters in strings
/ndk/sources/host-tools/make-3.81/config/
Dtexinfo.tex941 % @paragraphindent NCHARS
942 % We'll use ems for NCHARS, close enough.
943 % NCHARS can also be the word `asis' or `none'.
962 % @exampleindent NCHARS
963 % We'll use ems for NCHARS like @paragraphindent.
/ndk/sources/host-tools/sed-4.2.1/build-aux/
Dtexinfo.tex1008 % @paragraphindent NCHARS
1009 % We'll use ems for NCHARS, close enough.
1010 % NCHARS can also be the word `asis' or `none'.
1029 % @exampleindent NCHARS
1030 % We'll use ems for NCHARS like @paragraphindent.