HomeSort by: relevance | last modified time | path
    Searched defs:accel (Results 1 - 5 of 5) sorted by relevancy

  /src/external/bsd/nvi/dist/gtk/
gtk_main.c 80 GtkAccelGroup *accel; local
91 accel = gtk_accel_group_new();
92 factory = gtk_item_factory_new (GTK_TYPE_MENU_BAR, "<main>", accel);
94 gtk_accel_group_attach(accel, GTK_OBJECT(window));
99 gtk_accel_group_attach(accel, GTK_OBJECT(vi_window));
  /src/external/bsd/zstd/dist/lib/
zdict.h 193 * f=20, and accel=1.
331 unsigned accel; /* Acceleration level: constraint: 0 < accel <= 10, higher means faster and less accurate, 0 means default(1) */ member in struct:__anon233
405 * All of the parameters d, k, steps, f, and accel are optional.
410 * If accel is zero, default value of 1 is used.
  /src/external/bsd/nvi/dist/motif_l/
m_menu.c 407 String accel; /* for Motif */
495 if ( actions->accel != NULL ) {
498 XmNaccelerator, actions->accel,
401 String accel; \/* for Motif *\/ member in struct:__anon7599
  /src/sys/dev/pci/
lynxfb.c 98 int accel; member in struct:lynxfb
532 if (fb->accel) {
598 fb->accel = 1;
  /src/external/bsd/zstd/dist/lib/dictBuilder/
fastcover.c 110 { 100, 0 }, /* accel = 0, should not happen because accel = 0 defaults to accel = 1 */
111 { 100, 0 }, /* accel = 1 */
112 { 50, 1 }, /* accel = 2 */
113 { 34, 2 }, /* accel = 3 */
114 { 25, 3 }, /* accel = 4 */
115 { 20, 4 }, /* accel = 5 */
116 { 17, 5 }, /* accel = 6 */
117 { 14, 6 }, /* accel = 7 *
639 const unsigned accel = parameters->accel == 0 ? DEFAULT_ACCEL : parameters->accel; local
    [all...]

Completed in 16 milliseconds