Symbol: repeat
games/snake/snake.c
247
int repeat = 1;
games/snake/snake.c
260
repeat = c - '0';
games/snake/snake.c
262
repeat = 10 * repeat + (c - '0');
games/snake/snake.c
265
repeat = 1;
games/snake/snake.c
299
repeat = you.col;
games/snake/snake.c
304
repeat = you.col - money.col;
games/snake/snake.c
308
repeat = you.line;
games/snake/snake.c
313
repeat = you.line - money.line;
games/snake/snake.c
317
repeat = ccnt - 1 - you.col;
games/snake/snake.c
322
repeat = money.col - you.col;
games/snake/snake.c
326
repeat = lcnt - 1 - you.line;
games/snake/snake.c
331
repeat = money.line - you.line;
games/snake/snake.c
335
for (k = 1; k <= repeat; k++) {
games/snake/snake.c
348
if ((fast) || (k == repeat) ||
games/snake/snake.c
363
if ((fast) || (k == repeat) ||
games/snake/snake.c
379
if ((fast) || (k == repeat) ||
games/snake/snake.c
397
if ((fast) || (k == repeat) ||
games/snake/snake.c
406
if (k < repeat)
lib/libc/regex/regcomp.c
393
repeat(p, pos, count, count2);
lib/libc/regex/regcomp.c
572
repeat(p, pos, count, count2);
lib/libc/regex/regcomp.c
86
static void repeat(struct parse *, sopno, int, int);
lib/libc/regex/regcomp.c
954
repeat(p, start+1, 1, to);
lib/libc/regex/regcomp.c
974
repeat(p, copy, 1, to-1);
lib/libc/regex/regcomp.c
982
repeat(p, copy, from-1, to-1);
lib/libc/regex/regcomp.c
986
repeat(p, copy, from-1, to);
lib/libcrypto/arc4random/getentropy_aix.c
201
int save_errno = errno, e, pgs = sysconf(_SC_PAGESIZE), faster = 0, repeat;
lib/libcrypto/arc4random/getentropy_aix.c
224
repeat = 2;
lib/libcrypto/arc4random/getentropy_aix.c
228
repeat = REPEAT;
lib/libcrypto/arc4random/getentropy_aix.c
233
for (j = 0; j < repeat; j++) {
lib/libcrypto/arc4random/getentropy_hpux.c
205
int save_errno = errno, e, pgs = sysconf(_SC_PAGESIZE), faster = 0, repeat;
lib/libcrypto/arc4random/getentropy_hpux.c
224
repeat = 2;
lib/libcrypto/arc4random/getentropy_hpux.c
228
repeat = REPEAT;
lib/libcrypto/arc4random/getentropy_hpux.c
233
for (j = 0; j < repeat; j++) {
lib/libcrypto/arc4random/getentropy_linux.c
322
int save_errno = errno, e, pgs = getpagesize(), faster = 0, repeat;
lib/libcrypto/arc4random/getentropy_linux.c
338
repeat = 2;
lib/libcrypto/arc4random/getentropy_linux.c
342
repeat = REPEAT;
lib/libcrypto/arc4random/getentropy_linux.c
347
for (j = 0; j < repeat; j++) {
lib/libcrypto/arc4random/getentropy_osx.c
208
int save_errno = errno, e, pgs = getpagesize(), faster = 0, repeat;
lib/libcrypto/arc4random/getentropy_osx.c
232
repeat = 2;
lib/libcrypto/arc4random/getentropy_osx.c
236
repeat = REPEAT;
lib/libcrypto/arc4random/getentropy_osx.c
241
for (j = 0; j < repeat; j++) {
lib/libcrypto/arc4random/getentropy_solaris.c
241
int save_errno = errno, e, pgs = getpagesize(), faster = 0, repeat;
lib/libcrypto/arc4random/getentropy_solaris.c
258
repeat = 2;
lib/libcrypto/arc4random/getentropy_solaris.c
262
repeat = REPEAT;
lib/libcrypto/arc4random/getentropy_solaris.c
267
for (j = 0; j < repeat; j++) {
lib/libcurses/tty/lib_mvcur.c
520
repeated_append(string_desc * target, int total, int num, int repeat, const char *src)
lib/libcurses/tty/lib_mvcur.c
522
size_t need = (size_t) repeat * strlen(src);
lib/libcurses/tty/lib_mvcur.c
525
while (repeat-- > 0) {
sbin/wsconsctl/keyboard.c
114
repeat.which = 0;
sbin/wsconsctl/keyboard.c
115
if (field_by_value(keyboard_field_tab, &repeat.del1)->flags & FLG_GET)
sbin/wsconsctl/keyboard.c
116
repeat.which |= WSKBD_KEYREPEAT_DODEL1;
sbin/wsconsctl/keyboard.c
117
if (field_by_value(keyboard_field_tab, &repeat.delN)->flags & FLG_GET)
sbin/wsconsctl/keyboard.c
118
repeat.which |= WSKBD_KEYREPEAT_DODELN;
sbin/wsconsctl/keyboard.c
119
if (repeat.which != 0 &&
sbin/wsconsctl/keyboard.c
120
ioctl(fd, WSKBDIO_GETKEYREPEAT, &repeat) == -1)
sbin/wsconsctl/keyboard.c
194
repeat.which = 0;
sbin/wsconsctl/keyboard.c
195
if (field_by_value(keyboard_field_tab, &repeat.del1)->flags & FLG_SET)
sbin/wsconsctl/keyboard.c
196
repeat.which |= WSKBD_KEYREPEAT_DODEL1;
sbin/wsconsctl/keyboard.c
197
if (field_by_value(keyboard_field_tab, &repeat.delN)->flags & FLG_SET)
sbin/wsconsctl/keyboard.c
198
repeat.which |= WSKBD_KEYREPEAT_DODELN;
sbin/wsconsctl/keyboard.c
199
if (repeat.which != 0 &&
sbin/wsconsctl/keyboard.c
200
ioctl(fd, WSKBDIO_SETKEYREPEAT, &repeat) == -1) {
sbin/wsconsctl/keyboard.c
49
static struct wskbd_keyrepeat_data repeat;
sbin/wsconsctl/keyboard.c
64
{ "repeat.del1", &repeat.del1, FMT_UINT, FLG_MODIFY },
sbin/wsconsctl/keyboard.c
65
{ "repeat.deln", &repeat.delN, FMT_UINT, FLG_MODIFY },
sys/dev/pci/drm/i915/gem/i915_gem_execbuffer.c
1386
repeat:
sys/dev/pci/drm/i915/gem/i915_gem_execbuffer.c
1401
goto repeat;
sys/dev/pci/drm/i915/gem/i915_gem_execbuffer.c
1772
repeat:
sys/dev/pci/drm/i915/gem/i915_gem_execbuffer.c
1840
goto repeat;
sys/dev/pci/drm/i915/gem/i915_gem_execbuffer.c
1866
goto repeat;
sys/dev/pci/if_iwm.c
2864
time_cmd.repeat = 1;
sys/dev/pci/if_iwmreg.h
2895
uint8_t repeat;
sys/dev/pci/if_iwxreg.h
3207
uint8_t repeat;
sys/dev/usb/dwc2/dwc2.c
952
KASSERT(!xfer->pipe->repeat || xfer->pipe->intrxfer == xfer);
sys/dev/usb/dwc2/dwc2.c
966
if (xfer->pipe->repeat)
sys/dev/usb/ehci.c
3179
KASSERT(!xfer->pipe->repeat || xfer->pipe->intrxfer == xfer);
sys/dev/usb/ehci.c
3206
if (xfer->pipe->repeat) {
sys/dev/usb/ohci.c
1454
if (xfer->pipe->repeat) {
sys/dev/usb/ohci.c
2938
KASSERT(!xfer->pipe->repeat || xfer->pipe->intrxfer == xfer);
sys/dev/usb/uhci.c
1927
KASSERT(!xfer->pipe->repeat || xfer->pipe->intrxfer == xfer);
sys/dev/usb/uhci.c
2425
if (xfer->pipe->repeat) {
sys/dev/usb/uhci.c
3278
if (xfer->pipe->repeat)
sys/dev/usb/usbdi.c
170
pipe->repeat, pipe->interval);
sys/dev/usb/usbdi.c
237
ipipe->repeat = 1;
sys/dev/usb/usbdi.c
246
ipipe->repeat = 0;
sys/dev/usb/usbdi.c
567
pipe->repeat = 0;
sys/dev/usb/usbdi.c
767
if (!pipe->repeat) {
sys/dev/usb/usbdi.c
773
if (!pipe->repeat) {
sys/dev/usb/usbdi.c
782
pipe->repeat, SIMPLEQ_FIRST(&pipe->queue)));
sys/dev/usb/usbdi.c
805
if (pipe->repeat) {
sys/dev/usb/usbdi.c
818
if (!pipe->repeat) {
sys/dev/usb/usbdivar.h
197
char repeat;
sys/dev/usb/xhci.c
3157
if (xfer->pipe->repeat) {
sys/dev/usb/xhci.c
3166
KASSERT(!xfer->pipe->repeat || xfer->pipe->intrxfer == xfer);
usr.bin/awk/b.c
1451
if (repeat(starttok, prestr-starttok, lastatom,
usr.bin/doas/parse.y
235
repeat:
usr.bin/doas/parse.y
337
goto repeat;
usr.bin/passwd/local_passwd.c
206
char repeat[1024];
usr.bin/passwd/local_passwd.c
223
p = readpassphrase("Retype new password:", repeat, sizeof(repeat),
usr.bin/passwd/local_passwd.c
226
explicit_bzero(repeat, sizeof(repeat));
usr.bin/passwd/local_passwd.c
230
explicit_bzero(repeat, sizeof(repeat));
usr.bin/tmux/cmd-bind-key.c
105
key_bindings_add(tablename, key, note, repeat, pr->cmdlist);
usr.bin/tmux/cmd-bind-key.c
61
int repeat;
usr.bin/tmux/cmd-bind-key.c
77
repeat = args_has(args, 'r');
usr.bin/tmux/cmd-bind-key.c
80
key_bindings_add(tablename, key, note, repeat, NULL);
usr.bin/tmux/cmd-bind-key.c
86
key_bindings_add(tablename, key, note, repeat, value->cmdlist);
usr.bin/tmux/key-bindings.c
190
key_bindings_add(const char *name, key_code key, const char *note, int repeat,
usr.bin/tmux/key-bindings.c
206
if (repeat)
usr.bin/tmux/key-bindings.c
223
if (repeat)
usr.bin/tmux/server-client.c
1105
u_int repeat, initial;
usr.bin/tmux/server-client.c
1109
repeat = options_get_number(s->options, "repeat-time");
usr.bin/tmux/server-client.c
1110
if (repeat == 0)
usr.bin/tmux/server-client.c
1115
repeat = initial;
usr.bin/tmux/server-client.c
1117
return (repeat);
usr.bin/tmux/server-client.c
1138
u_int repeat;
usr.bin/tmux/server-client.c
1294
repeat = server_client_repeat_time(c, bd);
usr.bin/tmux/server-client.c
1295
if (repeat != 0) {
usr.bin/tmux/server-client.c
1299
tv.tv_sec = repeat / 1000;
usr.bin/tmux/server-client.c
1300
tv.tv_usec = (repeat % 1000) * 1000L;
usr.bin/units/units.c
343
int repeat = 1;
usr.bin/units/units.c
347
repeat = item[strlen(item) - 1] - '0';
usr.bin/units/units.c
350
for (; repeat; repeat--)
usr.sbin/ndp/ndp.c
115
static int repeat = 0;
usr.sbin/ndp/ndp.c
180
repeat = strtonum(optarg, 1, INT_MAX, &errstr);
usr.sbin/ndp/ndp.c
654
if (repeat) {
usr.sbin/ndp/ndp.c
657
sleep(repeat);