Searched refs:getl (Results 1 – 7 of 7) sorted by relevance
/titanic_44/usr/src/cmd/diff/ |
H A D | diffh.c | 57 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 D | inv5.c | 27 long getl(); in recopy() 50 getfun = (int(*)())getl; in recopy()
|
H A D | hunt2.c | 32 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 D | inv6.c | 88 getl(FILE *f) in getl() function
|
/titanic_44/usr/src/cmd/sgs/lex/common/ |
H A D | parser.y | 319 (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 D | ldefs.h | 245 extern CHR *getl();
|
H A D | sub1.c | 41 getl(CHR *p) in getl() function
|