Searched refs:style (Results 1 - 3 of 3) sorted by relevance

/solaris-x11-s11/pkg/
H A Dgenerate_font_metadata.pl126 # %{fullname|cescape} => print the named value with C-style string escapes
131 my $fc_scan_format = q(--format=%{?fullname{%{[]fullname,fullnamelang{<transform file path="%{file}" -> add info.file.font.name:%{fullnamelang} "%{fullname|cescape}">\n}}}{%{[]family,style{<transform file path="%{file}" -> add info.file.font.name "%{family|cescape} %{style|cescape} %{pixelsize}">\n}}}});
/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1Scrollbar.c614 String *params; /* style: Proportional|FullLength */
619 char style; local
626 if (*num_params > 0) style = *params[0];
627 else style = 'P';
629 switch( style ) {
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DScrollbar.c642 String *params; /* style: Proportional|FullLength */
647 char style; local
654 if (*num_params > 0) style = *params[0];
655 else style = 'P';
657 switch( style ) {

Completed in 16 milliseconds