Searched defs:STYLE (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/cmd/tail/ |
H A D | extern.h | 62 enum STYLE { NOTSET = 0, FBYTES, FLINES, RBYTES, RLINES, REVERSE }; enum 64 void follow(file_info_t *, enum STYLE, off_t); 65 void forward(FILE *, const char *, enum STYLE, off_t, struct stat *); 66 void reverse(FILE *, const char *, enum STYLE, off_t, struct stat *);
|
/illumos-gate/usr/src/cmd/tcpd/ |
H A D | Makefile | 14 $(UMASK) $(STYLE) $(TABLES) $(KILL_OPT) $(BUGS) \ 95 STYLE = -DPROCESS_OPTIONS # Enable language extensions. macro
|
/illumos-gate/usr/src/lib/libast/common/port/ |
H A D | astlicense.c | 78 #define STYLE 15 macro 440 notice.item[STYLE] = notice.item[CLASS] = lic[notice.type]; 441 notice.item[STYLE].quote = notice.item[CLASS].quote = 0; 541 h = STYLE; 605 if (h == STYLE)
|
Completed in 46 milliseconds