Home
last modified time | relevance | path

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

/freebsd/contrib/one-true-awk/
H A DChangeLog206 (setlastfld): New function.
207 * proto.h (setlastfld): Add declaration.
211 If setting NF, clear donerec and call setlastfld().
213 recbld(). If setting NF, clear donerec and call setlastfld().
H A Dproto.h129 extern void setlastfld(int);
H A Dtran.c312 setlastfld(f); in setfval()
383 setlastfld(f); in setsval()
H A Dlib.c546 void setlastfld(int n) /* set lastfld cleaning fldtab cells if necessary */ in setlastfld() function