Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sh/
H A Dexpand.c62 unsigned char *slashsav = 0; in expand() local
155 slashsav = cs++; /* remember where first slash in as is */ in expand()
178 slashsav); in expand()
201 if (slashsav) in expand()
202 *slashsav = '/'; in expand()