Symbol: NC
usr/src/cmd/diff3/diff3prog.c
198
if (i >= NC) {
usr/src/cmd/diff3/diff3prog.c
69
static struct diff d13[NC];
usr/src/cmd/diff3/diff3prog.c
70
static struct diff d23[NC];
usr/src/cmd/diff3/diff3prog.c
77
static struct diff de[NC];
usr/src/cmd/diff3/diff3prog.c
78
static char overlap[NC];
usr/src/cmd/spell/hash.c
47
static long pow2[NC*2];
usr/src/cmd/spell/hash.c
89
for (i = 0; i < 2*NC-3; i += 2) {
usr/src/cmd/troff/ext.h
175
extern tchar pbbuf[NC];
usr/src/cmd/troff/n1.c
1145
while (b > ob && pbp < &pbbuf[NC-3])
usr/src/cmd/troff/n1.c
1147
if (pbp >= &pbbuf[NC-3]) {
usr/src/cmd/troff/n1.c
1164
while (b > ob && pbp < &pbbuf[NC-3])
usr/src/cmd/troff/n1.c
1166
if (pbp >= &pbbuf[NC-3]) {
usr/src/cmd/troff/n1.c
1505
while (i>0 && pbp < &pbbuf[NC-3]) {
usr/src/cmd/troff/n1.c
983
tchar xbuf[NC];
usr/src/cmd/troff/n1.c
993
while ((k = cbits(c = getch())) != delim && k != '\n' && i < xbuf+NC-1) {
usr/src/cmd/troff/n9.c
206
tchar brabuf[NC];
usr/src/cmd/troff/n9.c
220
(j <= (brabuf + NC - 4))) {
usr/src/cmd/troff/n9.c
251
tchar vlbuf[NC];
usr/src/cmd/troff/n9.c
292
while ((vlp < (vlbuf + NC - 3)) && cnt--) {
usr/src/cmd/troff/n9.c
306
#define NPAIR (NC/2-6) /* max pairs in spline, etc. */
usr/src/cmd/troff/n9.c
315
tchar c, drawbuf[NC];
usr/src/cmd/troff/n9.c
501
while (nchar-->0 && pbp < &pbbuf[NC-3]) {
usr/src/cmd/troff/n9.c
534
while (nchar-- > 0 && pbp < &pbbuf[NC-3])
usr/src/cmd/troff/n9.c
89
tchar linebuf[NC];
usr/src/cmd/troff/nii.c
74
tchar pbbuf[NC]; /* pushback buffer for arguments, \n, etc. */
usr/src/ucbhead/curses.h
57
extern bool AM, BS, CA, DA, DB, EO, HC, HZ, IN, MI, MS, NC, NS, OS, UL,
usr/src/ucblib/libcurses/cr_put.c
270
if (NC && outline >= destline)
usr/src/ucblib/libcurses/cr_put.c
285
if (NC) {
usr/src/ucblib/libcurses/cr_tty.c
37
&MS, &NC, &NS, &OS, &UL, &XB, &XN, &XT, &XS,
usr/src/ucblib/libcurses/curses.c
49
bool AM, BS, CA, DA, DB, EO, HC, HZ, IN, MI, MS, NC, NS, OS, UL, XB, XN,