HomeSort by: relevance | last modified time | path
    Searched defs:STYLE (Results 1 - 5 of 5) sorted by relevancy

  /src/usr.bin/tail/
extern.h 38 enum STYLE { NOTSET = 0, FBYTES, FLINES, RBYTES, RLINES, REVERSE };
40 void forward(FILE *, enum STYLE, off_t, struct stat *);
41 void reverse(FILE *, enum STYLE, off_t, struct stat *);
  /src/external/gpl3/binutils/dist/binutils/
rcparse.h 73 STYLE = 274, /* STYLE */
178 #define STYLE 274
rcparse.c 117 /* This is used when building a style. It is modified by the
120 static unsigned long style; variable
196 STYLE = 274, /* STYLE */
301 #define STYLE 274
472 YYSYMBOL_STYLE = 19, /* STYLE */
1109 "CLASS", "STYLE", "AUTO3STATE", "AUTOCHECKBOX", "AUTORADIOBUTTON",
2282 dialog.style = WS_POPUP | WS_BORDER | WS_SYSMENU;
2290 style = 0;
2314 dialog.style = WS_POPUP | WS_BORDER | WS_SYSMENU
    [all...]
  /src/external/gpl3/binutils.old/dist/binutils/
rcparse.h 73 STYLE = 274, /* STYLE */
178 #define STYLE 274
rcparse.c 117 /* This is used when building a style. It is modified by the
120 static unsigned long style; variable
196 STYLE = 274, /* STYLE */
301 #define STYLE 274
472 YYSYMBOL_STYLE = 19, /* STYLE */
1109 "CLASS", "STYLE", "AUTO3STATE", "AUTOCHECKBOX", "AUTORADIOBUTTON",
2282 dialog.style = WS_POPUP | WS_BORDER | WS_SYSMENU;
2290 style = 0;
2314 dialog.style = WS_POPUP | WS_BORDER | WS_SYSMENU
    [all...]

Completed in 32 milliseconds