Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/perl/
H A Dop.c14320 const char *proto, *proto_end; in Perl_ck_entersub_args_proto() local
14334 proto_end = proto + proto_len; in Perl_ck_entersub_args_proto()
14347 if (proto >= proto_end) in Perl_ck_entersub_args_proto()
14420 e = (char *) memchr(proto, ']', proto_end - proto); in Perl_ck_entersub_args_proto()
14527 if (!optional && proto_end > proto && in Perl_ck_entersub_args_proto()