Home | History | Annotate | Download | only in bin

Lines Matching refs:Frames

276 our $frames;		# If set, use frames for source code view
397 "frames|f" => \$frames,
499 # Issue a warning if --no-sourceview is enabled together with --frames
500 if ($no_sourceview && defined($frames))
502 warn("WARNING: option --frames disabled because --no-sourceview ".
504 $frames = undef;
525 if ($frames)
594 -f, --frames Use HTML frames for source code view
982 } elsif ($frames) {
1200 if (!$frames)
4087 <center>Frames not supported by your browser!<br></center>
4255 if ($frames)
4297 if ($frames && ($type == $HDR_SOURCE || $type == $HDR_FUNC))
5069 if ($frames) {