Searched refs:NCHARS (Results 1 – 11 of 11) sorted by relevance
152 #define NCHARS 50 macro165 char dashes[NCHARS + 1]; in dist_print_header()173 n = (NCHARS - strlen(dist)) / 2; in dist_print_header()202 char ats[NCHARS + 1], spaces[NCHARS + 1]; in dist_print_bucket()214 nats = (NCHARS * count) / total; in dist_print_bucket()217 (void) memset(spaces, ' ', NCHARS - nats); in dist_print_bucket()218 spaces[NCHARS - nats] = 0; in dist_print_bucket()226 #undef NCHARS
41 #define NCHARS (1 << BITSPERBYTE) macro85 char tab[NCHARS]; in _doscan()486 (void) memset(tab, !t, NCHARS); in setup()
40 #define NROFFCHARS NCHARS /* ought to be dynamic */
38 #define HAT (NCHARS-1) /* matches ^ in regular expr */177 for (i = 0; i < NCHARS; i++) in makeinit()497 for (i = 0; i < NCHARS; i++) in pmatch()554 for (i = 0; i < NCHARS; i++) in nematch()833 for (i = 0; i < NCHARS; i++) in cgoto()
243 #define NCHARS (256+1) macro256 uchar gototab[NSTATES][NCHARS];
172 #define NCHARS 512 /* maximum size of troff character set */ macro173 #define NTRTAB NCHARS /* number of items in trtab[] */174 #define NWIDCACHE NCHARS /* number of items in widcache */
42 #define NCHARS 128 macro454 ccl_chars_t symbol[NCHARS]; in cgotofn()455 ccl_chars_t isyms[NCHARS]; in cgotofn()456 ccl_chars_t ssyms[NCHARS]; in cgotofn()466 for (i = 0; i < NCHARS; i++) in cgotofn()
69 #define NCHARS 256 macro75 int gotofn[NSTATES][NCHARS];491 for (k=0; k<NCHARS; k++) in nxtst()973 for (k=0; k<NCHARS; k++) in clearg()
55 #define NCHARS (1 << BITSPERBYTE) macro144 char tab[NCHARS]; in __wdoscan_u()459 (void) memset(tab, !t, NCHARS); in __wdoscan_u()
123 if (nchtab >= NCHARS - 128) { in ptinit()
933 % @paragraphindent NCHARS934 % We'll use ems for NCHARS, close enough.935 % NCHARS can also be the word `asis' or `none'.954 % @exampleindent NCHARS955 % We'll use ems for NCHARS like @paragraphindent.