Home
last modified time | relevance | path

Searched refs:WS_TABSTOP (Results 1 – 8 of 8) sorted by relevance

/netbsd/src/sys/arch/hpcmips/stand/pbsdboot/res/
Dpbsdboot.rc48 CBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_TABSTOP
51 CBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_TABSTOP
54 CBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_TABSTOP
58 WS_TABSTOP
62 UDS_ARROWKEYS | WS_TABSTOP,105,50,8,12
66 WS_TABSTOP
79 WS_VSCROLL | WS_TABSTOP
81 WS_TABSTOP
87 NOT WS_TABSTOP
101 WS_VSCROLL | WS_TABSTOP
[all …]
/netbsd/src/external/gpl3/binutils/dist/binutils/
Drcparse.y561 default_style = BS_AUTO3STATE | WS_TABSTOP;
573 default_style = BS_AUTOCHECKBOX | WS_TABSTOP;
574 base_style = BS_AUTOCHECKBOX | WS_TABSTOP;
585 default_style = BS_AUTORADIOBUTTON | WS_TABSTOP;
597 default_style = ES_LEFT | WS_BORDER | WS_TABSTOP;
598 base_style = ES_LEFT | WS_BORDER | WS_TABSTOP;
612 default_style = BS_CHECKBOX | WS_TABSTOP;
613 base_style = BS_CHECKBOX | WS_TABSTOP;
626 default_style = CBS_SIMPLE | WS_TABSTOP;
670 default_style = BS_DEFPUSHBUTTON | WS_TABSTOP;
[all …]
Drcparse.c2554 default_style = BS_AUTO3STATE | WS_TABSTOP; in yyparse()
2574 default_style = BS_AUTOCHECKBOX | WS_TABSTOP; in yyparse()
2575 base_style = BS_AUTOCHECKBOX | WS_TABSTOP; in yyparse()
2594 default_style = BS_AUTORADIOBUTTON | WS_TABSTOP; in yyparse()
2614 default_style = ES_LEFT | WS_BORDER | WS_TABSTOP; in yyparse()
2615 base_style = ES_LEFT | WS_BORDER | WS_TABSTOP; in yyparse()
2637 default_style = BS_CHECKBOX | WS_TABSTOP; in yyparse()
2638 base_style = BS_CHECKBOX | WS_TABSTOP; in yyparse()
2659 default_style = CBS_SIMPLE | WS_TABSTOP; in yyparse()
2725 default_style = BS_DEFPUSHBUTTON | WS_TABSTOP; in yyparse()
[all …]
Dwindint.h501 #define WS_TABSTOP 0x10000L macro
DChangeLog-2020644 * rcparse.y (AUTOCHECKBOX): Add WS_TABSTOP to the base style.
/netbsd/src/sys/arch/hpc/stand/hpcboot/res/
Dhpcmenu.rc73 WS_CHILD | WS_VISIBLE | WS_BORDER | WS_VSCROLL | WS_TABSTOP |
77 WS_CHILD | WS_VISIBLE | WS_BORDER | WS_TABSTOP |
81 WS_CHILD | WS_VISIBLE | WS_BORDER | WS_VSCROLL | WS_TABSTOP |
91 WS_CHILD | WS_VISIBLE | WS_BORDER | WS_TABSTOP |
107 WS_CHILD | WS_VISIBLE | WS_BORDER | WS_VSCROLL | WS_TABSTOP |
123 WS_CHILD | WS_VISIBLE | WS_BORDER | WS_TABSTOP |
148 WS_CHILD | WS_VISIBLE | WS_BORDER | WS_TABSTOP |
/netbsd/src/sys/arch/hpc/stand/hpcboot/menu/
Drootwindow.cpp394 WS_VISIBLE | WS_CHILD | WS_TABSTOP, in create()
414 BS_PUSHBUTTON | BS_NOTIFY | WS_TABSTOP | in create()
Dtabwindow.cpp46 WS_CHILD | WS_VISIBLE | WS_TABSTOP | in create()