Searched refs:nfloc (Results 1 – 4 of 4) sorted by relevance
55 Cell *nfloc; /* NF */ variable103 nfloc = setsymtab("NF", "", 0.0, NUM, symtab); in syminit()104 NF = &nfloc->fval; in syminit()
116 extern Cell *nfloc; /* NF */
418 setfval(nfloc, (Awkfloat) lastfld); in fldbld()448 setfval(nfloc, (Awkfloat) n); in newfld()
1131 if (x == y && !(x->tval & (FLD|REC)) && x != nfloc) in assign()