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

/macosx-10.10/tcsh-65/tcsh/
H A Dtw.parse.c278 Char *slshp; local
281 if ((slshp = Strrchr(qline.s + wordp, '/')) != NULL &&
282 slshp[1] != '\0') {
284 for (bptr = qline.s + wordp; bptr < slshp; bptr++) {
297 slshp = STRNULL;
311 rword = Strsave(slshp);
313 if (slshp != STRNULL)
314 *slshp = '\0';

Completed in 88 milliseconds