Home
last modified time | relevance | path

Searched refs:recursion_depth (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/usr.bin/mandoc/
H A Dread.c559 static int recursion_depth; in mparse_readfd() local
568 if (recursion_depth > 64) { in mparse_readfd()
571 } else if (recursion_depth == 0 && in mparse_readfd()
605 recursion_depth++; in mparse_readfd()
607 if (--recursion_depth == 0) in mparse_readfd()
/openbsd-src/sys/dev/pci/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_trace.h643 TP_PROTO(bool begin, const char *function, const int line, const int recursion_depth),
644 TP_ARGS(begin, function, line, recursion_depth),
650 __field(int, recursion_depth)
656 __entry->recursion_depth = recursion_depth;
660 __entry->recursion_depth,
/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Ddwarf2expr.h72 int recursion_depth, max_recursion_depth; member