HomeSort by relevance Sort by last modified time
    Searched refs:cleanfld (Results 1 - 2 of 2) sorted by null

  /external/one-true-awk/
lib.c 351 cleanfld(i+1, lastfld); /* clean out junk from previous record */
371 void cleanfld(int n1, int n2) /* clean out fields n1 .. n2 inclusive */ function
389 cleanfld(lastfld+1, n);
402 cleanfld(lastfld+1, n);
404 cleanfld(n+1, lastfld);
proto.h 125 extern void cleanfld(int, int);

Completed in 49 milliseconds