Searched refs:ltfile (Results 1 – 2 of 2) sorted by relevance
24 my $ltfile = $opt{o};41 if (not defined $ltfile) {44 $ltfile = "lt/$textfile$suffix.lt";45 last if not -e $ltfile;49 …my $cmd = "LINES=$lines COLUMNS=$columns $lesstest $lt_opts $ls_opts -s '$lt_screen' -o '$ltfile' …53 unlink $ltfile;55 print "created $ltfile\n";
201 int run_testfile(const char* ltfile, const char* less) { in run_testfile() argument202 FILE* testfd = fopen(ltfile, "r"); in run_testfile()204 fprintf(stderr, "cannot open %s\n", ltfile); in run_testfile()