Searched refs:NC (Results 1 - 14 of 14) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/locale/
H A Dutils.h38 #define NC (CHAR_MAX - CHAR_MIN + 1) macro
H A Dregex2.h114 unsigned char bmp[NC / 8];
131 if (ch < NC)
151 if (ch < NC)
H A Dregcomp.c1133 for (i = n = 0; i < NC; i++)
1155 if (ch < NC)
1168 if ((nch = towlower(ch)) < NC)
1170 if ((nch = towupper(ch)) < NC)
1183 for (; min < NC && min <= max; min++)
1208 for (i = 0; i < NC; i++)
1622 g->charjump = (int *)malloc((NC + 1) * sizeof (int));
/illumos-gate/usr/src/cmd/spell/
H A Dhash.c47 #define NC 30 macro
50 static long pow2[NC*2];
92 for (i = 0; i < 2*NC-3; i += 2) {
/illumos-gate/usr/src/cmd/bnu/
H A DCvt50 NC=`ls $SPOOL/C. | grep -c "^C."`
51 if [ $NC -eq 0 ]
66 There are $NC C. files in $SPOOL.
/illumos-gate/usr/src/cmd/troff/
H A Dn9.c91 tchar linebuf[NC];
209 tchar brabuf[NC];
223 (j <= (brabuf + NC - 4))) {
254 tchar vlbuf[NC];
295 while ((vlp < (vlbuf + NC - 3)) && cnt--) {
309 #define NPAIR (NC/2-6) /* max pairs in spline, etc. */
315 tchar c, drawbuf[NC];
502 while (nchar-->0 && pbp < &pbbuf[NC-3]) {
535 while (nchar-- > 0 && pbp < &pbbuf[NC-3])
H A Dnii.c77 tchar pbbuf[NC]; /* pushback buffer for arguments, \n, etc. */
H A Dext.h177 extern tchar pbbuf[NC];
H A Dtdef.h180 #define NC 1024 /* cbuf size words */ macro
/illumos-gate/usr/src/ucblib/libcurses/
H A Dcurses.c51 bool AM, BS, CA, DA, DB, EO, HC, HZ, IN, MI, MS, NC, NS, OS, UL, XB, XN, variable
H A Dcr_put.c279 if (NC && outline >= destline)
294 if (NC) {
H A Dcr_tty.c39 &MS, &NC, &NS, &OS, &UL, &XB, &XN, &XT, &XS,
/illumos-gate/usr/src/cmd/diff3/
H A Ddiff3prog.c61 #define NC 4096 macro
69 static struct diff d13[NC];
70 static struct diff d23[NC];
77 static struct diff de[NC];
78 static char overlap[NC];
198 if (i >= NC) {
/illumos-gate/usr/src/ucbhead/
H A Dcurses.h59 extern bool AM, BS, CA, DA, DB, EO, HC, HZ, IN, MI, MS, NC, NS, OS, UL,

Completed in 118 milliseconds