Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/make/bin/
H A Dfiles.cc120 target->stat.is_sym_link = true; in exists()
123 target->stat.is_sym_link = false; in exists()
H A Dread2.cc416 (!name->stat.is_sym_link)) { in normalize_name()
H A Ddoname.cc2692 while (target->stat.is_sym_link) { in sccs_get()
/illumos-gate/usr/src/cmd/make/include/mksh/
H A Ddefs.h434 Boolean is_sym_link:1; member