Home | History | Annotate | Download | only in sets

Lines Matching refs:file

32 function dirname(file) \
35 gsub(/\/[^\/]+$/, "", file)
36 return file
75 file = $1
76 items[file]++
78 file = dirname(file)
79 dirs[file]++
80 } while (file ~ /\//)
85 for (file in dirs) {
86 if (! (file in items))
87 print file " optional type=dir"