Searched refs:HEADERS (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/libficl/
H A DMakefile.com36 HEADERS= $(FICLDIR)/ficl.h $(FICLDIR)/ficltokens.h ../ficllocal.h \
39 pics/%.o: ../softcore/%.c $(HEADERS)
43 pics/%.o: $(FICLDIR)/%.c $(HEADERS)
47 pics/%.o: $(FICLDIR)/ficlplatform/%.c $(HEADERS)
51 pics/%.o: $(FICLDIR)/emu/%.c $(HEADERS)
55 pics/%.o: $(FICLDIR)/softcore/%.c $(HEADERS)
/illumos-gate/usr/src/cmd/cmd-inet/lib/ipmgmtd/
H A DMakefile72 check: $(SRCS) $(HEADERS) $(CHKMANIFEST)
73 $(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/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/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 71 milliseconds