Searched refs:sfgetu (Results 1 – 14 of 14) sorted by relevance
80 t->fork.forkline = sfgetu(infile); in r_tree()106 t->ar.arline = sfgetu(infile); in r_tree()116 t->for_.forline = sfgetu(infile); in r_tree()125 t->sw.swline = sfgetu(infile); in r_tree()140 t->funct.functline = sfgetu(infile); in r_tree()162 t->tst.tstline = sfgetu(infile); in r_tree()182 while((l=sfgetu(infile))>0) in r_arg()216 fp->fortyp = sfgetu(infile); in r_arg()279 com->comline = sfgetu(infile); in r_comarg()336 register unsigned long l = sfgetu(in); in r_string()
30 Sfulong_t sfgetu(Sfio_t* f) in sfgetu() function32 Sfulong_t sfgetu(f) in sfgetu()
41 return sfgetu(f);
49 return sfgetu(f);
43 if((sign = sfgetc(f)) < 0 || (exp = (int)sfgetu(f)) < 0)
275 mc->nstrs = sfgetu(ip); in mcopen()276 mc->nmsgs = sfgetu(ip); in mcopen()277 mc->num = sfgetu(ip); in mcopen()301 while (i = sfgetu(ip)) in mcopen()305 n = sfgetu(ip); in mcopen()317 if (n = sfgetu(ip)) in mcopen()
542 sfgetu;
312 common/sfio/sfgetu.o \
292 extern Sfulong_t sfgetu _ARG_((Sfio_t*));
752 t = sfgetu(fp->fp); in findread()