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

  /src/external/bsd/pcc/dist/pcc/f77/fcom/
main.c 56 FILE *initfile, *sortfile; variable
291 if( (c = getc(sortfile)) == EOF)
297 if( (c = getc(sortfile)) == EOF)
311 for(c = getc(sortfile) ; c!=EOF && isspace(c) ; c = getc(sortfile) );
316 for(*n = 0 ; isdigit(c) ; c = getc(sortfile) )
368 if( (sortfile = fopen(file, "r")) == NULL)
418 while ( putc( getc(sortfile), stdout) != '\n')

Completed in 21 milliseconds