Home
last modified time | relevance | path

Searched refs:kk (Results 1 – 15 of 15) sorted by relevance

/original-bsd/usr.bin/diction/style3/
H A Doutp.c24 int nn, sc, f, kk,comp, begsc; in outp() local
52 nn = kk = 0; in outp()
57 if(nn < 4 && kk == 0)return; in outp()
61 conjf = verbf = kk = nn = sc = comp = begsc = 0; in outp()
75 kk++; in outp()
284 for(st=sent, kk=0;st->cc != END;st++){ in outp()
288 if(kk++ >= 15){ in outp()
289 kk=0; in outp()
294 kk=1; in outp()
296 else kk=0; in outp()
[all …]
H A Dpscan.c943 who(kk,ce) in who() argument
944 int kk,ce; in who()
947 sent[kk].cc=PRONP;
948 c=sent[kk+1].cc;
950 sent[++kk].cc = ADV;
951 c = sent[kk+1].cc;
954 sent[++kk].cc=VERB;
956 return(kk);
958 w: switch(sent[++kk].cc){
965 verb=getv(kk,ce);
[all …]
/original-bsd/sys/vax/datakit/
H A Dkmc.c286 kmcioctl(dev, cmd, kk, mode) in kmcioctl() argument
288 struct kmcntl *kk;
296 cmd, kk->kmd, kk->kcsr, kk->kval);
303 switch (kk->kmd) {
312 if (kk->kmd == KRESET) {
325 kp->sel6 = kk->kval;
342 if (copyout((caddr_t)csr, (caddr_t)kk->kcsr, sizeof csr))
348 kp->sel6 = kk->kval;
354 tp->k_stat |= (kk->kval&STYPE)|SRUN;
365 kp->bsel1 = kk->kval&(LUA|LUB);
/original-bsd/old/cb/
H A Dcb.c291 int l,kk,k,i; local
293 kk=0;
294 while(string[kk] == ' ')kk++;
297 for(k=kk;(r = tab[i][l++]) == string[k] && r != '\0';k++);
/original-bsd/old/refer/hunt/
H A Dhunt1.c45 int falseflg, nhash, nitem, nfound, frtbl, kk; local
155 kk=fread( hpt, sizeof(*hpt), nhash, fa);
157 fprintf(stderr,"read %d hashes, iflong %d, nhash %d\n", kk, iflong, nhash);
159 _assert (kk==nhash);
/original-bsd/games/adventure/
H A Dmain.c37 struct text *kk; local
75 kk = &stext[loc];
76 if ((abb[loc]%abbnum)==0 || kk->seekadr==0)
77 kk = &ltext[loc];
83 kk = &rtext[16];
86 speak(kk);
H A Dsubr.c89 register struct travlist *kk; in fdwarf() local
124 for (kk=travel[dloc[i]]; kk!=0; kk=kk->next) in fdwarf()
125 { newloc=kk->tloc; in fdwarf()
130 ||kk->conditions==100) continue; in fdwarf()
/original-bsd/sbin/ping/
H A Dping.c925 register int ii, jj, kk; local
942 for (kk = 0;
943 kk <= MAXPACKET - (8 + sizeof(struct timeval) + ii);
944 kk += ii)
946 bp[jj + kk] = pat[jj];
/original-bsd/local/ditroff/ditroff.okeeffe/
H A Dn3.c823 int xx, cnt, tcnt, kk, tot; in casepm() local
827 kk = cnt = tcnt = 0; in casepm()
840 kk += k; in casepm()
849 fdprintf(stderr, "pm: total %d, macros %d, space %d\n", tcnt, cnt, kk); in casepm()
/original-bsd/local/ditroff/ditroff.okeeffe/troff/
H A Dn3.c823 int xx, cnt, tcnt, kk, tot; in casepm() local
827 kk = cnt = tcnt = 0; in casepm()
840 kk += k; in casepm()
849 fdprintf(stderr, "pm: total %d, macros %d, space %d\n", tcnt, cnt, kk); in casepm()
/original-bsd/old/make/
H A Dgcos.c86 int kk; in dfold() local
87 kk = ( day*dayno + timeno) / 32768.; in dfold()
/original-bsd/local/ditroff/ditroff.old.okeeffe/troff/
H A Dn3.c827 int xx, cnt, tcnt, kk, tot; in casepm() local
831 kk = cnt = tcnt = 0; in casepm()
845 kk += k; in casepm()
854 fprintf(stderr, "pm: total %d, macros %d, space %d\n", tcnt, cnt, kk); in casepm()
/original-bsd/old/roff/common_source/
H A Dn3.c719 int xx, cnt, kk, tot; in casepm() local
724 kk = cnt = 0; in casepm()
733 kk += k; in casepm()
743 kvt(kk,pmline); in casepm()
/original-bsd/old/pcc/mip/
H A Dtrees.c635 int k, kk; local
648 for( ; (kk = dimtab[k] ) >= 0; ++k ){
649 if( kk >= SYMTSZ ){
653 if( kk == i ) return( 1 );
654 switch( stab[kk].stype ){
659 if( hflag && chkstr( i, dimtab[stab[kk].sizoff+1], stab[kk].stype ) ){
660 if( stab[kk].sname[0] == '$' ) return(0); /* $FAKE */
667 stab[kk].sname, stab[i].sname );
/original-bsd/usr.bin/dc/
H A Ddc.c1717 register struct blk *h,*kk; in morehd() local
1726 kk = h; in morehd()
1727 while(h<hfree+(HEADSZ/BLK))(h++)->rd = (char *)++kk; in morehd()