Searched refs:breakable (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/gnu/usr.bin/perl/lib/unicore/
H A Dmktables18807 Test_WB("$breakable 0020 $breakable 0020 $breakable 0308 $breakable");
18808 Test_LB("$nobreak 200B $nobreak 0020 $nobreak 0020 $breakable 2060 $breakable");
20239 my $breakable_utf8 = my $breakable = chr(utf8::unicode_to_native(0xF7));
20304 $template =~ s/$breakable_utf8/$breakable/g;
20342 $bound = $breakable;
20347 $span = $breakable;
[all...]
H A DTestProp.pl104 my $breakable_utf8 = my $breakable = chr(utf8::unicode_to_native(0xF7));
169 $template =~ s/$breakable_utf8/$breakable/g;
207 $bound = $breakable;
212 $span = $breakable;
237 my $break_pattern = $template =~ s/ $breakable /\\b{$break_type}/grx;
240 my $display_string = $template =~ s/[$breakable$nobreak]//gr;
245 $template =~ s/^ \s* $breakable \s* //x;
246 $template =~ s/ \s* $breakable \s* $ //x;
251 # Split the input into segments that are breakable between them.
252 my @should_display = split /\s*$breakable\
[all...]
/openbsd-current/gnu/usr.bin/perl/lib/
H A Dperl5db.pl181 breakable lines will be dualvars with the numeric component being the
182 memory address of a COP node. Non-breakable lines are dualvar to 0.
189 Values are magical in numeric context: 1 if the line is breakable, 0 if not.
449 context, values are 0 if not breakable, 1 if breakable, no matter what is
2100 # sure that the line specified really is breakable.
2109 # current value of $i points to a valid breakable line.
2115 print $OUT "Line $i not breakable.\n";
2567 line breakable).
2745 # - whether a line is breakable o
[all...]

Completed in 307 milliseconds