Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/ed/
H A Ded.c797 struct stat lFl; in commands() local
805 lFl = Fl; in commands()
814 lstat(file, &lFl); in commands()
831 if (c == 'w' && Fl.st_nlink == 1 && ISREG(lFl)) { in commands()