Home
last modified time | relevance | path

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

/mirbsd/src/usr.bin/awk/
Dlib.c157 setfval(fnrloc, 0.0); in getrec()
171 setfval(nrloc, nrloc->fval+1); in getrec()
172 setfval(fnrloc, fnrloc->fval+1); in getrec()
368 setfval(nfloc, (Awkfloat) lastfld); in fldbld()
397 setfval(nfloc, (Awkfloat) n); in newfld()
Drun.c376 setfval(fp->retval, getfval(y)); in jump()
446 setfval(r, (Awkfloat) n); in awkgetline()
606 setfval(rstartloc, (Awkfloat) start); in matchop()
607 setfval(rlengthloc, (Awkfloat) patlen); in matchop()
808 setfval(z, v); in sindex()
1054 setfval(z, i); in arith()
1081 setfval(x, xf + k); in incrdecr()
1085 setfval(z, xf); in incrdecr()
1086 setfval(x, xf + k); in incrdecr()
1110 setfval(x, getfval(y)); in assign()
[all …]
Dproto.h108 extern double setfval(Cell *, double);
Dtran.c284 Awkfloat setfval(Cell *vp, Awkfloat f) /* set float val of a Cell */ in setfval() function
DFIXES446 fixed memory leaks in run.c (call) and tran.c (setfval).