Home
last modified time | relevance | path

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

/external/one-true-awk/
DChangeLog93 (setlastfld): New function.
94 * proto.h (setlastfld): Add declaration.
98 If setting NF, clear donerec and call setlastfld().
100 recbld(). If setting NF, clear donerec and call setlastfld().
Dproto.h127 extern void setlastfld(int);
Dtran.c316 setlastfld(f); in setfval()
382 setlastfld(f); in setsval()
Dlib.c394 void setlastfld(int n) /* set lastfld cleaning fldtab cells if necessary */ in setlastfld() function