Home
last modified time | relevance | path

Searched refs:WS_BORDER (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/binutils/binutils/
Drcparse.y358 dialog.style = WS_POPUP | WS_BORDER | WS_SYSMENU;
383 dialog.style = WS_POPUP | WS_BORDER | WS_SYSMENU;
410 dialog.style = WS_POPUP | WS_BORDER | WS_SYSMENU;
595 default_style = ES_LEFT | WS_BORDER | WS_TABSTOP;
596 base_style = ES_LEFT | WS_BORDER | WS_TABSTOP;
680 default_style = ES_LEFT | WS_BORDER | WS_TABSTOP;
681 base_style = ES_LEFT | WS_BORDER | WS_TABSTOP;
704 default_style = ES_LEFT | WS_BORDER | WS_TABSTOP;
705 base_style = ES_LEFT | WS_BORDER | WS_TABSTOP;
742 default_style = ES_LEFT | WS_BORDER | WS_TABSTOP;
[all …]
Dwindint.h481 #define WS_BORDER 0x800000L macro