Home
last modified time | relevance | path

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

/dragonfly/contrib/tcsh-6/
H A Dtw.parse.c276 Char *slshp; in tenematch() local
279 if ((slshp = Strrchr(qline.s + wordp, '/')) != NULL && in tenematch()
280 slshp[1] != '\0') { in tenematch()
282 for (bptr = qline.s + wordp; bptr < slshp; bptr++) { in tenematch()
295 slshp = STRNULL; in tenematch()
309 rword = Strsave(slshp); in tenematch()
311 if (slshp != STRNULL) in tenematch()
312 *slshp = '\0'; in tenematch()