HomeSort by: relevance | last modified time | path
    Searched refs:nfloc (Results 1 - 4 of 4) sorted by relevancy

  /src/external/historical/nawk/dist/
tran.c 59 Cell *nfloc; /* NF */ variable
94 nfloc = setsymtab("NF", "", 0.0, NUM, symtab);
95 NF = &nfloc->fval;
awk.h 120 extern Cell *nfloc; /* NF */
lib.c 505 setfval(nfloc, (Awkfloat) lastfld);
535 setfval(nfloc, (Awkfloat) n);
run.c 1531 if (x == y && !(x->tval & (FLD|REC)) && x != nfloc)

Completed in 17 milliseconds