Home
last modified time | relevance | path

Searched refs:ltfile (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/bsd/less/dist/lesstest/
H A Dmaketest24 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";
H A Drun.c201 int run_testfile(const char* ltfile, const char* less) { in run_testfile() argument
202 FILE* testfd = fopen(ltfile, "r"); in run_testfile()
204 fprintf(stderr, "cannot open %s\n", ltfile); in run_testfile()