Home | History | Annotate | Download | only in orig

Lines Matching refs:alt

2034     FILE *alt = fopen(azArg[1], "rb");
2035 if( alt==0 ){
2039 rc = process_input(p, alt);
2040 fclose(alt);