Home
last modified time | relevance | path

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

/external/one-true-awk/
Dtran.c55 Cell *nfloc; /* NF */ variable
103 nfloc = setsymtab("NF", "", 0.0, NUM, symtab); in syminit()
104 NF = &nfloc->fval; in syminit()
Dawk.h116 extern Cell *nfloc; /* NF */
Dlib.c418 setfval(nfloc, (Awkfloat) lastfld); in fldbld()
448 setfval(nfloc, (Awkfloat) n); in newfld()
Drun.c1131 if (x == y && !(x->tval & (FLD|REC)) && x != nfloc) in assign()