Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/diff/
H A Ddiffh.c55 static char *getl(int f, long n);
70 getl(int f, long n) in getl() function
147 s0 = getl(0, ++n0); in main()
148 s1 = getl(1, ++n1); in main()
183 s0 = getl(0, n0+i); in easysynch()
188 if (cmp(getl(0, n0+i-m), in easysynch()
189 getl(1, n1+k-m)) != 0) in easysynch()
195 s1 = getl(1, n1+j); in easysynch()
200 if (cmp(getl(0, n0+k-m), in easysynch()
201 getl(1, n1+j-m)) != 0) in easysynch()
[all …]
/illumos-gate/usr/src/cmd/refer/
H A Dinv5.c25 long getl(); in recopy()
48 getfun = (int(*)())getl; in recopy()
H A Dhunt2.c30 static long getl(FILE *);
103 master.b[i] = getl(fb); in doquery()
143 k = getl(fb); in doquery()
293 getl(FILE *fb) in getl() function
H A Dinv6.c86 getl(FILE *f) in getl() function
/illumos-gate/usr/src/cmd/sgs/lex/common/
H A Dparser.y295 (void)getl(p=buf);
419 while(getl(p) && scomp(p,L_PctUpT) != 0 && scomp(p,L_PctLoT) != 0){
469 while(getl(p) && scomp(p, L_PctCbr) != 0)
617 (void)getl(buf);
618 while(!eof&& getl(buf) && scomp(L_PctCbr,buf)!=0)
929 if(getl(buf) && !eof) {
936 while(getl(buf) && !eof)
H A Dldefs.h243 extern CHR *getl();
H A Dsub1.c41 getl(CHR *p) in getl() function