Searched refs:sortfile (Results 1 – 1 of 1) sorted by relevance
56 FILE *initfile, *sortfile; variable291 if( (c = getc(sortfile)) == EOF) in rdname()297 if( (c = getc(sortfile)) == EOF) in rdname()311 for(c = getc(sortfile) ; c!=EOF && isspace(c) ; c = getc(sortfile) ); in rdlong()316 for(*n = 0 ; isdigit(c) ; c = getc(sortfile) ) in rdlong()368 if( (sortfile = fopen(file, "r")) == NULL) in dodata()418 while ( putc( getc(sortfile), stdout) != '\n') in dodata()