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

  /src/sbin/devpubd/hooks/
02-wedgenames 15 recurse() function
26 recurse "$1/$n"
85 recurse "$wedgedir" | while read w; do
  /src/tests/lib/libpthread/
t_fpu.c 67 static void recurse(void);
110 recurse();
119 recurse(void) { function in typeref:typename:void
142 recurse();
  /src/tools/groff/
Makefile 74 @cd ${.CURDIR} && ${MAKE} install.grofflinks.recurse
77 install.grofflinks.recurse: ${TOOLDIR}/bin/${_TOOL_PREFIX}${F}${HOSTEXEEXT}
87 install.grofflinks.recurse: ${TOOLDIR}/bin/${_TOOL_PREFIX}${F}
  /src/usr.bin/m4/
look.c 283 recurse(FILE *f, ndptr n, struct macro_definition *d) function in typeref:typename:void
286 recurse(f, n, d->next);
303 recurse(f, n, n->d);
  /src/usr.bin/pmap/
main.c 61 int debug, verbose, recurse, page_size; variable in typeref:typename:int
138 recurse = 0;
204 recurse = 1;
  /src/sys/kern/
subr_lockdebug.c 289 * Pinch a new debug structure. We may recurse because we call
453 bool recurse; local in function:lockdebug_wantlock
457 recurse = false;
470 recurse = true;
472 recurse = true;
486 if (__predict_false(recurse)) {
  /src/usr.bin/getent/
getent.c 570 handleone(const char * const *db_array, char *b, int recurse, int pretty,
581 if (!recurse || cgetstr(b, "tc", &tc) <= 0)
590 handleone(db_array, b, recurse, pretty, ++level);
602 int expand = 1, recurse = 0, pretty = 0; local in function:handlecap
616 recurse = 1;
632 handleone(db_array, b, recurse, pretty, 0);
639 handleone(db_array, b, recurse, pretty, 0);

Completed in 15 milliseconds