Searched refs:NC (Results 1 - 14 of 14) sorted by relevance
/illumos-gate/usr/src/lib/libc/port/locale/ |
H A D | utils.h | 38 #define NC (CHAR_MAX - CHAR_MIN + 1) macro
|
H A D | regex2.h | 114 unsigned char bmp[NC / 8]; 131 if (ch < NC) 151 if (ch < NC)
|
H A D | regcomp.c | 1133 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 D | hash.c | 47 #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 D | Cvt | 50 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 D | n9.c | 91 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 D | nii.c | 77 tchar pbbuf[NC]; /* pushback buffer for arguments, \n, etc. */
|
H A D | ext.h | 177 extern tchar pbbuf[NC];
|
H A D | tdef.h | 180 #define NC 1024 /* cbuf size words */ macro
|
/illumos-gate/usr/src/ucblib/libcurses/ |
H A D | curses.c | 51 bool AM, BS, CA, DA, DB, EO, HC, HZ, IN, MI, MS, NC, NS, OS, UL, XB, XN, variable
|
H A D | cr_put.c | 279 if (NC && outline >= destline) 294 if (NC) {
|
H A D | cr_tty.c | 39 &MS, &NC, &NS, &OS, &UL, &XB, &XN, &XT, &XS,
|
/illumos-gate/usr/src/cmd/diff3/ |
H A D | diff3prog.c | 61 #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 D | curses.h | 59 extern bool AM, BS, CA, DA, DB, EO, HC, HZ, IN, MI, MS, NC, NS, OS, UL,
|
Completed in 66 milliseconds