Searched refs:tag_id (Results 1 - 1 of 1) sorted by relevance

/seL4-test-master/projects/musllibc/src/regex/
H A Dregcomp.c1088 As the left child a new tag with number `tag_id' to `node' is added,
1091 tre_add_tag_left(tre_mem_t mem, tre_ast_node_t *node, int tag_id) argument
1098 c->left = tre_ast_new_literal(mem, TAG, tag_id, -1);
1119 As the right child a new tag with number `tag_id' to `node' is added,
1122 tre_add_tag_right(tre_mem_t mem, tre_ast_node_t *node, int tag_id) argument
1129 c->right = tre_ast_new_literal(mem, TAG, tag_id, -1);

Completed in 74 milliseconds