/original-bsd/games/backgammon/common_source/ |
H A D | board.c | 15 static char ln[60]; variable 34 strcpy (ln,bl); in wrboard() 42 writel (ln); in wrboard() 72 writel (ln); in wrboard() 75 ln[25] = 'B'; in wrboard() 76 ln[26] = 'A'; in wrboard() 77 ln[27] = 'R'; in wrboard() 78 writel (ln); in wrboard() 108 writel (ln); in wrboard() 119 writel (ln); in wrboard() [all …]
|
/original-bsd/old/pcc/lint/llibs/ |
H A D | Makefile | 5 LN= llib-port.ln llib-lc.ln llib-lcurses.ln llib-ldbm.ln llib-lm.ln \ 6 llib-lmp.ln llib-lplot.ln llib-ltermcap.ln 10 ${BINDIR}/llib-ltermcap.ln ${BINDIR}/llib-ltermlib.ln 29 llib-port.ln: llib-port 33 llib-ldbm.ln: llib-ldbm 37 llib-lm.ln: llib-lm 39 ${LP1} -uv > llib-lm.ln 41 llib-lmp.ln: llib-lmp 45 llib-lplot.ln: llib-lplot 53 llib-lc.ln: llib-lc [all …]
|
/original-bsd/usr.bin/make/lst.lib/ |
H A D | lstDestroy.c | 42 register ListNode ln; local 63 for (ln = list->firstPtr; ln != NilListNode; ln = tln) { 64 tln = ln->nextPtr; 65 (*freeProc) (ln->datum); 66 free ((Address)ln); 69 for (ln = list->firstPtr; ln != NilListNode; ln = tln) { 70 tln = ln->nextPtr; 71 free ((Address)ln);
|
H A D | lstDupl.c | 43 register ListNode ln; local 55 ln = list->firstPtr; 56 while (ln != NilListNode) { 58 if (Lst_AtEnd (nl, (*copyProc) (ln->datum)) == FAILURE) { 61 } else if (Lst_AtEnd (nl, ln->datum) == FAILURE) { 65 if (list->isCirc && ln == list->lastPtr) { 66 ln = NilListNode; 68 ln = ln->nextPtr;
|
H A D | lstDatum.c | 36 Lst_Datum (ln) in Lst_Datum() argument 37 LstNode ln; in Lst_Datum() 39 if (ln != NILLNODE) { 40 return (((ListNode)ln)->datum);
|
H A D | lstSucc.c | 38 Lst_Succ (ln) in Lst_Succ() argument 39 LstNode ln; in Lst_Succ() 41 if (ln == NILLNODE) { 44 return ((LstNode) ((ListNode) ln)->nextPtr);
|
H A D | lstPred.c | 46 Lst_Pred (ln) in Lst_Pred() argument 47 LstNode ln; in Lst_Pred() 49 if (ln == NILLNODE) { 52 return ((LstNode)((ListNode) ln)->prevPtr);
|
H A D | lstFindFrom.c | 38 Lst_FindFrom (l, ln, d, cProc) in Lst_FindFrom() argument 40 register LstNode ln; 47 if (!LstValid (l) || LstIsEmpty (l) || !LstNodeValid (ln, l)) { 51 tln = (ListNode)ln; 60 } while (tln != (ListNode)ln && tln != NilListNode);
|
H A D | lstInsert.c | 38 Lst_Insert (l, ln, d) in Lst_Insert() argument 40 LstNode ln; /* node before which to insert d */ 44 register ListNode lNode = (ListNode)ln; 51 if (LstValid (l) && (LstIsEmpty (l) && ln == NILLNODE)) 54 if (!LstValid (l) || LstIsEmpty (l) || !LstNodeValid (ln, l)) { 64 if (ln == NILLNODE) {
|
H A D | lstReplace.c | 36 Lst_Replace (ln, d) in Lst_Replace() argument 37 register LstNode ln; in Lst_Replace() 40 if (ln == NILLNODE) { 43 ((ListNode) ln)->datum = d;
|
H A D | lstRemove.c | 38 Lst_Remove (l, ln) in Lst_Remove() argument 40 LstNode ln; 43 register ListNode lNode = (ListNode) ln; 46 !LstNodeValid (ln, l)) { 98 free ((Address)ln);
|
H A D | lstAppend.c | 39 Lst_Append (l, ln, d) in Lst_Append() argument 41 LstNode ln; /* node after which to append the datum */ 48 if (LstValid (l) && (ln == NILLNODE && LstIsEmpty (l))) { 52 if (!LstValid (l) || LstIsEmpty (l) || ! LstNodeValid (ln, l)) { 58 lNode = (ListNode)ln;
|
/original-bsd/contrib/gcc-2.3.3/ |
H A D | makefile | 6 rm -f aux-output.c; ln -s config/m68k.c aux-output.c 7 rm -f md; ln -s config/m68k.md md 8 rm -f tconfig.h; ln -s config/xm-m68k.h tconfig.h 9 rm -f tm.h; ln -s config/hp3bsd.h tm.h 12 rm -f md; ln -s config/m68k.md md 13 rm -f tconfig.h; ln -s config/xm-m68k.h tconfig.h 14 rm -f tm.h; ln -s config/luna68k.h tm.h 17 rm -f md; ln -s config/mips.md md 19 rm -f tm.h; ln -s config/mips-dec-bsd.h tm.h 22 rm -f md; ln -s config/sparc.md md [all …]
|
/original-bsd/etc/etc.hp300/ |
H A D | MAKEDEV.hpux | 7 ln=ln 19 $ln grf${d} crt9837 22 $ln grf${d} crt98550 25 $ln grf${d} crt98700 28 $ln grf${d} crt98720 33 $ln ocrt98720 ocrt 35 $ln grf${d} crtren; $ln grf${d} crtrenreg 38 $ln grf${d} crt98730 43 $ln ocrt98730 ocrt 52 $ln grf${d} crt [all …]
|
/original-bsd/local/transcript/lib/ |
H A D | Makefile | 31 ln psint.sh psif; ln psint.sh psof; ln psint.sh psnf; \ 32 ln psint.sh pstf; ln psint.sh psgf; ln psint.sh psvf; \ 33 ln psint.sh psdf; ln psint.sh pscf; ln psint.sh psrf; \ 34 ln psbad.sh psbad; ln loadseal.sh loadseal
|
/original-bsd/usr.bin/make/ |
H A D | suff.c | 701 LstNode ln; local 905 LstNode ln; local 935 LstNode ln; local 1059 LstNode ln; local 1555 for (ln=Lst_First(sGn->cohorts); ln != NILLNODE; ln=Lst_Succ(ln)) { 1604 ln = Lst_Succ(ln); 1716 LstNode ln; local 1822 ln = Lst_FindFrom(sufflist, ln, eoname, SuffSuffIsSuffixP); 1864 ln = Lst_Succ(ln); 2199 LstNode ln; local [all …]
|
H A D | dir.c | 697 p = (Path *) Lst_Datum (ln); 876 ln = Lst_Last (path); 877 if (ln == NILLNODE) { 880 p = (Path *) Lst_Datum (ln); 1010 if (ln != NILLNODE) { 1011 p = (Path *)Lst_Datum (ln); 1145 LstNode ln; local 1201 LstNode ln; local 1204 for (ln = Lst_First(path2); ln != NILLNODE; ln = Lst_Succ(ln)) { 1205 p = (Path *)Lst_Datum(ln); [all …]
|
H A D | make.c | 319 gn = (GNode *)Lst_Datum (ln); 459 while ((ln = Lst_Next (cgn->parents)) != NILLNODE) { 460 pgn = (GNode *)Lst_Datum (ln); 493 for (ln = Lst_First(cgn->successors); ln != NILLNODE; ln = Lst_Succ(ln)) { 494 GNode *succ = (GNode *)Lst_Datum(ln); 511 while ((ln = Lst_Next (cgn->iParents)) != NILLNODE) { 512 pgn = (GNode *)Lst_Datum (ln); 663 LstNode ln; in MakeStartJobs() local 665 for (ln = Lst_First(gn->preds); ln != NILLNODE; ln = Lst_Succ(ln)){ in MakeStartJobs() 666 GNode *pgn = (GNode *)Lst_Datum(ln); in MakeStartJobs() [all …]
|
/original-bsd/local/ditroff/ditroff.okeeffe/tbl/ |
H A D | vertlines.c | 14 int tp = 0, sl, ln, pos, epb, ept, vm; in drawvert() local 23 for(ln = 0; ln < lwid; ln++){ in drawvert() 25 pos = 2 * ln - lwid + 1; in drawvert() 52 epb += (ln == 0 ? 1 : -1); in drawvert() 55 epb += (ln == 1 ? 1 : -1); in drawvert() 108 ept += (ln == 0 ? 1 : -1); in drawvert() 111 ept += (ln == 1 ? 1 : -1); in drawvert()
|
H A D | horlines.c | 60 int lcount, ln, linpos, oldpos, nodata, lnch; in drawline() local 81 for(ln = oldpos = 0; ln < lcount; ln++){ in drawline() 82 linpos = 2 * ln - lcount + 1; in drawline() 91 exhl = ln == 0 ? "1p" : "-1p"; in drawline() 94 exhl = ln == 1 ? "1p" : "-1p"; in drawline() 122 exhr = ln == 0 ? "-1p" : "+1p"; in drawline() 125 exhr = ln == 1 ? "-1p" : "+1p"; in drawline()
|
/original-bsd/old/tbl/ |
H A D | tv.c | 14 int tp=0, sl, ln, pos, epb, ept, vm; in drawvert() local 19 for(ln=0; ln<lwid; ln++) in drawvert() 22 pos = 2*ln-lwid+1; in drawvert() 43 case RIGHT: epb += (ln==0 ? 1 : -1); break; in drawvert() 44 case LEFT: epb += (ln==1 ? 1 : -1); break; in drawvert() 81 case LEFT: ept += (ln==0 ? 1 : -1); break; in drawvert() 82 case RIGHT: ept += (ln==1 ? 1 : -1); break; in drawvert()
|
/original-bsd/usr.bin/learn/NOTUSED/ |
H A D | tee.c | 26 static char ln[BUFSIZ]; variable 27 char *p = ln; 33 p=ln; in put() 40 s = ln; in fl()
|
/original-bsd/etc/ |
H A D | Makefile | 61 ln ${DESTDIR}/root/.cshrc ${DESTDIR}/.cshrc; \ 62 ln ${DESTDIR}/root/.profile ${DESTDIR}/.profile) 100 (cd ${DESTDIR}/ && rm -f sys && ln -s usr/src/sys sys) 101 (cd ${DESTDIR}/etc && rm -f rmt && ln -s /usr/sbin/rmt rmt) 103 rm -f termcap && ln -s /usr/share/misc/termcap termcap) 104 (cd ${DESTDIR}/usr && rm -f X11 && ln -s X11R5 X11) 105 (cd ${DESTDIR}/usr && rm -f X11 && ln -s X11R6 X11) 106 (cd ${DESTDIR}/usr/bin && rm -f X11 && ln -s /usr/X11/bin X11) 107 (cd ${DESTDIR}/usr/lib && rm -f X && ln -s /usr/hpux/lib/X X) 108 (cd ${DESTDIR}/usr/lib && rm -f X11 && ln -s /usr/X11/lib X11) [all …]
|
/original-bsd/old/pcc/lint/ |
H A D | lint.sh | 14 *.ln) cat $A >>$T ;; 15 -l*) cat $LL/llib$A.ln >>$T ;; 32 unix) cat $LL/llib-lc.ln >>$T ;; 33 port) cat $LL/llib-port.ln >>$T ;; 38 *) cp $T $C.ln ;;
|
/original-bsd/usr.bin/learn/lrntee/ |
H A D | lrntee.c | 32 static char ln[512]; variable 33 char *p = ln; 39 p=ln; in put() 46 s = ln; in fl()
|