Searched defs:style (Results 1 - 8 of 8) sorted by relevance

/osnet-11/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dnewterm.c128 __m_slk_init(SCREEN *sp, int style) argument
133 __m_trace("__m_slk_init(%d)", style );
/osnet-11/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dnewterm.c133 __m_slk_init(SCREEN *sp, int style) argument
/osnet-11/usr/src/lib/libast/common/misc/
H A Doptlib.h90 int force; /* force this style */
96 int style; /* default opthelp() style */ member in struct:Optstate_s
H A Doptget.c91 int style; /* STYLE_* */ member in struct:Help_s
222 Z("List the usage translation key strings with C style escapes."),
236 Z("List the usage string with C style escapes."),
253 the \aoption\a output in the \aitem\a style. Otherwise print \
1166 * return the bold set/unset sequence for style
1170 font(int f, int style, int set) argument
1172 switch (style)
1273 label(register Sfio_t* sp, int sep, register char* s, int about, int z, int level, int style, int f, Sfio_t* ip, int version, char* id, char* catalog) argument
1292 if ((ostyle = style) > (STYLE_nroff - (sep <= 0)) && f != FONT_LITERAL && f >= 0)
1293 style
1598 args(register Sfio_t* sp, register char* p, register int n, int flags, int style, Sfio_t* ip, int version, char* id, char* catalog) argument
1675 item(Sfio_t* sp, char* s, int about, int level, int style, Sfio_t* ip, int version, char* id, char* catalog) argument
1770 trace_textout(Sfio_t* sp, register char* p, char* conform, int conformlen, int style, int level, int bump, Sfio_t* ip, int version, char* id, char* catalog, int line) argument
1783 textout(Sfio_t* sp, register char* s, char* conform, int conformlen, int style, int level, int bump, Sfio_t* ip, int version, char* id, char* catalog) argument
2343 int style; local
[all...]
/osnet-11/usr/src/lib/libparted/common/lib/
H A Dquotearg.c48 /* Basic quoting style. */
49 enum quoting_style style; member in struct:quoting_options
55 quoting style would not normally require them to be quoted. */
79 /* Correspondences to quoting style names. */
108 /* Get the value of O's quoting style. If O is null, use the default. */
112 return (o ? o : &default_quoting_options)->style;
116 set the value of the quoting style to S. */
120 (o ? o : &default_quoting_options)->style = s;
161 o->style = custom_quoting_style;
170 quoting_options_from_style (enum quoting_style style) argument
[all...]
/osnet-11/usr/src/lib/libcmd/common/
H A Dod.c44 "in the C style escape sequences recognized; \b--format=C\b explicitly "
257 int style; member in struct:State_s
1329 state.style |= NEW;
1344 state.style |= NEW;
1354 state.style |= NEW;
1361 state.style |= NEW;
1389 state.style |= NEW;
1475 state.style |= OLD;
1547 if (!(state.style & NEW) && (s = *argv))
1559 if (strmatch(s, e) && (state.style
[all...]
/osnet-11/usr/src/lib/libdlpi/common/
H A Dlibdlpi.c201 * style-2 open. Change the error code back to
961 * Returns DLPI style stored in the handle.
1059 * B_FALSE (style-1 open attempt first, then style-2 open attempt).
1064 * Otherwise, for style-1 attempt, the function will try to open the style-1
1065 * /dev/net/zone or /dev/net node, and perhaps fallback to open the style-1
1067 * Note that the fallback and the subsequent style-2 attempt will not happen if:
1068 * 1. style-1 opening of the /dev/net or /dev/net/zone node succeeds;
1069 * 2. style
1251 i_dlpi_checkstyle(dlpi_impl_t *dip, t_uscalar_t style) argument
[all...]
/osnet-11/usr/src/grub/grub2/util/
H A Dgrub-mkfont.c81 int style; member in struct:grub_font_info
885 font_info->style |= FT_STYLE_FLAG_BOLD;
888 if (font_info->style & FT_STYLE_FLAG_BOLD)
891 if (font_info->style & FT_STYLE_FLAG_ITALIC)
905 (font_info->style & FT_STYLE_FLAG_BOLD) ?
909 (font_info->style & FT_STYLE_FLAG_ITALIC) ?
1181 font_info.style = ft_face->style_flags;

Completed in 93 milliseconds