Home
last modified time | relevance | path

Searched refs:ND (Results 1 – 25 of 37) sorted by relevance

12

/original-bsd/games/rain/
H A Drain.c50 register char *CM, *BC, *DN, *ND, *term; local
78 if (!(ND = tgetstr("nd", &tcp)))
79 ND = " ";
177 tputs(ND, 1, fputchar);
181 tputs(ND, 1, fputchar);
183 tputs(ND, 1, fputchar);
187 tputs(ND, 1, fputchar);
/original-bsd/games/hack/
H A Dhack.termcap.c15 static char *HO, *CL, *CE, *UP, *CM, *ND, *XD, *BC, *SO, *SE, *TI, *TE; variable
53 ND = tgetstr("nd", &tbufptr); in startup()
102 if(!ND && (curx != x || x <= 3)) { /* Extremely primitive */
149 if(!ND) cmov(x, y); else /* bah */ in nocmov()
152 xputs(ND); in nocmov()
/original-bsd/games/backgammon/common_source/
H A Dfancy.c23 char *ND; /* forward cursor sequence */ variable
38 char **tstr[] = { &BC, &CD, &CE, &CL, &CM, &HO, &MC, &ML, &ND, &UP };
478 tputs (ND,1,addbuf); in newpos()
487 tputs (ND,1,addbuf); in newpos()
495 tputs (ND,1,addbuf); in newpos()
512 tputs (ND,1,addbuf); in newpos()
520 tputs (ND,1,addbuf); in newpos()
716 if (ND)
717 lND = strlen (ND);
718 if (LI < 24 || CO < 72 || !(CL && UP && ND))
/original-bsd/contrib/sort/
H A Dsort.c49 struct coldesc clist[(ND+1)*2];
51 extern struct coldesc clist[(ND+1)*2];
72 struct field fldtab[ND+2], *ftpos;
75 memset(fldtab, 0, (ND+2)*sizeof(struct field));
H A Dinit.c20 extern struct coldesc clist[(ND+1)*2];
124 if (++nfields == ND)
125 errx(2, "too many sort keys. (Limit is %d)", ND-1);
191 static char vbuf[ND*20], *vpos, *tpos;
H A Dsort.h40 #define ND 10 /* limit on number of -k options. */ macro
/original-bsd/local/transcript/lib/ditroff.font/
H A DMakefile18 K KI KB KD NB ND NI NR \
21 K.aux KI.aux KB.aux KD.aux NB.aux ND.aux NI.aux NR.aux \
24 K.out KI.out KB.out KD.out NB.out ND.out NI.out NR.out \
/original-bsd/games/snake/snake/
H A Dsnake.h23 char *CL, *UP, *DO, *ND, *BS, variable
H A Dmove.c349 putpad(ND); in nd()
591 ND = tgetstr("nd", &ap); in getcap()
633 NDlength = strlen(ND); in getcap()
636 (HO == 0 | UP==0 || BS==0 || ND==0)) { in getcap()
/original-bsd/share/misc/
H A Dzipcodes25503 58007:Ayr, ND
25516 58029:Erie, ND
25530 58046:Hope, ND
25544 58062:Nome, ND
25546 58064:Page, ND
25621 58264:Nash, ND
25666 58343:Knox, ND
25737 58454:Jud, ND
25820 58580:Zap, ND
25898 58759:Max, ND
[all …]
/original-bsd/games/quiz/datfiles/
H A Dstate34 N{orth} Dakota|ND:Bismarck:ND:{wild }{prarie }rose
/original-bsd/old/pcc/lint/llibs/
H A Dllib-lcurses16 *KR, *KS, *KU, *LL, *MA, *ND, *NL, *RC, *SC, *SE, *SF,
75 ND = ND;
/original-bsd/lib/libcurses/
H A Dcurses.c28 *KR, *KS, *KU, *LL, *MA, *ND, *NL, *RC, *SC, *SE, *SF, variable
H A Dcr_put.c373 nondes: if (ND)
374 tputs(ND, 0, plodput);
H A Dsetterm.c41 &LL, &MA, &ND, &NL, &_PC, &RC, &SC, &SE, &SF,
/original-bsd/games/rogue/
H A Dzap.c308 goto ND;
348 goto ND;
363 ND: for (i = 0; i < 10; i++) {
/original-bsd/admin/admin/4.4BSD-Encumbered/
H A DGovPO.bsd.921 .ND
/original-bsd/admin/admin/4.3Tahoe/
H A DAdd1.tahoe.86.dom1 .ND
H A DAdd2.tahoe.83.dom1 .ND
H A DAdd2.tahoe.83.for1 .ND
H A DAdd2.tahoe.86.for1 .ND
H A DAdd2.tahoe.86.gov1 .ND
H A DAdd3.tahoe.83.gov1 .ND
/original-bsd/libexec/getty/
H A Dgettytab.h68 #define ND gettynums[3].value macro
/original-bsd/usr.bin/ex/
H A Dex_tty.h72 var char *ND; /* Non-destructive space */ variable

12