Home
last modified time | relevance | path

Searched refs:setfval (Results 1 – 5 of 5) sorted by relevance

/ndk/sources/host-tools/nawk-20071023/
Dlib.c142 setfval(fnrloc, 0.0); in getrec()
156 setfval(nrloc, nrloc->fval+1); in getrec()
157 setfval(fnrloc, fnrloc->fval+1); in getrec()
348 setfval(nfloc, (Awkfloat) lastfld); in fldbld()
377 setfval(nfloc, (Awkfloat) n); in newfld()
Drun.c370 setfval(fp->retval, getfval(y)); in jump()
439 setfval(r, (Awkfloat) n); in getline()
599 setfval(rstartloc, (Awkfloat) start); in matchop()
600 setfval(rlengthloc, (Awkfloat) patlen); in matchop()
801 setfval(z, v); in sindex()
1044 setfval(z, i); in arith()
1071 setfval(x, xf + k); in incrdecr()
1075 setfval(z, xf); in incrdecr()
1076 setfval(x, xf + k); in incrdecr()
1100 setfval(x, getfval(y)); in assign()
[all …]
Dproto.h111 extern double setfval(Cell *, double);
Dtran.c281 Awkfloat setfval(Cell *vp, Awkfloat f) /* set float val of a Cell */ in setfval() function
DFIXES371 fixed memory leaks in run.c (call) and tran.c (setfval).