Home
last modified time | relevance | path

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

/external/ipsec-tools/src/racoon/
Dcftoken.l94 #define MAX_INCLUDE_DEPTH 10 macro
103 } incstack[MAX_INCLUDE_DEPTH];
/external/libxkbcommon/xkbcommon/src/compose/
Dparser.c65 #define MAX_INCLUDE_DEPTH 5 macro
495 if (include_depth >= MAX_INCLUDE_DEPTH) { in do_include()
497 MAX_INCLUDE_DEPTH); in do_include()