Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Ddist.c150 #define NCHARS 50 macro
163 char dashes[NCHARS + 1]; in dist_print_header()
171 n = (NCHARS - strlen(dist)) / 2; in dist_print_header()
200 char ats[NCHARS + 1], spaces[NCHARS + 1]; in dist_print_bucket()
212 nats = (NCHARS * count) / total; in dist_print_bucket()
215 (void) memset(spaces, ' ', NCHARS - nats); in dist_print_bucket()
216 spaces[NCHARS - nats] = 0; in dist_print_bucket()
224 #undef NCHARS
/illumos-gate/usr/src/cmd/awk/
H A Db.c62 #define HAT (NCHARS-1) /* matches ^ in regular expr */
216 for (i = 0; i < NCHARS; i++) in makeinit()
628 for (i = 0; i < NCHARS; i++) in pmatch()
686 for (i = 0; i < NCHARS; i++) in nematch()
941 for (i = 1; i < NCHARS; i++) { in relex()
976 assert(c == HAT || c < NCHARS); in cgoto()
1038 for (i = 0; i < NCHARS; i++) in cgoto()
H A Dawk.h285 #define NCHARS (256+3) macro
299 uschar gototab[NSTATES][NCHARS];
/illumos-gate/usr/src/cmd/troff/nroff.d/
H A Dtw.h37 #define NROFFCHARS NCHARS /* ought to be dynamic */
/illumos-gate/usr/src/cmd/troff/
H A Dtdef.h170 #define NCHARS 512 /* maximum size of troff character set */ macro
171 #define NTRTAB NCHARS /* number of items in trtab[] */
172 #define NWIDCACHE NCHARS /* number of items in widcache */
/illumos-gate/usr/src/cmd/oawk/
H A Db.c40 #define NCHARS 128 macro
452 ccl_chars_t symbol[NCHARS]; in cgotofn()
453 ccl_chars_t isyms[NCHARS]; in cgotofn()
454 ccl_chars_t ssyms[NCHARS]; in cgotofn()
464 for (i = 0; i < NCHARS; i++) in cgotofn()
/illumos-gate/usr/src/lib/libc/port/stdio/
H A Ddoscan.c53 #define NCHARS (1 << BITSPERBYTE) macro
143 char tab[NCHARS]; in __wdoscan_u()
458 (void) memset(tab, !t, NCHARS); in __wdoscan_u()
/illumos-gate/usr/src/cmd/troff/troff.d/
H A Dt10.c121 if (nchtab >= NCHARS - 128) { in ptinit()
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex933 % @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.