Lines Matching refs:focus
955 my $focus;
957 ($focus, $ignore) = ParseInteractiveArgs($2);
961 $focus, $ignore);
992 my $focus = shift;
998 if ($focus ne '') {
999 $profile = FocusProfile($symbols, $profile, $focus);
1002 $focus,
1079 my $focus = "";
1090 $focus .= (($focus ne "") ? "|" : "" ) . $a;
1096 return ($focus, $ignore);
3081 my $focus = shift;
3088 if (($a =~ m/$focus/) || SymbolMatches($symbols->{$a}, $focus)) {