HomeSort by: relevance | last modified time | path
    Searched defs:cleanfld (Results 1 - 1 of 1) sorted by relevancy

  /src/external/historical/nawk/dist/
lib.c 498 cleanfld(i+1, lastfld); /* clean out junk from previous record */
515 void cleanfld(int n1, int n2) /* clean out fields n1 .. n2 inclusive */ function
533 cleanfld(lastfld+1, n);
546 cleanfld(lastfld+1, n);
548 cleanfld(n+1, lastfld);

Completed in 20 milliseconds