Searched refs:recursion_depth (Results 1 – 3 of 3) sorted by relevance
/openbsd-src/usr.bin/mandoc/ |
H A D | read.c | 559 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 D | amdgpu_dm_trace.h | 643 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 D | dwarf2expr.h | 72 int recursion_depth, max_recursion_depth; member
|