Searched defs:getl (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/cmd/refer/ |
H A D | inv6.c | 88 getl(FILE *f) function
|
H A D | hunt2.c | 32 static long getl(FILE *); 105 master.b[i] = getl(fb); 145 k = getl(fb); 295 getl(FILE *fb) function
|
/illumos-gate/usr/src/cmd/diff/ |
H A D | diffh.c | 57 static char *getl(int f, long n); 72 getl(int f, long n) function 149 s0 = getl(0, ++n0); 150 s1 = getl(1, ++n1); 185 s0 = getl(0, n0+i); 190 if (cmp(getl(0, n0+i-m), 191 getl(1, n1+k-m)) != 0) 197 s1 = getl(1, n1+j); 202 if (cmp(getl(0, n0+k-m), 203 getl( [all...] |
/illumos-gate/usr/src/cmd/sgs/lex/common/ |
H A D | sub1.c | 41 getl(CHR *p) function
|
Completed in 48 milliseconds