Searched defs:option (Results 1 - 25 of 83) sorted by relevance

1234

/vbox/src/VBox/Frontends/VirtualBox/src/extensions/
H A DQIStyledItemDelegate.h50 * The @a pParent widget and style @a option are used to control how the editor widget appears.
52 QWidget* createEditor(QWidget *pParent, const QStyleOptionViewItem &option, const QModelIndex &index) const argument
55 QWidget *pEditor = QStyledItemDelegate::createEditor(pParent, option, index);
H A DQIRichToolButton.cpp74 QStyleOptionFocusRect option; local
75 option.initFrom(this);
76 option.rect = geometry();
77 painter.drawPrimitive(QStyle::PE_FrameFocusRect, option);
/vbox/src/VBox/Devices/PC/ipxe/src/include/
H A Dgetopt.h23 /** A long option, as used for getopt_long() */
24 struct option { struct
25 /** Long name of this option */
41 * returned by getopt_long() when this option is found, and
42 * should therefore be set to the equivalent short option
58 const struct option *longopts, int *longindex );
66 * @ret option Option found, or -1 for no more options
72 static const struct option no_options[] = {
/vbox/src/libs/xpcom18a4/nsprpub/lib/libc/include/
H A Dplgetopt.h61 PL_OPT_OK, /* all's well with the option */
63 PL_OPT_BAD /* invalid option (and value) */
68 char option; /* the name of the option */ member in struct:PLOptState
69 const char *value; /* the value of that option | NULL */
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dsockopt.c74 static PRSockOption Incr(PRSockOption *option) argument
76 PRIntn val = ((PRIntn)*option) + 1;
77 *option = (PRSockOption)val;
121 PRSockOption option; local
129 for(option = PR_SockOpt_Linger; option < PR_SockOpt_Last; Incr(&option))
133 data.option = option;
134 switch (option)
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/core/
H A Dgetopt.c36 * option, if applicable.
41 * Current option index
44 * @c optind is the index to the first element that is not an option.
49 * Current option character index
56 * Unrecognised option
58 * When an unrecognised option is encountered, the actual option
64 * Get option argument from argv[] array
70 * Grab the next element of argv[], if it exists and is not an option.
80 /* If next argv element is an option, the
230 int option; local
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Dparser.h10 (at your option) any later version.
25 the parser skeleton itself, you may (at your option) remove this
91 DMXConfigOptionPtr option; member in union:YYSTYPE
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Dparser.h10 (at your option) any later version.
25 the parser skeleton itself, you may (at your option) remove this
91 DMXConfigOptionPtr option; member in union:YYSTYPE
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dparser.h10 the Free Software Foundation; either version 2, or (at your option)
28 the parser skeleton itself, you may (at your option) remove this
83 DMXConfigOptionPtr option; member in union:YYSTYPE
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dparser.h10 the Free Software Foundation; either version 2, or (at your option)
28 the parser skeleton itself, you may (at your option) remove this
83 DMXConfigOptionPtr option; member in union:YYSTYPE
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dparser.h10 the Free Software Foundation; either version 2, or (at your option)
28 the parser skeleton itself, you may (at your option) remove this
83 DMXConfigOptionPtr option; member in union:YYSTYPE
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A Dparser.h10 the Free Software Foundation; either version 2, or (at your option)
28 the parser skeleton itself, you may (at your option) remove this
83 DMXConfigOptionPtr option; member in union:YYSTYPE
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A Dparser.h12 (at your option) any later version.
27 the parser skeleton itself, you may (at your option) remove this
86 DMXConfigOptionPtr option; member in union:YYSTYPE
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Dparser.h12 (at your option) any later version.
36 the parser skeleton itself, you may (at your option) remove this
95 DMXConfigOptionPtr option; member in union:YYSTYPE
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Dparser.h12 (at your option) any later version.
36 the parser skeleton itself, you may (at your option) remove this
95 DMXConfigOptionPtr option; member in union:YYSTYPE
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Dparser.h12 (at your option) any later version.
36 the parser skeleton itself, you may (at your option) remove this
95 DMXConfigOptionPtr option; member in union:YYSTYPE
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A Dparser.h12 (at your option) any later version.
36 the parser skeleton itself, you may (at your option) remove this
95 DMXConfigOptionPtr option; member in union:YYSTYPE
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A Dparser.h12 (at your option) any later version.
36 the parser skeleton itself, you may (at your option) remove this
95 DMXConfigOptionPtr option; member in union:YYSTYPE
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A Dparser.h10 (at your option) any later version.
25 the parser skeleton itself, you may (at your option) remove this
84 DMXConfigOptionPtr option; member in union:YYSTYPE
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A Dparser.h10 (at your option) any later version.
25 the parser skeleton itself, you may (at your option) remove this
84 DMXConfigOptionPtr option; member in union:YYSTYPE
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/
H A Dparser.h10 (at your option) any later version.
25 the parser skeleton itself, you may (at your option) remove this
91 DMXConfigOptionPtr option; member in union:YYSTYPE
/vbox/src/VBox/Devices/PC/ipxe/src/net/
H A Ddhcpopts.c36 * Obtain printable version of a DHCP option tag
38 * @v tag DHCP option tag
56 * Get pointer to DHCP option
60 * @ret option DHCP option
68 * Get offset of a DHCP option
71 * @v option DHCP option
76 struct dhcp_option *option ) {
77 return ( ( ( void * ) option )
118 struct dhcp_option *option; local
197 struct dhcp_option *option; local
285 struct dhcp_option *option; local
393 struct dhcp_option *option; local
418 struct dhcp_option *option; local
[all...]
/vbox/src/VBox/NetworkServices/NAT/
H A Dproxy_rtadvd.c169 void *option; local
226 option = p->payload;
227 opttype = ((u8_t *)option)[0];
228 optlen8 = ((u8_t *)option)[1]; /* in units of 8 octets */
246 lladdr_opt = (struct lladdr_option *)option;
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dparser.h8 the Free Software Foundation; either version 2, or (at your option)
72 DMXConfigOptionPtr option; member in union:YYSTYPE
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dparser.h8 the Free Software Foundation; either version 2, or (at your option)
71 DMXConfigOptionPtr option; member in union:YYSTYPE

Completed in 144 milliseconds

1234