Searched refs:repeat (Results 1 - 25 of 74) sorted by relevance

123

/freebsd-10.1-release/contrib/libbegemot/
H A Drpoll.h45 int poll_start_timer(u_int msecs, int repeat, timer_f func, void *arg);
46 int poll_start_utimer(unsigned long long usecs, int repeat, timer_f func,
H A Drpoll.c174 int repeat; /* one shot or repeat? */ member in struct:__anon1685
374 poll_start_timer(u_int msecs, int repeat, timer_f func, void *arg) argument
377 repeat, func, arg));
381 poll_start_utimer(unsigned long long usecs, int repeat, timer_f func, void *arg) argument
403 p->repeat = repeat;
414 usecs, repeat, (void *)func, (void *)arg, p - tims);
635 if(tims[tfd[i]].repeat)
/freebsd-10.1-release/contrib/binutils/binutils/
H A Dsysinfo.y27 static char * repeat;
187 printf("\tprintf(\"repeat %%d\\n\", %s);\n",$3);
189 printf("\tprintf(\"repeat %%d\\n\", %s[n]);\n",$3);
205 oldrepeat = repeat;
206 repeat = $3;
212 repeat = oldrepeat;
292 repeat,
302 repeat,
327 if (repeat)
328 printf("\t/* repeat
[all...]
/freebsd-10.1-release/sbin/ddb/
H A Dddb_script.c65 repeat:
80 goto repeat;
H A Dddb_capture.c129 repeat:
144 goto repeat;
/freebsd-10.1-release/crypto/heimdal/doc/doxyout/gssapi/html/
H A Dtabs.css7 background : url("tab_b.gif") repeat-x bottom;
33 background : url("tab_r.gif") no-repeat right top;
55 background : url("tab_l.gif") no-repeat left top;
/freebsd-10.1-release/crypto/heimdal/doc/doxyout/hcrypto/html/
H A Dtabs.css7 background : url("tab_b.gif") repeat-x bottom;
33 background : url("tab_r.gif") no-repeat right top;
55 background : url("tab_l.gif") no-repeat left top;
/freebsd-10.1-release/crypto/heimdal/doc/doxyout/hdb/html/
H A Dtabs.css7 background : url("tab_b.gif") repeat-x bottom;
33 background : url("tab_r.gif") no-repeat right top;
55 background : url("tab_l.gif") no-repeat left top;
/freebsd-10.1-release/crypto/heimdal/doc/doxyout/hx509/html/
H A Dtabs.css7 background : url("tab_b.gif") repeat-x bottom;
33 background : url("tab_r.gif") no-repeat right top;
55 background : url("tab_l.gif") no-repeat left top;
/freebsd-10.1-release/crypto/heimdal/doc/doxyout/krb5/html/
H A Dtabs.css7 background : url("tab_b.gif") repeat-x bottom;
33 background : url("tab_r.gif") no-repeat right top;
55 background : url("tab_l.gif") no-repeat left top;
/freebsd-10.1-release/crypto/heimdal/doc/doxyout/ntlm/html/
H A Dtabs.css7 background : url("tab_b.gif") repeat-x bottom;
33 background : url("tab_r.gif") no-repeat right top;
55 background : url("tab_l.gif") no-repeat left top;
/freebsd-10.1-release/crypto/heimdal/doc/doxyout/wind/html/
H A Dtabs.css7 background : url("tab_b.gif") repeat-x bottom;
33 background : url("tab_r.gif") no-repeat right top;
55 background : url("tab_l.gif") no-repeat left top;
/freebsd-10.1-release/sys/contrib/ngatm/netnatm/msg/
H A Duni_ie.h30 struct uni_ie_repeat repeat; member in union:uni_ieall
H A Dunimsglib.h77 struct uni_ie_repeat repeat; /* repeat IE during decoding */ member in struct:unicx
78 enum uni_ietype ielast; /* last IE seen for repeat handling */
H A Dprivmsg.c123 cx->repeat.h.present = 0;
221 cx->repeat.h.present = 0;
/freebsd-10.1-release/contrib/libyaml/doc/html/
H A Ddoxygen.css419 background-repeat:repeat-x;
494 background-repeat: no-repeat;
594 background-repeat:repeat-x;
611 background-repeat:no-repeat;
646 background-repeat:repeat
[all...]
/freebsd-10.1-release/contrib/gcc/
H A Dloop-unswitch.c269 int repeat; local
322 repeat = 0;
356 repeat = 1;
364 repeat = 1;
366 } while (repeat);
/freebsd-10.1-release/usr.bin/tr/
H A Dstr.c146 goto repeat;
156 goto repeat;
161 repeat:
/freebsd-10.1-release/contrib/gdb/gdb/
H A Devent-top.c612 int repeat = (instream == stdin);
751 to repeat the previous command, return the value in the
753 if (repeat && p == linebuffer && *p != '\\')
761 if (repeat && !*p1)
785 if (repeat)
610 int repeat = (instream == stdin); local
H A Dtop.c900 won't repeat here in any case. */
1169 command_line_input (char *prompt_arg, int repeat, char *annotation_suffix)
1332 return command_line_input (prompt_arg, repeat, annotation_suffix);
1346 to repeat the previous command, return the value in the
1348 if (repeat && p == linebuffer)
1351 if (repeat && !*p1)
1371 if (repeat)
1792 add_com ("dont-repeat", class_support, dont_repeat_command, "Don't repeat this command.\n\
1161 command_line_input(char *prompt_arg, int repeat, char *annotation_suffix) argument
/freebsd-10.1-release/usr.bin/units/
H A Dunits.c381 int repeat = 1; local
385 repeat = item[strlen(item) - 1] - '0';
388 for (; repeat; repeat--)
/freebsd-10.1-release/contrib/bmake/mk/
H A Dauto.obj.mk21 # We repeat the mkdir -p a number of times to try and work around this.
/freebsd-10.1-release/contrib/llvm/lib/Support/
H A Dregcomp.c86 static void repeat(struct parse *, sopno, int, int);
452 repeat(p, pos, count, count2);
623 repeat(p, pos, count, count2);
972 - repeat - generate code for a bounded repetition, recursively if needed
975 repeat(struct parse *p, function
1001 repeat(p, start+1, 1, to);
1021 repeat(p, copy, 1, to-1);
1029 repeat(p, copy, from-1, to-1);
1033 repeat(p, copy, from-1, to);
/freebsd-10.1-release/contrib/libreadline/
H A Dvi_mode.c153 _rl_vi_set_last (key, repeat, sign)
154 int key, repeat, sign;
157 _rl_vi_last_repeat = repeat;
164 rl_vi_start_inserting (key, repeat, sign)
165 int key, repeat, sign;
167 _rl_vi_set_last (key, repeat, sign);
/freebsd-10.1-release/sys/dev/usb/controller/
H A Datmegadci.c348 repeat:
434 goto repeat;
460 repeat:
520 goto repeat;
621 repeat:
625 goto repeat;

Completed in 340 milliseconds

123