Searched defs:phony (Results 1 – 2 of 2) sorted by relevance
369 make_write (const class mkdeps *d, FILE *fp, bool phony, unsigned int colmax) in make_write()392 deps_write (const class mkdeps *d, FILE *fp, bool phony, unsigned int colmax) in deps_write()
85 unsigned int phony:1; /* Nonzero if this is a phony file member