Searched refs:getl (Results 1 – 7 of 7) sorted by relevance
| /illumos-gate/usr/src/cmd/diff/ |
| H A D | diffh.c | 55 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 D | inv5.c | 25 long getl(); in recopy() 48 getfun = (int(*)())getl; in recopy()
|
| H A D | hunt2.c | 30 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 D | inv6.c | 86 getl(FILE *f) in getl() function
|
| /illumos-gate/usr/src/cmd/sgs/lex/common/ |
| H A D | parser.y | 295 (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 D | ldefs.h | 243 extern CHR *getl();
|
| H A D | sub1.c | 41 getl(CHR *p) in getl() function
|