Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/perl/
H A Dutil.c3432 const char *curext = NULL; local
3497 if ((curext = strrchr(scriptname,'.'))) /* possible current ext */
3499 if (strEQ(ext[i++],curext)) {