Lines Matching full:opt_fname
105 char * opt_fName = 0;
147 {"-file", OptSpec::STRING, &opt_fName},
1235 fprintf(stderr, "Can not open file \"%s\"\n", opt_fName);
1426 if (ProcessOptions(argc, argv, opts) != TRUE || opt_help || opt_fName == 0) {
1539 UCharFile f(opt_fName);
1599 printf("file \"%s\", %d lines.\n", opt_fName, gNumFileLines);