Searched refs:slshp (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/tcsh/
H A Dtw.parse.c281 Char *slshp; local
284 if ((slshp = Strrchr(qline.s + wordp, '/')) != NULL &&
285 slshp[1] != '\0') {
287 for (bptr = qline.s + wordp; bptr < slshp; bptr++) {
300 slshp = STRNULL;
314 rword = Strsave(slshp);
316 if (slshp != STRNULL)
317 *slshp = '\0';

Completed in 54 milliseconds