Home
last modified time | relevance | path

Searched refs:space_protection (Results 1 – 5 of 5) sorted by relevance

/dports/print/texinfo/texinfo-6.8/tp/Texinfo/Convert/
H A DParagraphNonXS.pm271 my $space_protection = shift;
276 $paragraph->{'protect_spaces'} = $space_protection
277 if defined($space_protection);
295 if ($space_protection) {
/dports/print/texinfo/texinfo-6.8/tp/Texinfo/XS/
H A DXSParagraph.xs234 int space_protection = -1;
242 space_protection = (int)SvIV(space_protection_in);
276 (space_protection, ignore_columns, keep_end_lines,
H A Dxspara.h8 void xspara_set_space_protection (int space_protection, int ignore_columns,
H A DXSParagraph.c544 int space_protection = -1; in XS_EUPXS() local
553 space_protection = (int)SvIV(space_protection_in); in XS_EUPXS()
587 (space_protection, ignore_columns, keep_end_lines, in XS_EUPXS()
/dports/print/texinfo/texinfo-6.8/tp/t/
H A Dparagraph.t636 is ($result, " aa.) thenfff g", 'line space_protection and spaces');