Home
last modified time | relevance | path

Searched refs:sentp (Results 1 – 4 of 4) sorted by relevance

/original-bsd/usr.bin/diction/style3/
H A Doutp.c35 for(sentp=sent;sentp->cc != END;sentp++) in outp()
36 printf("%s %c %c\n",sentp->sp,sentp->ic,sentp->cc); in outp()
37 printf("%s %c %c\n",sentp->sp,sentp->ic,sentp->cc); in outp()
41 for(sentp=sent;sentp->cc != END;sentp++){ in outp()
42 if(sentp->cc==ADJ && (sentp+1)->cc==NOUN){ in outp()
47 else if(sentp->cc==NOUN)printf("%s\n",sentp->sp); in outp()
53 for(sentp=sent;sentp->cc != END;sentp++){ in outp()
54 if(sentp->cc != ',' && sentp->cc != '"')nn++; in outp()
55 if(sentp->cc == VERB || sentp->cc == BE || sentp->cc == AUX)kk++; in outp()
70 if((sentp->cc != ',') && (sentp->cc != '"')){ in outp()
[all …]
H A Dpart.l90 sentp->cc = sentp->ic = yytext[0];
92 sentp->cc = NOUN;
96 sentp++->sp = sptr;
100 sentp--;
112 sentp->cc=END;
113 sentp->ic = ';';
132 sentp->cc=sentp->ic=END;
133 sentp++->sp = sptr;
186 sentp=sent;
196 if(sentp != sent){
[all …]
H A Dconp.h10 extern struct ss *sentp;
/original-bsd/usr.bin/rdist/
H A Dexpand.c393 register char *sentp; local
398 sentp = entp;
401 entp = sentp;