Lines Matching defs:unctrl
25 unctrl => 'quote',
77 sub unctrl {
108 } elsif ($self->{unctrl} eq 'unctrl') {
113 } elsif ($self->{unctrl} eq 'quote') {
299 if ($in eq 'unctrl' or $in eq 'quote') {
300 $self->{unctrl} = $in;
302 print "Unknown value for `unctrl'.\n";
305 $self->{unctrl};
312 $self->{unctrl} = 'quote';
315 $self->{unctrl} = 'quote';
318 $self->{unctrl} = 'unctrl';
330 print( (' ' x $off) . "\$", &unctrl($key), " = " );
547 =item unctrl
550 C<unctrl> and C<quote>.
614 Sets C<tick> and C<unctrl> options to suitable values for printout with the
621 Sets C<unctrl> option with checking for an invalid argument.
622 Possible values are C<unctrl> and C<quote>.