Home
last modified time | relevance | path

Searched defs:VacFile (Results 1 – 2 of 2) sorted by relevance

/plan9/sys/src/cmd/vac/
H A Dfile.c28 struct VacFile struct
40 VacFile *up; /* parent file */ argument
41 VacFile *next; /* sibling */ argument
46 VacFile *down; /* children */ argument
52 static VacFile* argument
H A Dvac.h3 typedef struct VacFile VacFile; typedef