Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/perl/
Dtoke.c2822 char *ipathend; local
2829 ipathend = d;
2832 if (ipathend > ipath) {
2842 sv_setpvn(x, ipath, ipathend - ipath);
2853 sv_setpvn(x, ipath, ipathend - ipath);
2872 for (d = ipathend-4; d >= ipath; --d) {
2907 ipathend > ipath &&
2914 *ipathend = '\0';
2915 s = ipathend + 1;