Searched refs:NCHARS (Results 1 - 11 of 11) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Ddist.c152 #define NCHARS 50 macro
165 char dashes[NCHARS + 1];
173 n = (NCHARS - strlen(dist)) / 2;
202 char ats[NCHARS + 1], spaces[NCHARS + 1];
214 nats = (NCHARS * count) / total;
217 (void) memset(spaces, ' ', NCHARS - nats);
218 spaces[NCHARS - nats] = 0;
226 #undef NCHARS macro
/illumos-gate/usr/src/cmd/troff/nroff.d/
H A Dtw.h40 #define NROFFCHARS NCHARS /* ought to be dynamic */
/illumos-gate/usr/src/lib/libbc/libc/stdio/common/
H A Ddoscan.c41 #define NCHARS (1 << BITSPERBYTE) macro
85 char tab[NCHARS];
486 (void) memset(tab, !t, NCHARS);
/illumos-gate/usr/src/cmd/troff/
H A Dtdef.h172 #define NCHARS 512 /* maximum size of troff character set */ macro
173 #define NTRTAB NCHARS /* number of items in trtab[] */
174 #define NWIDCACHE NCHARS /* number of items in widcache */
/illumos-gate/usr/src/cmd/awk/
H A Dawk.h243 #define NCHARS (256+1) macro
256 uchar gototab[NSTATES][NCHARS];
H A Db.c38 #define HAT (NCHARS-1) /* matches ^ in regular expr */
39 /* NCHARS is 2**n */
177 for (i = 0; i < NCHARS; i++)
497 for (i = 0; i < NCHARS; i++)
554 for (i = 0; i < NCHARS; i++)
833 for (i = 0; i < NCHARS; i++)
/illumos-gate/usr/src/cmd/oawk/
H A Db.c42 #define NCHARS 128 macro
454 ccl_chars_t symbol[NCHARS];
455 ccl_chars_t isyms[NCHARS];
456 ccl_chars_t ssyms[NCHARS];
466 for (i = 0; i < NCHARS; i++)
/illumos-gate/usr/src/cmd/egrep/
H A Degrep.y69 #define NCHARS 256
75 int gotofn[NSTATES][NCHARS];
491 for (k=0; k<NCHARS; k++)
973 for (k=0; k<NCHARS; k++)
/illumos-gate/usr/src/lib/libc/port/stdio/
H A Ddoscan.c55 #define NCHARS (1 << BITSPERBYTE) macro
144 char tab[NCHARS];
459 (void) memset(tab, !t, NCHARS);
/illumos-gate/usr/src/cmd/troff/troff.d/
H A Dt10.c123 if (nchtab >= NCHARS - 128) {
/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.

Completed in 71 milliseconds