Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/csh/
H A Dsh.glob.c237 tchar curdir_[MAXNAMLEN+1]; in matchdir_() local
266 strtots(curdir_, dp->d_name); in matchdir_()
268 if (match(curdir_, pattern, &slproc)) { in matchdir_()
269 Gcat(gpath, curdir_); in matchdir_()
H A Dsh.exec.c390 tchar curdir_[MAXNAMLEN+1]; in dohash() local
426 hashval = hash(hashname(strtots(curdir_, dp->d_name)), in dohash()