Searched refs:STYLE (Results 1 - 8 of 8) 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 *);
|
H A D | reverse.c | 49 static void r_reg(FILE *, const char *, enum STYLE, off_t, struct stat *); 70 reverse(FILE *fp, const char *fn, enum STYLE style, off_t off, struct stat *sbp) 99 r_reg(FILE *fp, const char *fn, enum STYLE style, off_t off, struct stat *sbp)
|
H A D | tail.c | 59 enum STYLE style;
|
H A D | forward.c | 96 forward(FILE *fp, const char *fn, enum STYLE style, off_t off, struct stat *sbp) 386 follow(file_info_t *files, enum STYLE style, off_t off)
|
/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/libwrap/ |
H A D | Makefile.com | 49 $(STYLE) $(TABLES) $(DOT) $(BUGS) \ 102 STYLE = -DPROCESS_OPTIONS # Enable language extensions.
|
/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)
|
/illumos-gate/usr/src/grub/grub-0.97/docs/ |
H A D | texinfo.tex | 1597 % of just \STYLE. We do this because \STYLE needs to also set the 1598 % current \fam for math mode. Our \STYLE (e.g., \rm) commands hardwire
|
Completed in 124 milliseconds