Searched defs:include_depth (Results 1 - 1 of 1) sorted by relevance

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

Completed in 130 milliseconds