Home | History | Annotate | Download | only in dist

Lines Matching refs:alt

2053     FILE *alt = fopen(azArg[1], "rb");
2054 if( alt==0 ){
2058 rc = process_input(p, alt);
2059 fclose(alt);