Searched refs:NCHARS (Results 1 – 5 of 5) sorted by relevance
204 #define NCHARS (256+3) /* 256 handles 8-bit chars; 128 does 7-bit */ macro219 uschar gototab[NSTATES][NCHARS];
36 #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()
96 cranked up size of NCHARS; coverity thinks it can be overrun with291 changed HAT to NCHARS-2. thanks again to santiago vila.714 changed NCHARS to 256 to handle 8-bit characters in strings
941 % @paragraphindent NCHARS942 % We'll use ems for NCHARS, close enough.943 % NCHARS can also be the word `asis' or `none'.962 % @exampleindent NCHARS963 % We'll use ems for NCHARS like @paragraphindent.
1008 % @paragraphindent NCHARS1009 % We'll use ems for NCHARS, close enough.1010 % NCHARS can also be the word `asis' or `none'.1029 % @exampleindent NCHARS1030 % We'll use ems for NCHARS like @paragraphindent.