Home
last modified time | relevance | path

Searched refs:getl (Results 1 – 7 of 7) sorted by relevance

/titanic_44/usr/src/cmd/diff/
H A Ddiffh.c57 static char *getl(int f, long n);
72 getl(int f, long n) in getl() function
149 s0 = getl(0, ++n0); in main()
150 s1 = getl(1, ++n1); in main()
185 s0 = getl(0, n0+i); in easysynch()
190 if (cmp(getl(0, n0+i-m), in easysynch()
191 getl(1, n1+k-m)) != 0) in easysynch()
197 s1 = getl(1, n1+j); in easysynch()
202 if (cmp(getl(0, n0+k-m), in easysynch()
203 getl(1, n1+j-m)) != 0) in easysynch()
[all …]
/titanic_44/usr/src/cmd/refer/
H A Dinv5.c27 long getl(); in recopy()
50 getfun = (int(*)())getl; in recopy()
H A Dhunt2.c32 static long getl(FILE *);
105 master.b[i] = getl(fb); in doquery()
145 k = getl(fb); in doquery()
295 getl(FILE *fb) in getl() function
H A Dinv6.c88 getl(FILE *f) in getl() function
/titanic_44/usr/src/cmd/sgs/lex/common/
H A Dparser.y319 (void)getl(p=buf);
443 while(getl(p) && scomp(p,L_PctUpT) != 0 && scomp(p,L_PctLoT) != 0){
493 while(getl(p) && scomp(p, L_PctCbr) != 0)
641 (void)getl(buf);
642 while(!eof&& getl(buf) && scomp(L_PctCbr,buf)!=0)
952 if(getl(buf) && !eof) {
959 while(getl(buf) && !eof)
H A Dldefs.h245 extern CHR *getl();
H A Dsub1.c41 getl(CHR *p) in getl() function