Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/tre/dist/lib/
H A Dtre-compile.c816 int params_depth = 0; in tre_expand_ast() local
994 iter->params[TRE_PARAM_DEPTH] = params_depth + 1; in tre_expand_ast()
1005 old_params[TRE_PARAM_DEPTH] = params_depth; in tre_expand_ast()
1023 params_depth++; in tre_expand_ast()
1024 if (params_depth > *max_depth) in tre_expand_ast()
1025 *max_depth = params_depth; in tre_expand_ast()
1982 tag_directions, &tnfa->params_depth); in tre_compile()
H A Dtre-internal.h249 int params_depth; member