Home
last modified time | relevance | path

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

/external/libxkbcommon/xkbcommon/src/compose/
Dparser.c483 unsigned include_depth);
487 const char *path, unsigned include_depth) in do_include() argument
495 if (include_depth >= MAX_INCLUDE_DEPTH) { in do_include()
517 ok = parse(table, &new_s, include_depth + 1); in do_include()
530 unsigned include_depth) in parse() argument
572 if (!do_include(table, s, val.string.str, include_depth)) in parse()