Home
last modified time | relevance | path

Searched refs:nlet (Results 1 – 2 of 2) sorted by relevance

/original-bsd/usr.bin/diction/style3/
H A Doutp.c28 int lvowel,nlet; in outp() local
63 nlet = 0; in outp()
73 nlet += sentp->leng; in outp()
270 numlet += nlet; in outp()
279 if(rstyle||pstyle)rd = 4.71*((float)(nlet)/(float)(nn))+.5*(float)(nn)-21.43; in outp()
/original-bsd/usr.bin/deroff/
H A Dderoff.c723 int i, nlet; local
731 nlet = 0;
733 if(i == LETTER) ++nlet;
735 if (nlet > 1 && chars[p1[0]] == LETTER) {