Searched defs:HEADERS (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/
H A DMakefile36 HEADERS= conditions.h events.h known_wlans.h llp.h ncp.h ncu.h\ macro
82 check: $(SRCS) $(HEADERS)
83 $(CSTYLE) -cpP $(SRCS) $(HEADERS)
/illumos-gate/usr/src/cmd/backup/restore/
H A DMakefile34 HEADERS= ../../../head/protocols/dumprestore.h \ macro
78 $(CSTYLE) $(CSTYLEFLAGS) $(SRCS) $(HEADERS)
79 $(HDRCHK) $(HDRCHKFLAGS) $(HEADERS)
/illumos-gate/usr/src/cmd/backup/dump/
H A DMakefile57 HEADERS= ../../../head/protocols/dumprestore.h \ macro
125 $(CSTYLE) $(CSTYLEFLAGS) $(SRCS) $(ROLLSRCS) $(HEADERS)
126 $(HDRCHK) $(HDRCHKFLAGS) $(HEADERS)
/illumos-gate/usr/src/lib/libcmd/common/
H A Dtail.c111 #define HEADERS (1<<3) macro
313 if (flags & (HEADERS|VERBOSE))
409 int flags = HEADERS|LINES;
493 flags |= HEADERS;
495 flags &= ~HEADERS;
506 flags &= ~HEADERS;
579 flags &= ~HEADERS;
586 flags &= ~HEADERS;
661 if ((flags & (HEADERS|VERBOSE)) && hp != fp)
729 if (flags & (HEADERS|VERBOS
[all...]

Completed in 77 milliseconds