Home
last modified time | relevance | path

Searched refs:cleanfld (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/one-true-awk/
H A Dlib.c499 cleanfld(i+1, lastfld); /* clean out junk from previous record */ in fldbld()
521 void cleanfld(int n1, int n2) /* clean out fields n1 .. n2 inclusive */ in cleanfld() function
539 cleanfld(lastfld+1, n); in newfld()
552 cleanfld(lastfld+1, n); in setlastfld()
554 cleanfld(n+1, lastfld); in setlastfld()
H A Dproto.h130 extern void cleanfld(int, int);