Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/perl/dist/PathTools/
H A DCwd.xs758 bool need_slash; variable
768 need_slash = len == 0 || pv[len-1] != '/';
770 if(need_slash) sv_catsv(RETVAL, SLASH_STRING_SV);