Home
last modified time | relevance | path

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

/freebsd/contrib/tcsh/
H A Dtcsh.man2html47 $indexfile = 'index'; # Symlink to $topfile *
51 $topfile = 'top'; # Top-level HTML file *
123 $topfile .= ".$html"; # Top-level HTML file (or moved notice)
124 $indexfile .= ".$html"; # Symlink to $topfile
167 (system("ln -s $topfile $dir/$indexfile") >> 8)
168 && die "$whatami: Can't link $topfile to $dir/$indexfile!\n";
242 open(TOP, ">$dir/$topfile");
328 $pointers = "<A HREF=\"$topfile\">Up</A>";
388 s/TOPFILEHERE/$topfile/;
412 s/TOPFILEHERE/$topfile/;
[all …]
/freebsd/usr.sbin/ypldap/
H A Dparse.y62 } *file, *topfile; variable
444 if (file == topfile || popfile() == EOF) in lgetc()
462 if (file == topfile || popfile() == EOF) in lgetc()
741 topfile = file; in parse_config()