Home
last modified time | relevance | path

Searched refs:nfloc (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/one-true-awk/
H A Dtran.c55 Cell *nfloc; /* NF */ variable
90 nfloc = setsymtab("NF", "", 0.0, NUM, symtab); in syminit()
91 NF = &nfloc->fval; in syminit()
H A Dawk.h120 extern Cell *nfloc; /* NF */
H A Dlib.c513 setfval(nfloc, (Awkfloat) lastfld); in fldbld()
543 setfval(nfloc, (Awkfloat) n); in newfld()
H A Drun.c1540 if (x == y && !(x->tval & (FLD|REC)) && x != nfloc) in assign()