Home
last modified time | relevance | path

Searched refs:repeat (Results 1 – 25 of 695) sorted by relevance

12345678910>>...28

/netbsd-src/sbin/wsconsctl/
H A Dmouse.c53 static struct wsmouse_repeat repeat; variable
81 { "repeat.buttons", &repeat.wr_buttons,
83 { "repeat.delay.first", &repeat.wr_delay_first,
85 { "repeat.delay.decrement", &repeat.wr_delay_decrement,
87 { "repeat.delay.minimum", &repeat.wr_delay_minimum,
109 if (field_by_value(&repeat.wr_buttons)->flags & FLG_GET || in mouse_get_values()
110 field_by_value(&repeat.wr_delay_first)->flags & FLG_GET || in mouse_get_values()
111 field_by_value(&repeat.wr_delay_decrement)->flags & FLG_GET || in mouse_get_values()
112 field_by_value(&repeat.wr_delay_minimum)->flags & FLG_GET) in mouse_get_values()
223 if (field_by_value(&repeat.wr_buttons)->flags & FLG_GET) in mouse_get_repeat()
[all …]
H A Dkeyboard.c55 static struct wskbd_keyrepeat_data repeat; variable
74 { "repeat.del1", &repeat.del1, FMT_UINT, FLG_MODIFY },
75 { "repeat.deln", &repeat.delN, FMT_UINT, FLG_MODIFY },
152 repeat.which = 0; in keyboard_get_values()
153 if (field_by_value(&repeat.del1)->flags & FLG_GET) in keyboard_get_values()
154 repeat.which |= WSKBD_KEYREPEAT_DODEL1; in keyboard_get_values()
155 if (field_by_value(&repeat.delN)->flags & FLG_GET) in keyboard_get_values()
156 repeat.which |= WSKBD_KEYREPEAT_DODELN; in keyboard_get_values()
157 if (repeat.which != 0 && in keyboard_get_values()
158 ioctl(fd, WSKBDIO_GETKEYREPEAT, &repeat) < 0) in keyboard_get_values()
[all …]
/netbsd-src/external/gpl2/gettext/dist/gettext-runtime/tests/
H A Dtest-lock.c245 int repeat; in gl_lock_define_initialized() local
247 for (repeat = REPEAT_COUNT; repeat > 0; repeat--) in gl_lock_define_initialized()
332 int repeat; in gl_rwlock_define_initialized() local
334 for (repeat = REPEAT_COUNT; repeat > 0; repeat--) in gl_rwlock_define_initialized()
439 int repeat; in reclock_mutator_thread() local
441 for (repeat = REPEAT_COUNT; repeat > 0; repeat--) in reclock_mutator_thread()
530 int repeat; in once_contender_thread() local
532 for (repeat = 0; repeat <= REPEAT_COUNT; repeat++) in once_contender_thread()
539 if (repeat == REPEAT_COUNT) in once_contender_thread()
543 gl_thread_self (), repeat); in once_contender_thread()
[all …]
/netbsd-src/tests/lib/libc/regex/data/att/
H A Dcategorization.dat29 |B a\(b\)*\1 abab (0,2)(1,2) # BUG=repeat-any
38 |B a\(b\)*\1 abab (0,2)(1,2) BUG=repeat-any
39 ; BUG=repeat-any-UNKNOWN
42 |E (a*)* ax (0,1)(0,1) BUG=repeat-null-unknown
43 |E (a*)* a (0,1)(1,1) BUG=repeat-null
44 ; BUG=repeat-null-UNKNOWN
47 |E (aba|a*b)* ababa (0,5)(3,4) BUG=repeat-short
49 ; BUG=repeat-short-UNKNOWN
52 |E (a(b)?)+ aba (0,3)(2,3)(1,2) BUG=repeat-artifact
53 ; BUG=repeat-artifact-UNKNOWN
[all …]
/netbsd-src/external/mit/libuv/dist/src/
H A Dtimer.c62 handle->repeat = 0; in uv_timer_init()
70 uint64_t repeat) { in uv_timer_start() argument
85 handle->repeat = repeat; in uv_timer_start()
115 if (handle->repeat) { in uv_timer_again()
117 uv_timer_start(handle, handle->timer_cb, handle->repeat, handle->repeat); in uv_timer_again()
124 void uv_timer_set_repeat(uv_timer_t* handle, uint64_t repeat) { in uv_timer_set_repeat() argument
125 handle->repeat = repeat; in uv_timer_set_repeat()
130 return handle->repeat; in uv_timer_get_repeat()
/netbsd-src/external/gpl3/gcc/dist/libgfortran/io/
H A Dformat.c238 f->repeat = -1; in get_fnode()
616 int repeat; in parse_format_list() local
637 tail->repeat = -2; /* Signifies unlimited format. */ in parse_format_list()
650 repeat = fmt->value; in parse_format_list()
657 tail->repeat = repeat; in parse_format_list()
667 tail->repeat = repeat; in parse_format_list()
672 tail->repeat = 1; in parse_format_list()
685 tail->repeat = 1; in parse_format_list()
705 tail->repeat = 1; in parse_format_list()
711 repeat = 1; in parse_format_list()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/io/
H A Dformat.c239 f->repeat = -1; in get_fnode()
617 int repeat; in parse_format_list() local
637 tail->repeat = -2; /* Signifies unlimited format. */ in parse_format_list()
650 repeat = fmt->value; in parse_format_list()
657 tail->repeat = repeat; in parse_format_list()
667 tail->repeat = repeat; in parse_format_list()
672 tail->repeat = 1; in parse_format_list()
685 tail->repeat = 1; in parse_format_list()
705 tail->repeat = 1; in parse_format_list()
711 repeat = 1; in parse_format_list()
[all …]
/netbsd-src/external/gpl3/binutils/dist/binutils/
H A Dsysinfo.y29 static char * repeat; variable
203 oldrepeat = repeat;
204 repeat = $3;
210 free (repeat);
212 repeat = oldrepeat;
294 repeat,
304 repeat,
329 if (repeat)
330 printf("\t/* repeat %s */\n", repeat);
/netbsd-src/external/gpl3/binutils.old/dist/binutils/
H A Dsysinfo.y29 static char * repeat; variable
203 oldrepeat = repeat;
204 repeat = $3;
210 free (repeat);
212 repeat = oldrepeat;
294 repeat,
304 repeat,
329 if (repeat)
330 printf("\t/* repeat %s */\n", repeat);
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Ddata.c219 mpz_t *repeat) in gfc_assign_data_value() argument
299 else if (repeat != NULL in gfc_assign_data_value()
306 mpz_add (end, end, *repeat); in gfc_assign_data_value()
355 gcc_assert (mpz_cmp_si (con->repeat, 1) > 0); in gfc_assign_data_value()
356 mpz_sub (con->repeat, offset, con->offset); in gfc_assign_data_value()
358 else if (mpz_cmp_si (con->repeat, 1) > 0 in gfc_assign_data_value()
360 + mpz_get_si (con->repeat) > mpz_get_si (end)) in gfc_assign_data_value()
371 + mpz_get_si (con->repeat); in gfc_assign_data_value()
373 mpz_set_si (con->repeat, endi - mpz_get_si (end)); in gfc_assign_data_value()
375 mpz_set_si (con->repeat, 1); in gfc_assign_data_value()
[all …]
H A Dconstructor.c39 mpz_clear (c->repeat); in node_free()
58 mpz_init_set (c->repeat, src->repeat); in node_copy()
83 mpz_init_set_si (c->repeat, 1); in gfc_constructor_get()
192 if (mpz_cmp_si (c->repeat, 1) > 0) in gfc_constructor_lookup()
194 if (mpz_get_si (c->offset) + mpz_get_si (c->repeat) <= offset) in gfc_constructor_lookup()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Ddata.cc232 mpz_t *repeat) in gfc_assign_data_value() argument
319 else if (repeat != NULL in gfc_assign_data_value()
326 mpz_add (end, end, *repeat); in gfc_assign_data_value()
375 gcc_assert (mpz_cmp_si (con->repeat, 1) > 0); in gfc_assign_data_value()
376 mpz_sub (con->repeat, offset, con->offset); in gfc_assign_data_value()
378 else if (mpz_cmp_si (con->repeat, 1) > 0 in gfc_assign_data_value()
380 + mpz_get_si (con->repeat) > mpz_get_si (end)) in gfc_assign_data_value()
391 + mpz_get_si (con->repeat); in gfc_assign_data_value()
393 mpz_set_si (con->repeat, endi - mpz_get_si (end)); in gfc_assign_data_value()
395 mpz_set_si (con->repeat, 1); in gfc_assign_data_value()
[all …]
H A Dconstructor.cc39 mpz_clear (c->repeat); in node_free()
58 mpz_init_set (c->repeat, src->repeat); in node_copy()
83 mpz_init_set_si (c->repeat, 1); in gfc_constructor_get()
193 if (mpz_cmp_si (c->repeat, 1) > 0) in gfc_constructor_lookup()
195 if (mpz_get_si (c->offset) + mpz_get_si (c->repeat) <= offset) in gfc_constructor_lookup()
/netbsd-src/external/mit/libuv/dist/docs/src/
H A Dtimer.rst37 …unction:: int uv_timer_start(uv_timer_t* handle, uv_timer_cb cb, uint64_t timeout, uint64_t repeat)
39 Start the timer. `timeout` and `repeat` are in milliseconds.
42 If `repeat` is non-zero, the callback fires first after `timeout`
43 milliseconds and then repeatedly after `repeat` milliseconds.
56 Stop the timer, and if it is repeating restart it using the repeat value
60 .. c:function:: void uv_timer_set_repeat(uv_timer_t* handle, uint64_t repeat)
62 Set the repeat interval value in milliseconds. The timer will be scheduled
73 If the repeat value is set from a timer callback it does not immediately take effect.
75 then the old repeat value will have been used to schedule the next timeout.
79 Get the timer repeat value.
/netbsd-src/games/snake/snake/
H A Dsnake.c263 int repeat = 1; in mainloop() local
273 repeat = c - '0'; in mainloop()
275 repeat = 10 * repeat + (c - '0'); in mainloop()
278 repeat = 1; in mainloop()
309 repeat = you.col; in mainloop()
314 repeat = you.col - money.col; in mainloop()
318 repeat = you.line; in mainloop()
323 repeat = you.line - money.line; in mainloop()
327 repeat = ccnt - 1 - you.col; in mainloop()
332 repeat = money.col - you.col; in mainloop()
[all …]
/netbsd-src/external/bsd/tmux/dist/
H A Dcmd-bind-key.c61 int repeat; in cmd_bind_key_exec() local
77 repeat = args_has(args, 'r'); in cmd_bind_key_exec()
80 key_bindings_add(tablename, key, note, repeat, NULL); in cmd_bind_key_exec()
86 key_bindings_add(tablename, key, note, repeat, value->cmdlist); in cmd_bind_key_exec()
105 key_bindings_add(tablename, key, note, repeat, pr->cmdlist); in cmd_bind_key_exec()
/netbsd-src/external/bsd/atf/dist/tools/
H A Dui.cpp80 const bool repeat, in format_paragraph() argument
89 if (first || repeat) in format_paragraph()
105 if (repeat) in format_paragraph()
142 bool repeat, size_t col) in format_text_with_tag() argument
156 repeat, col); in format_text_with_tag()
158 if (repeat) in format_text_with_tag()
H A Dui_test.cpp45 bool repeat; member
372 << (t->repeat ? "repeat" : "no repeat") << "', col " in run_tests()
378 t->repeat, t->col); in run_tests()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Drtlanal.h219 void repeat (AddFn add);
241 growing_rtx_properties<Base>::repeat (AddFn add) in repeat() function
260 repeat ([&]() { this->try_to_add_dest (x, flags); }); in add_dest()
267 repeat ([&]() { this->try_to_add_src (x, flags); }); in add_src()
274 repeat ([&]() { this->try_to_add_pattern (pat); }); in add_pattern()
281 repeat ([&]() { this->try_to_add_note (x); }); in add_note()
288 repeat ([&]() { this->try_to_add_insn (insn, include_notes); }); in add_insn()
/netbsd-src/external/gpl3/gdb/dist/libctf/testsuite/libctf-regression/
H A Dlibctf-repeat-cu.d2 CTF archive member: .*/libctf-repeat-cu-lib.c:
4 CTF archive member: .*/libctf-repeat-cu-lib.c#0:
6 CTF archive member: .*/libctf-repeat-cu-lib.c#1:
/netbsd-src/external/mit/libuv/dist/src/win/
H A Dcore.c431 int repeat; in uv__poll_wine() local
446 for (repeat = 0; ; repeat++) { in uv__poll_wine()
496 timeout += repeat ? (1 << (repeat - 1)) : 0; in uv__poll_wine()
511 int repeat; in uv__poll() local
526 for (repeat = 0; ; repeat++) { in uv__poll()
583 timeout += repeat ? (1 << (repeat - 1)) : 0; in uv__poll()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/v850/
H A Dv850-c.c118 int repeat = 0; in ghs_pragma_section() local
131 if (type == CPP_EOF && !repeat) in ghs_pragma_section()
140 repeat = 0; in ghs_pragma_section()
151 repeat = 1; in ghs_pragma_section()
179 while (repeat); in ghs_pragma_section()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/v850/
H A Dv850-c.cc118 int repeat = 0; in ghs_pragma_section() local
131 if (type == CPP_EOF && !repeat) in ghs_pragma_section()
140 repeat = 0; in ghs_pragma_section()
151 repeat = 1; in ghs_pragma_section()
179 while (repeat); in ghs_pragma_section()
/netbsd-src/external/mit/libcbor/dist/docs/doxygen/search/
H A Dsearch.css24 background:url('search_l.png') no-repeat;
47 background:url('search_m.png') repeat-x;
69 background:url('search_r.png') no-repeat;
250 background-repeat: repeat-x;
/netbsd-src/external/mit/libcbor/dist/docs/doxygen/
H A Ddoxygen.css522 background-repeat: repeat-x;
616 background-repeat:repeat-x;
824 background-repeat: repeat-y;
835 background-repeat: repeat-y;
846 background-repeat: repeat-y;
942 background-repeat:repeat-x;
974 background-repeat:repeat-x;
992 background-repeat:no-repeat;
1021 background-repeat:no-repeat;
1069 background-repeat:repeat-x;
[all …]

12345678910>>...28