Searched defs:NC (Results 1 - 5 of 5) 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
|
/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/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/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
|
/illumos-gate/usr/src/cmd/troff/ |
H A D | tdef.h | 180 #define NC 1024 /* cbuf size words */ macro
|
Completed in 53 milliseconds