Home
last modified time | relevance | path

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

/freebsd/usr.bin/banner/
H A Dbanner.c45 #define NCHARS 128 macro
49 static const int asc_ptr[NCHARS] = {
1100 if ((u_char) message[i] >= NCHARS || in main()
/freebsd/contrib/one-true-awk/
H A Dawk.h240 #define NCHARS (1256+3) /* 256 handles 8-bit chars; 128 does 7-bit */ macro
243 #define HAT (NCHARS+2) /* matches ^ in regular expr */
H A Db.c172 f->gototab[i].entries = (gtte *) calloc(NCHARS, sizeof(gtte)); in resize_state()
175 f->gototab[i].allocated = NCHARS; in resize_state()
H A 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