Searched defs:options (Results 1 - 5 of 5) sorted by relevance
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/xf86/ |
H A D | Flags.c | 115 * these old keywords are turned into standard generic options. 511 * Create and return a list of options from an array of option & 518 xf86optionListCreate( const char **options, int count, int used ) argument 526 for (count = 0; options[count]; count++) 538 (strlen (options[i]) + 1)); 539 strcpy (t1, options[i]); 541 (strlen (options[i + 1]) + 1)); 542 strcpy (t2, options[i + 1]); 555 * is used. The end result is a single valid list of options. Duplicates
|
/solaris-x11-s11/open-src/driver/xf86-input-hotkey/sun-src/ |
H A D | hotkey.c | 319 HkeyPlug(pointer module, pointer options, int *errmaj, int *errmin) argument
|
/solaris-x11-s11/open-src/lib/libXaw4/sun-src/ |
H A D | Xaw3_1TextP.h | 143 int options; /* wordbreak, scroll, etc. */ member in struct:_TextPart
|
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/ |
H A D | TextP.h | 183 int options; /* wordbreak, scroll, etc. */ member in struct:_TextPart
|
/solaris-x11-s11/open-src/app/accessx/sun-src/ |
H A D | AccessX.c | 506 OptionsRec options; variable 603 if (options.automaticPopup) { 641 if (options.automaticPopup) { 652 if (options.automaticPopup) { 662 if (options.automaticPopup) { 3164 if (options.automaticPopup) { 3169 if (options.automaticPopup) { 3429 if (!options.automaticPopup) 3468 XtGetApplicationResources(topLevel, (XtPointer)&options, resources, 3487 if (options [all...] |
Completed in 23 milliseconds