Home | History | Annotate | Download | only in misc

Lines Matching refs:sess

565 	foreach my $sess (split(' ', $session_types)) {
566 next if $sess =~ /^\s*$/;
567 next if $sess !~ /^\w+$/; # alphanumeric
568 $sessions{$sess} = 1;
569 $str .= "<option value=$sess>$sess</option>";