Searched refs:STYLE (Results 1 – 8 of 8) sorted by relevance
/titanic_50/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) in reverse() 99 r_reg(FILE *fp, const char *fn, enum STYLE style, off_t off, struct stat *sbp) in r_reg()
|
H A D | forward.c | 96 forward(FILE *fp, const char *fn, enum STYLE style, off_t off, struct stat *sbp) in forward() 386 follow(file_info_t *files, enum STYLE style, off_t off) in follow()
|
H A D | tail.c | 59 enum STYLE style; in main()
|
/titanic_50/usr/src/lib/libwrap/ |
H A D | Makefile.com | 49 $(STYLE) $(TABLES) $(DOT) $(BUGS) \ 102 STYLE = -DPROCESS_OPTIONS # Enable language extensions.
|
/titanic_50/usr/src/cmd/tcpd/ |
H A D | Makefile | 14 $(UMASK) $(STYLE) $(TABLES) $(KILL_OPT) $(BUGS) \
|
/titanic_50/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]; in astlicense() 441 notice.item[STYLE].quote = notice.item[CLASS].quote = 0; in astlicense() 541 h = STYLE; in astlicense() 605 if (h == STYLE) in astlicense()
|
/titanic_50/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
|