Searched refs:decor (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/motif/
H A Dtoplevel.cpp145 int decor = 0 ; local
147 decor |= MWM_DECOR_BORDER;
149 decor |= MWM_DECOR_RESIZEH;
151 decor |= MWM_DECOR_MENU;
155 decor |= MWM_DECOR_TITLE;
157 decor |= MWM_DECOR_BORDER;
159 decor |= MWM_DECOR_MINIMIZE;
161 decor |= MWM_DECOR_MAXIMIZE;
164 XmNmwmDecorations, decor,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/perlasm/
H A Dx86_64-xlate.pl73 my $decor=".L";
86 elsif ($flavour eq "macosx") { $gas=1; $elf=0; $prefix="_"; $decor="L\$"; }
87 elsif ($flavour eq "masm") { $gas=0; $elf=0; $masm=$masmref; $win64=1; $decor="\$L\$"; }
88 elsif ($flavour eq "nasm") { $gas=0; $elf=0; $nasm=$nasmref; $win64=1; $decor="\$L\$"; $PTR=""; }
97 $decor="\$L\$";
245 $self->{label} =~ s/\.L/$decor/g;
356 $self->{value} =~ s/^\.L/$decor/;
372 $func .= "${decor}SEH_begin_$current_function->{name}:\n";
393 $func .= "${decor}SEH_begin_$current_function->{name}:";
424 $self->{value} =~ s/\.L/$decor/
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/perlasm/
H A Dx86_64-xlate.pl73 my $decor=".L";
86 elsif ($flavour eq "macosx") { $gas=1; $elf=0; $prefix="_"; $decor="L\$"; }
87 elsif ($flavour eq "masm") { $gas=0; $elf=0; $masm=$masmref; $win64=1; $decor="\$L\$"; }
88 elsif ($flavour eq "nasm") { $gas=0; $elf=0; $nasm=$nasmref; $win64=1; $decor="\$L\$"; $PTR=""; }
97 $decor="\$L\$";
245 $self->{label} =~ s/\.L/$decor/g;
356 $self->{value} =~ s/^\.L/$decor/;
372 $func .= "${decor}SEH_begin_$current_function->{name}:\n";
393 $func .= "${decor}SEH_begin_$current_function->{name}:";
424 $self->{value} =~ s/\.L/$decor/
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Dpopupwin.cpp116 long decor = (long) GDK_DECOR_BORDER; variable
119 gdk_window_set_decorations( win->m_widget->window, (GdkWMDecoration)decor);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk1/
H A Dpopupwin.cpp120 long decor = (long) GDK_DECOR_BORDER; variable
123 gdk_window_set_decorations( win->m_widget->window, (GdkWMDecoration)decor);

Completed in 99 milliseconds