Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/mandoc/
H A Dread.c667 static int recursion_depth; in mparse_parse_buffer() local
669 if (64 < recursion_depth) { in mparse_parse_buffer()
678 recursion_depth++; in mparse_parse_buffer()
682 if (0 == --recursion_depth && MANDOCLEVEL_FATAL > curp->file_status) in mparse_parse_buffer()