Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/perl/
H A Dinline.h285 S_strip_spaces(pTHX_ const char * orig, STRLEN * const len) in S_strip_spaces() function
H A Dop.c9993 p = S_strip_spaces(aTHX_ p, &plen); in Perl_cv_ckproto_len_flags()
9994 cvp = S_strip_spaces(aTHX_ cvp, &clen); in Perl_cv_ckproto_len_flags()
14333 proto = S_strip_spaces(aTHX_ proto, &proto_len); in Perl_ck_entersub_args_proto()
H A Dtoke.c6261 proto = S_strip_spaces(aTHX_ proto, &protolen); in yyl_subproto()