Home
last modified time | relevance | path

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

/freebsd/contrib/tcsh/
H A Dtw.parse.c277 Char *slshp; in tenematch() local
280 if ((slshp = Strrchr(qline.s + wordp, '/')) != NULL && in tenematch()
281 slshp[1] != '\0') { in tenematch()
283 for (bptr = qline.s + wordp; bptr < slshp; bptr++) { in tenematch()
296 slshp = STRNULL; in tenematch()
310 rword = Strsave(slshp); in tenematch()
312 if (slshp != STRNULL) in tenematch()
313 *slshp = '\0'; in tenematch()