Home
last modified time | relevance | path

Searched refs:sep_len (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/lib/
H A DSubtestCompat.pm37 my $sep_len = 60 - length($label);
39 note( " " x $INDENT . "$label { " . ( " " x ($sep_len-$INDENT-2) ) );
/openbsd/gnu/usr.bin/texinfo/info/
H A Dnodes.c1214 int sep_len; in adjust_nodestart() local
1216 sep_len = skip_node_separator (node->contents); in adjust_nodestart()
1220 if (sep_len != 0) in adjust_nodestart()
1225 nodestart = node_body.buffer + position + sep_len; in adjust_nodestart()
/openbsd/gnu/usr.bin/perl/
H A Dgv.c1192 STRLEN sep_len= last_separator - origname; in Perl_gv_fetchmethod_pvn_flags() local
1193 if ( memEQs(origname, sep_len, "SUPER")) { in Perl_gv_fetchmethod_pvn_flags()
1200 else if ( sep_len >= 7 && in Perl_gv_fetchmethod_pvn_flags()
1203 stash = gv_stashpvn(origname, sep_len - 7, is_utf8); in Perl_gv_fetchmethod_pvn_flags()
1208 stash = gv_stashpvn(origname, sep_len, is_utf8); in Perl_gv_fetchmethod_pvn_flags()